Use these 7 Linux commands to keep your system tidy and fast howtogeek.com 2 points by losgehts 6 hours ago
reify 6 hours ago piss poor guidenot something a noob should followstart off with the apt family of update commands;then a cursory one liner for arch or majaro, obviously there are no ther arch distros out there.sudo pacman -Syu # Arch or Manjarothen apt commands all the way to the end apt list --installed sudo apt remove package_name sudo apt purge package_name sudo apt autoremove sudo apt clean sudo apt autoclean Then a look at systemctl: systemctl list-unit-files --state=enabled sudo systemctl disable service_name systemctl --type=service --state=running shit!
piss poor guide
not something a noob should follow
start off with the apt family of update commands;
then a cursory one liner for arch or majaro, obviously there are no ther arch distros out there.
sudo pacman -Syu # Arch or Manjaro
then apt commands all the way to the end
Then a look at systemctl: shit!