37
Comments
  • 7
    alias update="sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove"
  • 5
    alias apt-diff='sudo apt list --upgradable'
    alias apt-fetch='sudo apt update'
    alias apt-pull='sudo apt upgrade'
    alias apt-sYu='apt-fetch && apt-pull -y'
  • 1
    On Arch I use:
    Alias pac='sudo pacman -S'

    Ain't nobody got the time.
  • 0
    Just login as root and problem is solved lol
  • 4
    @KalmyK I wouldn't recommend it. 🙂
  • 2
    @Root hey Root what's your login info. I'll just use your account to run my package transactions so I don't have to use sudo 😂
  • 1
    @ScribeOfGoD same but there's a clean all in there too
Add Comment