一、安装软件包
[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