Merry Christmas everyone.
Perhaps as ya'll recall, you cleaned up my system when I was having an issue. I was merely the key stroker. https://www.kubuntuforums.net/showth...nges-Error-Msg
Today i was perusing the forum and ran across this from Snowhog. I was wondering if I can do all of these now and then to keep my system at the state you took me to.
"You need to clean up your system.
Open a konsole and run:
sudo apt-get clean && sudo apt-get autoclean && sudo apt-get autoremove
When it’s finished, close the konsole, logout and reboot."
Thanks
Perhaps as ya'll recall, you cleaned up my system when I was having an issue. I was merely the key stroker. https://www.kubuntuforums.net/showth...nges-Error-Msg
Today i was perusing the forum and ran across this from Snowhog. I was wondering if I can do all of these now and then to keep my system at the state you took me to.
"You need to clean up your system.
Open a konsole and run:
sudo apt-get clean && sudo apt-get autoclean && sudo apt-get autoremove
- apt-get clean → cleans the packages and install script in /var/cache/apt/archives/
- apt-get autoclean → cleans obsolete deb-packages, less than clean
- apt-get autoremove → removes orphaned packages which are not longer needed from the system, but not purges them, use the --purge option together with the command for that.
When it’s finished, close the konsole, logout and reboot."
Thanks
Comment