Remove proverbs & sentence from CLI (motd)
The texts of this "feature" in 'community-Qt' installation become bigger and longer and I don't want it anymore
Searching in the INet found command `printenv` as user, lead the output to a file.txt and attached below.
printenv >> ~/Documents/printenv.txt
The only thing I don't know in the output is `MOTD_SHOWN=pam`, further "investigations" lead me to this page and this page.
An installed package "motd" (message of the day) was not found but a locale search give me a `pam_motd.so` and a `sag-pam_motd.html` with a ton of copies in `/timeshift/snapshots/`. The PAM (Pluggable Authentication Modules) is a security-module and MOTD is implemented in.
Following Files was found on the system:
file:///usr/lib/security/pam_motd.so
file:///usr/lib/security/pam_motd.so
file:///usr/lib32/security/pam_motd.so
file:///usr/share/doc/Linux-PAM/sag-pam_motd.html
file:///usr/share/man/man5/motd.5.gz
file:///usr/share/man/man8/pam_motd.8.gz
Please tell me how to disable forever `motd`, purge it from system and disable future installation &| upgrades.
Thanks in advance and best regards.