apt-get常用命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apt-get常用命令相关的知识,希望对你有一定的参考价值。

//安装软件
~$ sudo apt-get install xxx

//删除软件
~$ sudo apt-get purge xxx
//保留配置文件删除软件
~$ sudo apt-get remove xxx

//升级apt-get版本数据库
~$ sudo apt-get update

//升级已安装程序到最新版本
~$ sudo apt-get upgrade

//删除安装剩下的安装缓存文件
~$ sudo apt-get autoclean

//删除无用的数据包
~$ sudo apt-get autoremove

//查找软件包
//安装apt-file
~$ sudo apt-get install apt-file

//升级apt-file数据库
~$ sudo apt-file update

//查找
~$ apt-file -l search xxx

//查看软件包内容
~$ apt-file list xxx

 

以上是关于apt-get常用命令的主要内容,如果未能解决你的问题,请参考以下文章

apt-get常用命令

apt-get命令详解

ubuntu apt-get常用命令

ubuntu 常用apt-get命令

Ubuntu下apt-get命令详解

Ubuntu下apt-get命令详解