In this Tutorial I will show you how to install the Latest Development version of Wine 5.13 On Ubuntu 20.04 / 18.04 LTS and LinuxMint. ...
WineHQ is an open source software developed for running Windows applications on LINUX,OS X and BSD.
The Latest stable version available form Wine Team is 5.13 and released recently with fix of bugs
What's new in this version?
- Re-mapping of INI files to the registry.
- System call thunks in NTDLL.
- Reimplementation of floating point numbers printing.
- Beginnings of a restructuration of the console support.
- Various bug fixes.
So how to Install wine 5.13 in Ubuntu / Linux Mint?
Winehq can be installed in Ubuntu and Linux Mint via Wine apt repository
sudo apt-get install libgnutls30:i386 libldap-2.4-2:i386 libgpg-error0:i386 libxml2:i386 libasound2-plugins:i386 libsdl2-2.0-0:i386 libfreetype6:i386 libdbus-1-3:i386 libsqlite3-0:i386Step 2: Enable the 32-bit architecture and download the repository key
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.keyStep 3: Add the wine repository to system
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/<distname> main'Users need to replace manually the <distname> with the distribution name focal for Ubuntu 20.04 ,LinuxMint 20, bionic for LinuxMint 19.x, Ubuntu 19.x and xenial for LinuxMint 18.x,Ubuntu 18.x.
For Ubuntu 19.04 and lesser versions, users run the below command to have libfaudio0 in the repository.
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backportStep 4: Update the repository
sudo apt updateStep 5: Install wine 5.11
sudo apt install --install-recommends winehq-develStep 6: Run wine 5.13


Trying again to install 5.13 in Ubuntu 20.04.
ReplyDeleteIn step 3 - I enter the following command:
sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
But, it ends up with changing the command prompt to > . Why? What is this?
Hope someone can help me please
Thanks
Alex
you're missing the second single quote at end of line
DeleteIf it is showing > prompt, just type the command or use the below for your reference
ReplyDeleteroot@askmetutorials:~# sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Hit:1 https://download.virtualbox.org/virtualbox/debian focal InRelease
Hit:2 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Step – 2
ReplyDeletesudo dpkg –add-architecture i386
dpkg: error: need an action option
Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Steps 3,4
sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
> sudo apt update
> sudo apt install –install-recommends winehq-devel
It doesn’t do anything
When I try to run Wine – I get a long list of errors – below is just a short part of it. My setup program is in the Downloads folder
alex4buba@alex4buba-NUC8i7HNK:~/Downloads$ wine MBSetup.exe
002f:fixme:advapi:LsaOpenPolicy ((null),0x98dcf0,0x00000001,0x98dcc0) stub
002f:fixme:advapi:LsaClose (0xcafe) stub
002f:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
002f:fixme:advapi:LsaOpenPolicy ((null),0x98de00,0x00000001,0x98ddd0) stub
002f:fixme:advapi:LsaClose (0xcafe) stub
002f:fixme:advapi:LsaOpenPolicy ((null),0x98dd20,0x00000001,0x98dcf0) stub
002f:fixme:advapi:LsaClose (0xcafe) stub
002f:fixme:advapi:LsaOpenPolicy ((null),0x98dd20,0x00000001,0x98dcf0) stub
002f:fixme:advapi:LsaClose (0xcafe) stub
0037:fixme:advapi:LsaOpenPolicy ((null),0x22f440,0x00000001,0x22f410) stub
0037:fixme:advapi:LsaClose (0xcafe) stub
wine: Call from 0x7bc7117c to unimplemented function WS2_32.dll.WSCSetApplicationCategory, aborting
sudo apt-add-repository 'deb https://download.virtualbox.org/virtualbox/debian focal InRelease’
Try using the below commands
ReplyDelete1.sudo dpkg --add-architecture i386
2.wget -nc https://dl.winehq.org/wine-builds/winehq.key; sudo apt-key add winehq.key
3.sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
4.sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
5.sudo apt update && sudo apt install --install-recommends winehq-devel
Step-3
ReplyDeleteErr:17 http://ppa.launchpad.net/noobslab/apps/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/noobslab/apps/ubuntu focal Release' does not have a Release file.
Step-4
Err:11 http://ppa.launchpad.net/noobslab/apps/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/noobslab/apps/ubuntu focal Release' does not have a Release file.
Step-5
Err:11 http://ppa.launchpad.net/noobslab/apps/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/noobslab/apps/ubuntu focal Release' does not have a Release file.
OK, I removed Ubuntu and re-installed it and managed with your help to get E=Wine installed and also to install a Windows program.
ReplyDeleteBut, the program needs the MFC distribution files, I have them - but in which folder should I move them into?
Hope you can instruct me
Thanks