摘要:简单概括了apt-get的使用,包括:安装,卸载,更新,查找。
#apt-get install packagename
这里将安装你需要的在sources.lists中的最新的软件包,如果有其他依赖则自动安装相应的依赖软件包。packagename可以是多个软件包。-h This help text.
-d Download only - do NOT install or unpack archives
-f Attempt to continue if the integrity check fails
-s No-act. Perform ordering simulation
-y Assume Yes to all queries and do not prompt
-u Show a list of upgraded packages as well
# apt-get install package=version
这里,如果你的软件包被破坏了,或者你想要安装一个最新的软件,运行这个。
#apt-get remove packagename
这会卸载相应的软件,同时也会卸载依赖的部分,没办法指定不卸载依赖的。但是软件的配置文件还是会留在系统中。
这样配置文件也会被删除。
#apt-cache search packagename
这样将输出所包含packagename字符串的包。
# apt-cache show packagename
这包含了软件包许多的信息,例如如果你已经安装了这个软件包,信息里面也会显示。
apt-cache showpkg packagename
这会显示大致的信息。
$ apt-show-versions -u
这个apt-show-versions工具需要安装一下的。
#apt-cache depends packagename