

Once the wmp10 is downloaded and installed successfully, we should see the Windows Media Player 10.

#SUDO APT GET REMOVE WINE INSTALL#
In the next screen select the package that you want to install, let’s assume we want to install “ Windows Media Player 10“, select its package and then click on OK In the next window Select “ Install a Windows DLL or component” and then click on OK Start the winetricks using below command and try installing windows applications :~$. Once you install Wine 4 then you need a winetricks script to install windows application via wine on Linux like operating systems, let’s first download this script using below wget command, :~$ wget Step:4) Installing Windows application using winetricks script Once all the required packages are installed successfully, try to access windows notepad using the following command :~$ wine notepad.exeĪbove command will install dependencies that are required to start notepad, :~$ sudo apt-get install -install-recommends winehq-stable -y Output of above command should be something like below,įor Ubuntu 18.10 :~$ sudo apt-add-repository 'deb cosmic main' Step:3 Install latest stable version of wineĮxecute the below apt-get commands to install latest stable version of Wine (i.e Wine 4.0) :~$ sudo apt-get update :~$ Step:2 Enable Wine 4.0 repository using apt-add-repository commandĮxecute the below apt-add-repository comman to enable wine 4 package repository.įor Ubuntu 18.04 LTS / Linux Mint 19 :~$ sudo apt-add-repository 'deb bionic main' Open the terminal and execute the following commands to download and install wine 4.0 repo key, :~$ sudo dpkg -add-architecture i386 Step:1 Download and Install Wine 4 repo key
