Other GNU/Linux tips

When installing with aptitude, it will pause for confirmation. To install without user confirmation, so it can be used in script:

# aptitude -y -o Aptitude::Cmdline::ignore-trust-violations=true install emacs

This will install without stopping for confirmation, even for untrusted packages.


.