葡萄酒不会通过终端安装

每当我尝试安装葡萄酒时,这就是我得到的:

galien1@galien1-desktop:~$ sudo apt-get install wine [sudo] password for galien1:(Password) Reading package lists... Done Building dependency tree Reading state information... Done Package wine is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'wine' has no installation candidate galien1@galien1-desktop:~$ 

我不知道怎么喝酒!?!?!?!

如果你想添加winehq存储库,请按照说明进行操作。
首先,我们需要32位葡萄酒前缀的多拱支持。
sudo dpkg --add-architecture i386

然后添加他们的存储库

wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key添加Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/

更新包列表:
sudo apt-get update

现在您已准备好安装。
我推荐像aptitude或软件中心这样的GUI软件包安装程序,因为可以安装许多版本的wine(包括测试和开发阶段)。
sudo apt-get install wine-stable将获得最新的稳定版本(2.0.1)