Use these 7 Linux commands to keep your system tidy and fast

2 pointsposted 6 hours ago
by losgehts

1 Comments

reify

6 hours ago

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

  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!