今天在ubuntu下裝了個wine,感覺介面很難看,跟ubuntu風格不協調。所以我把它解除安裝了。
根據網上找的資料,我是按如下步驟解除安裝:
步驟/方法
1.終端執行sudo apt-get remove wine,執行發現系統還有wine的圖示殘留,於是
2.刪除~/.wine目錄,這是隱藏資料夾,你要先在view下面,選show hidden files。
3.在~/.local/share/applications資料夾下刪除wine目錄和以wine-extension開頭的desktop檔案,把 mimeinfo.cache檔案裡和wine相關的內容去掉,把mimeapps.list裡和wine相關的內容去掉
4.刪除~/.local/share/mime/types,刪除~/.local/share/mime/globs2,刪除~/.local /share/mime/packages以x-wine- extension開頭的所有檔案。清空~/.local/share/mime/application裡和wine相關的內容。
5.刪除~/.config/menus/applications-merged目錄
6.執行命令update-mime-database ~/.local/share/mime 更新檔案型別資料庫。