install crossover &qq

来源:互联网 发布:域名管理权变更 编辑:程序博客网 时间:2024/05/02 09:53

install i386 lib dependency

sudo dpkg --add-architecture i386sudo apt-get update// 可能需要添加下列32位库sudo apt-get install lib32z1 lib32ncurses5

install crossover

dpkg -i crossover-15_15.0.3-1_all.deb//miss libjpeg8---in debian8dpkg -i libjpeg8_8d1-2_amd64.deb//在ubuntu 16.10 中可能会出现 缺少 libpng12-0  这个包sudo apt-get install libpng12-0 

包位置
http://packages.ubuntu.com/precise/amd64/libcrypto++9/download

dpkg -i deepin-crossover-helper_1.0deepin0_all.deb

install qq

sudo dpkg -i apps.com.qq.im_8.1.17255deepin11_i386.deb 

when installation was done,open the crossover to config and auto install other s;

sudo apt-get install libnss-mdns:i386

useful source

qq 会出现字体不全的问题,安装 文鼎中文字体 即可

1.缺少的包 libgnutls-deb0-28:i386
https://launchpad.net/ubuntu/xenial/i386/libgnutls-deb0-28/3.3.15-5ubuntu2

new a file /usr/bin kqq

ps aux|grep -v grep|grep wine|cut -c 9-15|xargs kill ps aux|grep -v grep|grep QQ|cut -c 9-15|xargs kill ps aux|grep -v grep|grep qq|cut -c 9-15|xargs kill pkill  plugplay.exepkill  explorer.exepkill  services.exe# 将以上内容保存到/usr/bin/kqq 文件里,则以后就可以使用kqq来结束qq相关的进程。同时也会将wine进程结束掉。

cited by findsapce.name

http://www.findspace.name/easycoding/1748

0 0