Apt-get
From Knoppix Documentation Wiki
apt-get is a simple command line interface for downloading and installing packages. The most frequently used commands are update and install.
Contents |
[edit] Commands:
[edit] update
- Retrieve new lists of packages
[edit] upgrade
- Perform an upgrade
[edit] install
- Install new packages
- For example a package is libc6 not libc6.deb
- You would use apt-get isntall libc6, not apt-get install libc6.deb
[edit] remove
Remove package
[edit] source
Download source archives
[edit] build-dep
Configure build-dependencies for source packages
[edit] dist-upgrade
Distribution upgrade, see apt-get(8)
[edit] dselect-upgrade
Follow dselect selections
[edit] clean
- Erase downloaded archive files
[edit] autoclean
Erase old downloaded archive files
[edit] check
Verify that there are no broken dependencies


