Weizhenwei’s Technical Blog

A technical blog of weizhenwei’s technical docs and ideas.

Ubuntu安装WineQQ

  如果以Ubuntu(或者其变种Mint)作为日常工作环境的话,那么类似于字处理,挂QQ等将成为不可避免的需求。关于在Ubuntu上挂QQ,之前的解决方案是使用VirtualBox安装windows,然后在windows里安装QQ;最近也使用Qemu安装过Win7。很明显为挂个QQ而安装虚拟机太笨重,非常耗费系统资源。最近经过调研发现一种新解决办法,即WineQQ。亲测好用,记录之。

1. 安装依赖库

sudo apt-get install libgtk2.0-0  
sudo apt-get install ia32-libs  
sudo apt-get install lib32ncurses5  
sudo apt-get install liblcms2-2  

2. 下载并解压缩wineqq

  下载地址:http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=23
  然后用unzip命令解压缩,得到三个deb文件,安装之。

3. 安装wineqq

sudo dpkg -i wine-qqintl_0.1.3-2_i386.deb  
sudo dpkg -i ttf-wqy-microhei_0.2.0-beta-2_all.deb  
sudo dpkg -i fonts-wqy-microhei_0.2.0-beta-2_all.deb  

  然后在系统菜单的互联网子菜单里就可以发现刚安装的WineQQ,开启用之!

参考文献

http://bubuko.com/infodetail-343048.html