I want to install Wine. I have seen two different methods and not sure if I understand the difference. Is Wine the same as WineHQ? And why is the i386 architecture not needed for wine64 or wine32? Just trying to decide what method to go forward with.
Method 1:
sudo apt install wine64
or
sudo apt install wine32
I assume wine64 is for a Linux 64bit system. Is this correct?
Method 2:
sudo dpkg --add-architecture i386
wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository ‘deb http://dl.winehq.org/wine-builds/ubuntu/ artful main’
sudo apt-get install --install-recommends winehq-stable
or
sudo apt-get install --install-recommends winehq-devel