Dear Trisquel users,
What is are best practices in updating Trisquel?
At the moment, what I do is:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo synaptic
# where I mark and apply all updates, then close synaptic
$ sudo apt-get autoremove
$ sudo apt-get autoclean
$ sudo apt-get autoremove
-
This has works for years now, but suddenly I get
$ sudo apt-get upgrade
The following packages are automatically installed and are now no longer
necessary:
gnome-tweak-tool libmate-desktop-2-17 libwhoopsie-preferences0 libwhoopsie0
whoopsie whoopsie-preferences
Use 'sudo apt autoremove' to remove them.
What does automatically installed mean?
Thank you.