Ubuntu软件管理工具apt的一些用法总结
时间:2021-08-30 06:28:00
收藏:0
阅读:12
一、安装软件包
[root@localhost ~]# apt install tree
二、删除软件包
[root@localhost ~]# apt remove tree
三、列出仓库软件包
[root@localhost ~]# apt list
四、搜索软件包
[root@localhost ~]# apt search nginx
五、查看某个软件包的详细信息
[root@localhost ~]# apt show nginx
六、更新包索引
[root@localhost ~]# apt update
原文:https://www.cnblogs.com/kesu/p/15203096.html
评论(0)