Debian based Linux system(Ubuntu)包管理工具

apt-* 查看,安装,删除,更新包。

1. apt-cache search: Search Repository Using Package Name

apt-cache search ^包名$

在Repo中查找包名,以查找Apache 2为例

$apt-cachesearch^apache2$apache2-ApacheHTTPServermetapackage

2. apt-cache search: Search Repository Using Package Description apt-cache search + 包描述, 有时不知道包的准备名字,可以通过包的描述信息查找。

3. apt-file search: Search Repository Using a Filename from the Package

apt-file search + 包中的任意文件名, 有时只知道包里的配置文件或可能执行文件,也可以通过这些信息查找包。

4. apt-cache show: Basic Information About a Package

apt-cache show + 包,, 显示包的基本信息。

5. apt-cache showpkg: Detailed Information About a Package

apt-cache showdpkg + 包,显示包更加祥细的信息。

6. apt-file list: List all the Files Located Inside a Package apt-file list + 包, 显示包内所有文件。

7.apt-cache depends: List all Dependent Packages

apt-cache depends + 包, 显示包的所有依赖。在安装包前需要检查安装包所有的依赖

8. dpkg -l: Is the Package Already Installed?

dpkg -l , 显示系统中所有的安装包

9. apt-get install: Install a Package

apt-get install + 包,安装包。

10. apt-get remove: Delete a Package

apt-get remove/purge , 删除包

apt-get remove will not delete the configuration files of the package

apt-get purge will delete the configuration files of the package

11. apt-get -u install: Upgrade a Specific Package

apt-get -u install + 包,更新安装包。

12. apt-get -u upgrade: Upgrade all Packages

更新所有安装包。

时光的消化是这样的缓慢。虽然这也仅仅是无处可说的委屈。而不是痛苦。

Debian based Linux system(Ubuntu)包管理工具

相关文章:

你感兴趣的文章:

标签云: