1. 程式人生 > >Ubuntu16.04解除安裝不常用軟體

Ubuntu16.04解除安裝不常用軟體

解除安裝火狐

命令列操作,查詢火狐具體內容:

dpkg --get-selections |grep firefox

解除安裝軟體:

sudo apt-get purge firefox firefox-locale-en unity-scope-firefoxbookmarks

解除安裝libreoffice

sudo apt-get remove --purge libreoffice*

其他軟體:

libreoffice-common libreoffice
unity-webapps-common Amazon 連結
thunderbird 雷鳥郵件客戶端
totem 自帶的播放器
rhythmbox 自帶的音樂播放器
empathy 自帶的即時聊天應用
brasero 自帶的光碟燒錄器
simple-scan 掃描器
gnome-mahjongg 對對碰遊戲
aisleriot 紙牌遊戲
gnome-mines 掃雷遊戲
cheese webcam 應用
gnome-sudoku 數獨遊戲
transmission-common BT 客戶端
gnome-orca 螢幕閱讀
webbrowser-app Ubuntu 自帶的瀏覽器
landscape-client-ui-install landscape 遠端控制軟體
deja-dup 備份
onboard 螢幕鍵盤

最後執行一下:sudo apt-get autoremove