2

Hello i am new to Ubuntu.

So the problem i have is that I use Ubuntu 18.04.4 LTS and WineHQ 5.0.

The WineHQ installation is as 64 bit version, i followed the instruction from https://www.linux.com/training-tutorials/how-install-and-use-wine-run-windows-applications-linux/

However, at the 11th step, i encountered with this message "E:The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release' does not have a Release file."

Please help me to solve this problem.

Thank you!

2 Answers2

1

I found a solution on youtube https://www.youtube.com/watch?v=sj08gKkHDpY To properly launch my wine, i had to command winecfg. Hope this helps.

0

The ppa is too old (isn't updated since 2017, no release file for 18.04). You should remove it with ppa-purge (sudo apt install ppa-purge and ppa-purge http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu ).

The WINE installed on your system is maybe from ubuntu repositories. WINE is a rare case because unlike other software in Linux, it is recommended to install WINE from the official website: https://wiki.winehq.org/Ubuntu Follow this guide and install the stable branch (it will replace the current wine by the official wine).

Jeryosh
  • 745