ubuntu14.04如何卸载qq
ubuntu安装了wine qq怎么去卸载呢?现在wine qq 比较好用的有ubuntukylin官网与deepin linux官网使用的deepin版本wi荏鱿胫协ne qq 2012国际版,还有Longene提供的wine qq2013,下面我们分别来演示如何卸载它们...
卸载deepin版wineqq
1、直接卸载deepin qq,如果无法卸载完成再进行下一步骤$sudo dpkg -r wine-qqintl
2、删除/usr/share/deeepinwine $cd /usr/share/ //进入share目录 $sudo rm -rf deepinwine //强制删除deeepinwine文件夹
3、删除用户目录下的.deepinwine $cd /home/用户名/ //进入用户目录或者直接cd ~ $sudo rm -rf .deepinwine //强制删除.deepinwine文件夹
4、删除qqintl.desktop 桌面文件 $sudo rm /usr/share/applications/qqintl.desktop
卸载Longene版wineqq
1、完全卸载longene qq,这步骤成功的话就不需要做下一步骤了$sudo dpkg -r wine-qq2013-longeneteam有时因为我们某些设置不能卸载完成,可以看下面的直接删除
2、删除/opt/longene $cd /opt $sudo rm -rf longene
3、删除用户目录下的.longene $cd /home/用户名/ $sudo rm -rf .longene
4、删除/usr/bin下的qq与qq2013 $cd /usr/bin $sudo rm -rf qq | sudo rm -rf qq2013
5、删除/usr/share/applications/qq-test.desktop $sudo rm /usr/share/applications/qq-test.desktop