我是按这个方法安装的QQ2012:
http://www.longene.org/forum/viewtopic.php?f=6&t=4700
由于不稳定我想卸载3月2号的版本安装5月31号的版本,却提示错误,明明是安装了,查看也查看到,但卸载时提示如下:
lomandv@lomandv-System-Product-Name:~$ dpkg -l | grep qq
ii qq2012-for-wine:i386 2012.03.02 Wine 1.4.rc2 patched with qq2012
ii wine-qqgame:i386 0.2 An online gaming platform hosted by Tencent.
lomandv@lomandv-System-Product-Name:~$ sudo dpkg -r qq-for-wine
[sudo] password for XXXX:
dpkg:警告:there's no installed package matching qq-for-wine
请问为什么无法进行卸载呢。
(已解决)卸载wine软件出错,求解决。
- rosn
- 帖子: 1014
- 注册时间: 2006-01-14 18:33
-
- 帖子: 221
- 注册时间: 2012-03-01 19:23
- 系统: Ubuntu 12.04
Re: 卸载wine软件出错,求解决。
是qq2012-for-wine吧~
- rosn
- 帖子: 1014
- 注册时间: 2006-01-14 18:33
Re: 卸载wine软件出错,求解决。
已经解决
原来加2012还不行:
lomandv@lomandv-System-Product-Name:~$ sudo dpkg -r qq2012-for-wine
[sudo] password for lomandv:
dpkg:警告:there's no installed package matching qq2012-for-wine
再加“:i386“就可以了:
lomandv@lomandv-System-Product-Name:~$ sudo dpkg -r qq2012-for-wine:i386
(正在读取数据库 ... 系统当前共安装有 184166 个文件和目录。)
正在卸载 qq2012-for-wine:i386 ...
start uninstall...
Running postrm script...
backup old /etc/ld.so.conf
Removing path "/usr/local/lib/" from file /etc/ld.so.conf
Removing Path "/opt/qq2012/bin/" from file ~/.bashrc
Done.
正在处理用于 libc-bin 的触发器...
ldconfig deferred processing now taking place
lomandv@lomandv-System-Product-Name:~$
因为
dpkg -l | grep qq的时候显示结果是有个:i386的
lomandv@lomandv-System-Product-Name:~$ dpkg -l | grep qq
ii qq2012-for-wine:i386 2012.03.02 Wine 1.4.rc2 patched with qq2012
ii wine-qqgame:i386 0.2 An online gaming platform hosted by Tencent.
原来加2012还不行:
lomandv@lomandv-System-Product-Name:~$ sudo dpkg -r qq2012-for-wine
[sudo] password for lomandv:
dpkg:警告:there's no installed package matching qq2012-for-wine
再加“:i386“就可以了:
lomandv@lomandv-System-Product-Name:~$ sudo dpkg -r qq2012-for-wine:i386
(正在读取数据库 ... 系统当前共安装有 184166 个文件和目录。)
正在卸载 qq2012-for-wine:i386 ...
start uninstall...
Running postrm script...
backup old /etc/ld.so.conf
Removing path "/usr/local/lib/" from file /etc/ld.so.conf
Removing Path "/opt/qq2012/bin/" from file ~/.bashrc
Done.
正在处理用于 libc-bin 的触发器...
ldconfig deferred processing now taking place
lomandv@lomandv-System-Product-Name:~$
因为
dpkg -l | grep qq的时候显示结果是有个:i386的
lomandv@lomandv-System-Product-Name:~$ dpkg -l | grep qq
ii qq2012-for-wine:i386 2012.03.02 Wine 1.4.rc2 patched with qq2012
ii wine-qqgame:i386 0.2 An online gaming platform hosted by Tencent.
我是初学python的新手,希望得到大家的耐心指教,先感谢大家对我的付出!