Wine

Wine

debian安装wine(源地址:https://wiki.winehq.org/Debian

首先启用32位软件包

sudo dpkg --add-architecture i386

下载安装存储库密钥

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

添加源 / 更行源

deb https://dl.winehq.org/wine-builds/debian/ stretch main    #添加源
sudo apt-get update    #更新源

安装稳定版

sudo apt install --install-recommends winehq-stable

漫长的等待。。。。

 

posted @ 2020-07-07 13:24  mydpkg  阅读(147)  评论(0)    收藏  举报