📌  相关文章
📜  ubuntu 删除包和依赖项安装 deb - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:08.288000             🧑  作者: Mango

代码示例1
#For Ubuntu the correct method to remove packages through the console is:
apt-get –-purge remove skypeforlinux.
dpkg –-remove skypeforlinux.
dpkg –r packagename.deb.
apt-get clean && apt-get autoremove. sudo apt-get -f install. ...
#apt-get update. #dpkg –-configure -a. ...
apt-get -u dist-upgrade.
apt-get remove –dry-run packagename.