Level 6
Level 8
10 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
/etc/apt/sources.list
Stores the repository locations that apt uses to search for packages specific to your system
apt-get
Package handling and installation utility for Debian based distributions will install packages by name and include dependent packages during install
dpkg
installs .deb package files on Debian based systems
dpkg -i
Installs as well as configures package
dpkg -r
Removes package
dpkg --configure
Confgures a package
dpkg -c
Lists the contents of a package
dpkg -s
Lists the status of a package (installed or not)
dpkg-reconfigure
Reconfigure an already installed package
aptitude
High level package management interface for Debian based distributions