156******44
deepin
2018-06-09 03:13 虽然不用,赞一个楼主,以前在ubuntu上安装wine qq太扎心了。
Reply Like 0 View the author
https://bbs.deepin.org/post/157875
虽然不用,赞一个楼主,以前在ubuntu上安装wine qq太扎心了。
https://bbs.deepin.org/post/157875
按照楼主的方法安装最新的稳定版本,安装后版本还是2.0那个怎么办
https://bbs.deepin.org/post/157875
1.确保系统没有安装其他版本的wine
sudo dpkg -l wine
https://bbs.deepin.org/post/157875
wine的官网提供了二进制版本,可以直接装的:https://wiki.winehq.org/Debian
简要步骤:
https://bbs.deepin.org/post/157875
下列软件包有未满足的依赖关系:
winehq-stable : 依赖: wine-stable (= 3.0.1~sid)
E: 无法修正错误, ...
https://bbs.deepin.org/post/157875
我之前没安装过wine 我以为那个显示的就是系统的deepin-wine
现在我安装的时候显示gettext tools 没有或 ...
https://bbs.deepin.org/post/157875
最新的Wine能模拟Axure么?
Popular Ranking
ChangePopular Events
More
Installation wine 3.0 on Deepin Linux Wine3.0安装手札
貌似只有源码编译才能成功安装,apt-get 总是各种依赖包不满足
搞了大半天,终于搞定,先发贴,慢慢再整理
1.确保系统没有安装其他版本的wine,deepin-wine没有关系
sudo dpkg -l wine
2.增加32位编译环境
sudo dpkg --print-foreign-architectures
sudo dpkg --add-architecture i386
sudo apt-get -y install gcc-multilib
sudo apt-get -y install g++-6-multilib
sudo apt-get -y install bison:i386
sudo apt-get -y install flex:i386
sudo apt-get -y install libsane-dev:i386
sudo apt-get -y install libv4l-dev:i386
sudo apt-get -y install libgphoto2-dev:i386
sudo apt-get -y install liblcms2-dev:i386
sudo apt-get -y install libpulse-dev:i386
sudo apt-get -y install libudev-dev:i386
sudo apt-get -y install libcapi20-dev:i386
sudo apt-get -y install libcups2-dev:i386
sudo apt-get -y install libgsm1-dev:i386
sudo apt-get -y install libkrb5-dev:i386
sudo apt-get -y install libtiff5-dev:i386
sudo apt-get -y install libmpg123-dev:i386
sudo apt-get -y install libopenal-dev:i386
sudo apt-get -y install libldap2-dev:i386
sudo apt-get -y install libxml2-dev:i386
sudo apt-get -y install libxxf86vm-dev:i386
sudo apt-get -y install libxslt1-dev:i386
sudo apt-get -y install libglu1-mesa-dev:i386
sudo apt-get -y install libarrayfire-opencl-dev:i386
sudo apt-get -y install libarrayfire-opencl3:i386
sudo apt-get -y install fontconfig:i386
sudo apt-get -y install libfontconfig1-dev:i386
sudo apt-get -y install libosmesa6-dev:i386
sudo apt-get -y install libsane-dev:i386
sudo apt-get -y install libx11-dev:i386
sudo apt-get -y install libfreetype6-dev:i386
sudo apt-get -y install libxcursor-dev:i386
sudo apt-get -y install libxi-dev:i386
sudo apt-get -y install libxshmfence-dev:i386
sudo apt-get -y install libxrandr-dev:i386
sudo apt-get -y install libxfixes-dev:i386
sudo apt-get -y install libxinerama-dev:i386
sudo apt-get -y install libxcomposite-dev:i386
sudo apt-get -y install libpcap-dev:i386
这些包打完基本大的问题没有,有报错缺少包能补再补。
3.下载源码文件并编译,大概需要3g左右的空间
wget https://dl.winehq.org/wine/source/3.0/wine-3.0.1.tar.xz
tar -xvf wine-3.0.tar.xz
cd wine-3.0/
sudo ./configure
*不要使用enable64 不然编译出来只能运行64位的exe
*如果报错缺少包,能补就补,只要提示可以make,缺几个没关系
sudo make && sudo make install
1个多小时的编译
4.卸载wine办法
在编译好的目录执行
cd wine-3.0/
sudo make uninstall
5.查看版本
wine --version
winecfg 默认建立~/.wine的容器