Running on Ubuntu Desktop 17.10, I tried to install wine
but I always get the following error message:
root@abdrzj-VPCEH26EA:/etc/apt# apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine is a virtual package provided by:
winehq-devel 2.22.0~xenial
wine-stable 2.0.2-2ubuntu1
wine-development 2.18-1
You should explicitly select one to install.
E: Package 'wine' has no installation candidate
sudo apt-get winehq-devel
, orsudo apt-get wine-stable
, orsudo apt-get wine-development
. – J. Starnes Dec 04 '17 at 23:02