Commands Help : apt

  •   Install or upgrade packages

[SYNOPSIS] apt OPTION COMMAND PACKAGE
command
installInstall packages
# apt install package
removeRemove packages
# apt remove package
purgeRemove packages includes configuration files
# apt purge package
searchSearch for a package by name and/or expression
showDisplay detailed information about a package
updateDownload lists of new/upgradable packages
full-upgradePerform an upgrade, possibly installing and removing packages

option
-yAssume that the answer to simple yes/no questions is 'yes'
# apt -y install package
-vDisplay extra information. (may be supplied multiple times)
-hHelp text

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN