Install Wine 3.0.3 on Ubuntu 16.04 64 Bit
Download source codes from official repo.
Extract archive to folder ( wine-3.0.3 ) then,
1) Install flex and bison packages
2) Configure with enable 64 bit support
3) After finished the configure process
4) Installation after making.
5) Now you can run wine via this command
.wine directory will be created on home directory. For testing you can run notepad
https://dl.winehq.org/wine/source/3.0/wine-3.0.3.tar.xz
Extract archive to folder ( wine-3.0.3 ) then,
1) Install flex and bison packages
sudo apt install flex bison
2) Configure with enable 64 bit support
./configure --enable-win64
3) After finished the configure process
make
4) Installation after making.
sudo make install
5) Now you can run wine via this command
./wine
.wine directory will be created on home directory. For testing you can run notepad
./wine notepad