Tuesday, February 5, 2013

Easy learn linux command line- Part 14

Hello to every one. to night we want to learn about Most Popular Command for install Packages in the Debian Base OS Like Mint, Ubuntu, Debian and etc.
apt-get is very prevalent in Debian Base OS. Apt-get Tool help you for Download, install, remove, Upgrade, clean and Many others about Packages.
many user in Linux world used this command for Packages, maybe powerful reason for this behavior is exist many article, post and information about Apt-get in Linux command line.



Command Description
# apt-cache search [package] returns list of packages which corresponds string "searched-packages"   
# apt-cdrom install [package] install / upgrade a deb package from cdrom   
# apt-get install [package] install / upgrade a deb package   
# apt-get update update the package list   
# apt-get upgrade upgrade all of the installed packages   
# apt-get remove [package] remove a deb package from system   
# apt-get check verify correct resolution of dependencies   
# apt-get clean clean up cache from packages downloaded   

No comments: