拖动logo到书签栏,立即收藏青果网络
用户在实名认证前无法开通业务
1.更新软件列表
sudo apt update
2.安装aptitude
sudo apt install aptitude
3.aptitude的使用:
更新软件列表
aptitude update
安装软件
aptitude install 软件包名
卸载软件
aptitude remove 软件包名
说明:aptitude的使用和apt的基本相同,但aptitude在处理软件依赖问题上更佳一些。