在ubuntu操作系统上使用微信,网页版微信不能使用,在网上搜了一下,发现ubuntukylin优麒麟有基于wine的微信能用,根据其网站上的说明。
1.*载下**Wine环境包:Wine环境包*载下**地址:http://archive.ubuntukylin.com/software/pool/partner/ukylin-wine_70.6.3.25_amd64.deb
2.*载下**微信(wine)包: 微信(wine)包*载下**地址:http://archive.ubuntukylin.com/software/pool/partner/ukylin-wechat_3.0.0_amd64.deb
3.终端输入:
sudo apt-get install -f -y ./ukylin-wine_70.6.3.25_amd64.deb
sudo apt-get install -f -y ./ukylin-wechat_3.0.0_amd64.deb
发现没有xdotool,没法使用。
那就*载下**xdotool,
sudo apt-get update
sudo apt-get install xdotool
出现无法定位*载下**xdotool。
那要解决这个问题。
更新软件源列表并再次尝试安装 xdotool,使用以下命令:
sudo apt-get update
更新软件源列表后仍然无法找到 xdotool 软件包,只能使用以下命令来添加官方源:
sudo add-apt-repository main
sudo add-apt-repository universe
sudo add-apt-repository restricted
sudo add-apt-repository multiverse
sudo apt-get update
sudo apt-get install xdotool
重新安在微信,问题解决。