ubuntu qq

如果ubuntu安装的64位的,在其中安装32位软件时就会碰到缺失libgtk-x11-2.0.so的情况

比如用wine安装qq时 启动qq时就会报这样的错误

error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

网上的解决方法

sudo apt-get install ia32-libs ia32-libs-gtk

但是又出现一下错误提示:

sudo apt-get install ia32-libs
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘ia32-libs’ has no installation candidate

于是又搜索,知道要添加以前版本的源,然后就行了

下面是添加源的方法:

方法1:

  sudo gedit /etc/apt/sources.list

  然后在最后添加上: deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse

方法2:

    终端中输入:

       echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse"  >>  sudo gedit /etc/apt/sources.list 

还有其他添加本地源的方法,可以参考:http://hi.baidu.com/android4/item/6c0f962351a7ec102b0f1cac

添加完源之后

   sudo apt-get update

   sudo apt-get install ia32-libs ia32-libs-gtk

这样就应该可以了


常遇到QQ图标不能点击,执行下面脚本重启后可修复:

ps -ef | grep tm2013 | awk '{print $2}' | xargs kill -9
nohup tm2013 >/dev/null 2>&1 &



评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值