Knoppix.net - Knoppix Live Linux CD
Home | About | Get Knoppix | Documentation | Forum | Books | Contact | » Knopper.net | » Software Patents

Apt-get

From Knoppix Documentation Wiki

Jump to: navigation, search

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

[edit] Options

[edit] -h

[edit] -q

[edit] -qq

[edit] -d

[edit] -s

[edit] -y

[edit] -f

[edit] -m

[edit] -u

[edit] -b

[edit] -V

[edit] -c=?

[edit] -o=?

Personal tools