ubuntu 安装微信开发者工具

https://github.com/cytle/wechat_web_devtools

实测:64位  32位的可以...

参考命令;

2030 sudo apt-get install wine1.6   ///注意:wine  安装有到确定的一步,鼠标点击没用,键盘选择下拉,  到最下面的确定 ,点击回车;
2031 sudo dpkg --configure -a
2032 sudo apt-get install wine1.6
2033 wine --version
2034 ll
2035 sudo ./bin/wxdt install
2036 sudo chmod -R 777 /home/zb/.config/微信web开发者工具/

--------------------------------------------------------------------------------------------------------

附加:

Ubuntu安装wine时停止在"正在设定ttf-mscorefonts-installer"解决方法
 
安装wine时,停在了一个地方“正在设定ttf-mscorefonts-installer”,怎么过去呢?
 
解决方法:
 
原来要一直下拉下拉到底才可以点确定。。。。
 
确定无法点击? 
 
原来要用tab才能选中确定,再点击确定。
 
ok,确定以后就可以继续了!
原文地址:https://www.cnblogs.com/pansidong/p/8992016.html