Commit caf0bfa0 authored by Vignesh Balasubramaniam's avatar Vignesh Balasubramaniam Committed by Marc Cornellà
Browse files

ubuntu: fix aglu to list available upgrades (#8082)

parent 3e0e9136
......@@ -12,10 +12,10 @@ alias acp='apt-cache policy'
#List all installed packages
alias agli='apt list --installed'
# superuser operations ######################################################
# List available updates only
alias aglu='sudo apt-get -u upgrade --assume-no'
alias aglu='apt list --upgradable'
# superuser operations ######################################################
alias afu='sudo apt-file update'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment