Debian software management (version 2) and debian Software
Debian software management
1. Search for software package information
Apt-cache search
Apt-cache search yum
2. view the software package information
Apt-cache show rpm
3. Install software
Apt-get install rpm
Option: apt-get reinstall overwrite Installation
-F repair and Installation
4. Uninstall, similar to YUM
Apt-get remove rpm
Option: apt-get autoremove rpm automatically solves the dependency
-- Purge does not report the remaining configuration file
5. Update the software source
Apt-get update
6. Update the installed software package
Apt-get upgrade
Where is the installation file downloaded by debian using the Package Manager?
Synptic and apt are debian software management tools.
Generally, the downloaded deb package is the installation package, not the source code, unless you specify the source code, such as linux-source. The cache is generally:
/Var/cache/apt/archives/
/Var/cache/apt/archives/partial/
Does debian have good software management tools?
It looks like it's xinlide.