Linux/Commands
-
aptitude 명령어Linux/Commands 2014. 9. 27. 22:21
About aptitude aptitude is the text-based front-end for the APT package management system. It allows the user to view the list of packages and to perform package management tasks such as installing, upgrading, and removing packages. Actions may be performed from a visual interface or from the command-line. Syntax aptitude [...] {autoclean | clean | forget-new | keep-all | update} aptitude [...] ..
-
apt-cache 명령어Linux/Commands 2014. 9. 27. 22:19
About apt-cache apt-cache queries the package cache of the Advanced Packaging Tool (APT), which is common on Linux systems such as Debian and Ubuntu. Most commonly, this is used to search for packages and package names. It's also useful for helping you keep track of software dependencies. Syntax apt-cache [-agipns] [-o=config_string] [-c=config_file] {gencaches | showpkg pkg... | showsrc pkg... ..
-
apt-get 명령어Linux/Commands 2014. 9. 27. 22:17
About apt-get apt-get is the command-line tool for working with APT software packages. APT (the Advanced Packaging Tool) is an evolution of the Debian .deb software packaging system. It is a rapid, practical, and efficient way to install packages on your system. Dependencies are managed automatically, configuration files are maintained, and upgrades and downgrades are handled carefully to ensure..