Apt-get, aptitude, and synaptic software management tools are compared. 1. What is apt-get? Apt-get is a linux Command, applicable to deb package-managed operating systems. It is mainly used to automatically search, install, upgrade, and uninstall software or operating systems from the software warehouse on the Internet. Is the package management tool of debian and ubuntu, which is similar to the yum tool i
The PMS tool allows us to install, manage, and remove software on Linux systems very easily. But the PMS has a bit of an inconvenient place-there's no standard tool. The core of the Red hat PMs is rpm, but there are many types of management tools, with Yum,mandriva using Urpm,opensuse in red Hat and fedora, and zypper, of course, other system-specific PMS tools.Compared to the cumbersome Red Hat system, the Debian system has a much more unified PMS tool. The DPKG command is based on the core of
Debian PMS tools aptitude and apt-getPMS allows us to conveniently install, manage, and delete software on linux. However, PMS is a little inconvenient-there is no standard tool. The core of Red Hat PMS is rpm, but there are many management tools. Red Hat and Fedora use yum, Mandriva use urpm, and openSUSe use zypper. Of course, there are other system-specific PMS tools. Compared with the complex Red Hat system, Debian PMS tools are much more unified.
APT is more than apt-Get.
In ubuntu (Debian), installing software with APT-Get or synaptic is very easy. In addition to simple installation software, APT tool set has many usage in special cases.
Remember that the man manual is a mentor at any time.
1. Use aptitude instead of APT-Get. Although aptitude does not have the "Super Awesome" feature of APT-get, it is more powerful than apt-Get.First, you can
The difference and connection between aptitude and Apt-get in Ubuntu (Debian)
Like Apt-get, Aptitude is the most powerful package management tool in Debian and its derivative systems. Unlike Apt-get, aptitude is better at dealing with dependency issues. For example, when aptitude deletes a package, it also del
Recently using Puppet to quickly deploy OpenStack, see some unseen tools, such as aptitude, that have a strong apt-get on Ubuntu why use this. This article transferred from: http://hi.baidu.com/52safe/blog/item/c17891ff02201653d6887d96.htmlAt first the Gnu/linux system was only. tar.gz. Users must compile each program they want to use. After the advent of Debian, it was thought necessary to add a mechanism to the system to manage the packages installe
Like Apt-get, Aptitude is the most powerful package management tool in Debian and its derivative systems. Unlike Apt-get, aptitude is better at dealing with dependency issues. For example, when aptitude deletes a package, it also deletes the packages it depends on. This way, the system will not be left with useless packets, the whole system is cleaner.For example
uninstallation is simple. It also allows you to update all of your software to the latest state, and can also be used to upgrade Ubuntu. ”"Apt is a software that needs to be manipulated with commands, but there are also a lot of graphics software, such as synaptic, kynaptic and Adept. ”CommandAll the commands that will be described below need to be sudo! When using, replace "PackageName" and "string" with the program you want to install or find.
* Apt-get update--Run the command after modif
Like Apt-get, Aptitude is the most powerful package management tool in Debian and its derivative systems.Unlike Apt-get, aptitude is better at dealing with dependency issues.For example, when aptitude deletes a package, it also deletes the packages it depends on.This way, the system will not be left with useless packets, the whole system is cleaner. The following
Transferred from: http://allog.ml/linux/aptitude%E8%A7%A3%E5%86%B3ubuntu%E5%90%84%E7%A7%8D%E4%BE%9D%E8%B5%96%E9%97%AE%E9%A2%98/CompleteAnalyzing Dependency tree for PackageReading status information ... CompleteSome software packages cannot be installed. If you are using the unstable release, this may beBecause the system is unable to achieve the state you requested. There may be some software that you need in this releaseThe packages have not been cr
1. Overview
Apt-get and aptitude are all tools for installing software upgrades under Debian.
But aptitude is better at dealing with dependency issues. Aptitude deletes a package that is useless and that is dependent on itself. In this way, the system will not remain useless packets, the whole system cleaner.
Therefore, it is more recommended to use the
Like apt-Get, aptitude is a powerful package management tool in Debian and its derivative systems. Unlike apt-Get, aptitude is better in dealing with dependency issues. For example, aptitude deletes the packages it depends on when deleting a package. In this way, useless packages will not be left in the system, and the whole system will be cleaner. The following
Difference and connection between aptitude and apt-get []
At first, only .tar.gz was in the GNU/linuxsystem. Users must compile each program they want to use. After the appearance of Debian, it was considered necessary to add a computer system to manage software packages installed on computers. This system is called dpkg. The named 'package' appears on GNU/Linux for the first time. Soon afterwards, red hats began to build their own package management
DPKG: underlying package management commandsApt-get: Advanced Package Management commands for Command modeAptitude: Advanced Package Management program for text interfaceThere's no point in saying it.Dpkg is only used to install local packages and does not resolve software relationships.Apt-get and aptitude are installed from the network package (if the file://also as a network environment), to resolve the trust relationship. The difference is that Ap
For the installation of Ros Indigo on Ubuntu 14.04, first you need to configure the source of your files can be downloaded, this is to ensure that the subsequent files can be downloaded in the library, and then choose a different version to choose and set up your source.list (software source) To set up your key, and then install it, but it's time to confirm that your Debian package index is up-to-date, so you'll need sudo apt-get update or sudo aptitude
HitHttp://ftp.us.debian.org squeeze/contrib amd64 packagesHit http://download.proxmox.com squeeze/PVE amd64 packagesFetched 1,672 B in 0 s (2,041 B/S)
W: GPG error: http://ftp.us.debian.org squeeze release: The following signatures
Were invalid: badsig aed4b06f473041fa Debian archive autoic Signing Key (6.0/squeeze)
This GPG erro often encountered before. First, find the solution:
To solve this problem, you need/Var/lib/APT/listsDeleteFtp.us.debian.org file.
# Rm-F/var/lib/APT/lists/ftp.us
Use of APT-Get commands in Debian:
Apt-Get update # After modifying the source in the/etc/APT/sources. list file, run this command to ensure that the source file is up-to-date. Apt-Get install package # install a new software package apt-Get remove package # Uninstall a software package, do not delete the configuration file apt-Get -- purge remove package # Uninstall a software package and delete the configuration file apt-Get upgrade # update all installed software packages.
This article is
Aptitude+ Enter-Enter the aptitude operator interface, you can view the various software packages on the previewAptitude Show Package_name-Lists the package information associated with XXX, but does not see a list of all files associated with the package installedYou can use Dpkg-l package_name to list all files installed by this packageAptitude Search Package_name (package name, which can be incomplete wit
Apt-Get update -- run this command after modifying/etc/APT/sources. List or/etc/APT/preferences. In addition, you need to regularly run this command to ensure that your package list is up-to-date.
Apt-Get install packagename -- install a new package (see aptitude below) apt-Get remove packagename -- uninstall an installed package (keep the configuration document) apt-Get -- purge remove packagename -- uninstall an installed package (delete configurati
installation and uninstallation are simple. It also updates all your software to the latest status and can be used to upgrade ubuntu ."
"Apt is a software that requires commands, but now there are also a lot of graphical software, such as Synaptic, Kynaptic and Adept ."
Command
Sudo is required for all the commands to be introduced below! Replace "packagename" and "string" with the program you want to install or find.
* Apt-get update -- run this command after modifying/etc/apt/sources. list
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.