在Ubuntu 20.04 LTS Focal Fossa上安装Wine
步骤1.首先,通过apt
在终端中运行以下以下命令,确保所有系统软件包都是最新的。
sudo apt update sudo apt upgrade
步骤2.在Ubuntu 20.04上安装Wine。
要在Ubuntu 20.04中安装Wine版本5.0,请打开终端并输入:
sudo dpkg --add-architecture i386 sudo apt update
准备好存储库后,我们可以在Ubuntu 20.04 Linux系统上安装Wine 5:
sudo apt install wine64 wine32
安装完成后,通过检查酒的版本来确认酒的安装:
$ wine --version wine-5.0 (Ubuntu 5.0-3)
第3步。如何使用Wine来运行Windows应用程序。
要启动Wine程序,您必须提供该程序的完整路径。例如,我们将通过wine启动Notepad ++程序:.exe
wget https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.8.8/npp.7.8.8.Installer.exe
使用wine安装您下载的应用程序:.exe
wine npp.7.8.8.Installer.exe
恭喜你!您已经成功安装了Wine。感谢您使用本教程在Ubuntu 20.04 LTS Focal Fossa系统上安装Wine。如需其他帮助或有用的信息,我们建议您检查Wine的官方网站。
原创文章,作者:校长,如若转载,请注明出处:https://www.yundongfang.com/Yun41338.html