Rookie learn Linux command: Ubuntu apt-get command

Source: Internet
Author: User
Tags root access

The Advanced package Tool, aka Apt-get, is an application Manager for UNIX and Linux systems.

Originally released in 1998, it was used to retrieve the application and load it into a Debian Linux system. One of the reasons for Apt-get's fame is its excellent ability to solve software dependencies. It typically uses a. deb-formatted file, but it can be modified to process Red Hat's package Manager (RPM) files using apt-rpm.

Mainstream Linux systems using apt-get include the Debian and Ubuntu variant versions. In most cases, run the tool from the command line.

Raspberry Pi and Beaglebone Black nanolinux Board users can easily use the Apt-get loader because these systems usually come from Ubuntu or Debian code. is a package management tool for the Debian,ubuntu release, very similar to the Yum tool in Red Hat.

Apt-get commands typically require root access, so follow the sudo command generally.

Example: sudo apt-get xxxx

Common APT command parameters:

Apt-cache Search Package

Apt-cache Show package for information about packages, such as description, size, version, etc.

sudo apt-get install package

sudo apt-get Install package--Reinstall reinstall packages

sudo apt-get-f install fix "-F =--fix-missing"

sudo apt-get Remove Package

sudo apt-get Remove Package--purge delete packages, including deletion of configuration files, etc.

sudo apt-get update source

sudo apt-get upgrade update installed packages

sudo apt-get Dist-upgrade upgrade system

sudo apt-get dselect-upgrade using Dselect upgrade

Apt-cache depends package learn about using dependencies

Apt-cache Rdepends package is to see which packages are dependent on

sudo apt-get BUILD-DEP Package Installation-related compilation environment

Apt-get Source Package Downloads The source code for the bundle

sudo apt-get clean && sudo apt-get autoclean cleanup of useless packages

sudo apt-get check to see if there is a corrupted dependency

Rookie learn Linux command: Ubuntu apt-get command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.