2 points | by losgehts 3 hours ago
1 comments
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
systemctl list-unit-files --state=enabled sudo systemctl disable service_name systemctl --type=service --state=running
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!