首页 > 系统 > Ubuntu > 正文

Linux系统(Debian和Ubuntu)下彻底删除wine的办法

2020-06-13 12:22:55
字体:
来源:转载
供稿:网友
Linux系统(Debian和Ubuntu)下彻底删除wine的方法
 
 
wine是一个在linux下模拟windows的东西,不过这个wine很难卸载,所以我专门写了怎么卸载这个东西的办法: 
1、终端中执行sudo apt-get remove wine1.3(wine1.3是你安装wine时的软件包命,如果你当时之间apt-get wine来安装的就直接输入apt-get install remove wine) 
2、删除wine的目录文件:sudo rm -r /home/username/.wine(username是你的用户名) 
3、卸载残留的软件包:sudo apt-get autoremove 
4、清理wine模拟运行的windows程序:sudo rm -r /home/username/.local/share/applications 
5、清理残余的windows程序:sudo rm -r /home/username/.config/menus/applications-merged/wine* 
注意,这里以root权限使用了rm -r命令,这个命令很危险,如果路径输入错误可能会直接悲剧,慎重点哈 

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表