如何在Fedora 33/32/31/30安装Wine 5
时间:2020-02-23 14:33:18 来源:igfitidea点击:
欢迎我们关于如何在Fedora 33/32/31/30安装Wine 5的教程。
Wine 是一个开源软件,允许我们在Linux上运行Microsoft Windows应用程序。
通过利用其WinELIB库,我们可以编译Windows应用程序以帮助将它们移植到类似UNIX的系统。
第1步:添加Winehq存储库
首先将Winehq存储库添加到最新的 Wine 稳定包。
Fedora 33:
sudo dnf -y install dnf-plugins-core sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/32/winehq.repo
Fedora 32:
sudo dnf -y install dnf-plugins-core sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/32/winehq.repo
Fedora 31:
sudo dnf -y install dnf-plugins-core sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/31/winehq.repo
Fedora 30:
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/30/winehq.repo
Fedora 29.
sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/29/winehq.repo
第2步:在Fedora安装Wine 5 33/32/31/30/29
添加存储库后,在Fedora 33/32/31/30/32/31/30/29安装以下任何 Wine 5包。
稳定的分支 - (推荐)
sudo dnf -y install winehq-stable
开发分支 - 仅用于测试
sudo dnf install winehq-devel
分期分支 - 出血边缘
sudo dnf install winehq-staging
有关已安装包的更多信息,可以使用RPM命令进行检查。
$rpm -qi winehq-stable Name : winehq-stable Epoch : 1 Version : 5.0.0 Release : 8.1 Architecture: x86_64 Install Date: Sat 25 Jan 2017 06:11:02 PM UTC Group : Emulators Size : 62789 License : LGPLv2+ Signature : RSA/SHA512, Wed 22 Jan 2017 05:48:59 PM UTC, Key ID 76f1a20ff987672f Source RPM : wine-stable-5.0.0-8.1.src.rpm Build Date : Wed 22 Jan 2017 03:17:23 AM UTC Build Host : localhost Vendor : obs://build.opensuse.org/Emulators URL : https://www.winehq.org/ Summary : WINE Is Not An Emulator - runs MS Windows programs Description : .....
也可以使用安装的 Wine 版本。
$wine --version wine-5.0
要配置 Wine ,请运行:
$winecfg
第4步:安装WinEtricks
WineTricks是一个辅助脚本,用于下载并安装各种可再分发的运行时间库,需要在 Wine 中运行一些程序。
这些可以包括使用闭合源库的 Wine 组件的替代品。
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks chmod +x winetricks sudo mv winetricks /usr/local/bin/