天天看點

ubuntu軟體的解除安裝和安裝

方法一:可以用終端安裝或解除安裝軟體。

方法二:用系統自帶的“新立得軟體包管理器”

在終端裡

安裝軟體 apt-get install softname1 softname2 softname3……

解除安裝軟體 apt-get remove softname1 softname2 softname3……

解除安裝并清除配置 apt-get remove --purge softname1

更新軟體資訊資料庫 apt-get update

進行系統更新 apt-get upgrade

搜尋軟體包 apt-cache search softname1 softname2 softname3……

安裝deb軟體包 dpkg -i xxx.deb

删除軟體包 dpkg -r xxx.deb

連同配置檔案一起删除 dpkg -r --purge xxx.deb

檢視軟體包資訊 dpkg -info xxx.deb

檢視檔案拷貝詳情 dpkg -L xxx.deb

檢視系統中已安裝軟體包資訊 dpkg -l

重新配置軟體包 dpkg-reconfigure xxx

在“新立得”裡

點搜尋,輸入軟體名

在需要安裝或解除安裝的軟體上右擊-點标記-最後點應用