Wine 6 install:
**************************************************************
*************************************************************
To start configuring Wine, run the winecfg command in your terminal. The command installs Mono and Gecko and sets the Wine environment.
Click on the “Install” button, and the installation will start. Once done, a new dialog will appear, prompting you to install Gecko. Again click on the “Install” button. When the installation is completed, the Wine configuration dialog will be shown. On the applications tab, choose Windows 10 for the default settings. Once finished, close the dialog box.
If you need to modify your program files, Wine's files are stored in /home/user/.wine/drive_c/ by default.
/.wine/ is hidden. Press control + H to show hidden files.
**************************************************************
Code:
sudo dpkg --add-architecture i386
Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
Code:
sudo apt-key add winehq.key
Code:
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Code:
sudo apt update
Code:
sudo apt install --install-recommends winehq-stable
To start configuring Wine, run the winecfg command in your terminal. The command installs Mono and Gecko and sets the Wine environment.
Code:
$ winecfg
Click on the “Install” button, and the installation will start. Once done, a new dialog will appear, prompting you to install Gecko. Again click on the “Install” button. When the installation is completed, the Wine configuration dialog will be shown. On the applications tab, choose Windows 10 for the default settings. Once finished, close the dialog box.
If you need to modify your program files, Wine's files are stored in /home/user/.wine/drive_c/ by default.
/.wine/ is hidden. Press control + H to show hidden files.