歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> ubuntu 下軟件的安裝與卸載

ubuntu 下軟件的安裝與卸載

日期:2017/2/28 17:16:02   编辑:Linux教程

安裝軟件

命令: 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軟件包相關安裝與卸載

安裝deb軟件包

命令: dpkg -i xxx.deb

Copyright © Linux教程網 All Rights Reserved