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!