Categories: Ubuntu

Wine Dev 9.2 Released with Mono Engine Updated to 9.0.0

Wine, the popular free open-source software for running Windows apps & games on Linux, macOS, & BSD, announced a new development 9.2 release!

The new release updated Mono engine to version 9.0.0, included a number of system tray fixes, and exception handling improvements on ARM platforms.

There are as well fixes to a total of 15 bugs, including

  • crashes when using the Connect function in Quick3270 5.21
  • digikam 6.10 (& 7.1.0) crashes on start
  • Dolphin Emulator crashes from 5.0-17264
  • Elite Dangerous client gets stuck on black screen after launch
  • Microsoft Webview 2 installer hangs forever
  • Kodu game lab crashes
  • And more. See release note
    Sponsored
    for details.

How to Install Wine 9.2 in your Linux

Wine provides official packages for Linux (e.g., Ubuntu, Debian, Fedora), and macOS. User can follow the official guide in its website.

For Ubuntu users, simply open terminal (Ctrl+Alt+T) and run the commands below one by one:

  • First, download & install the keyring (it should output unreadable text):
    wget -qO - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor | sudo tee /etc/apt/keyrings/winehq-archive.key
  • Download & setup the sources file:
    sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -sc)/winehq-$(lsb_release -sc).sources

    For Ubuntu based systems, do replace $(lsb_release -sc) with UBUNTU_CODENAME (e.g., jammy, focal) depends which Ubuntu version your system is based on (run cat /etc/os-release to tell).

  • Then, refresh system package cache:
    sudo apt update
  • Finally, install the wine-stable package:
    sudo apt install winehq-devel

Uninstall Wine

1. To remove the Wine package, open terminal (Ctrl+Alt+T) and run commands:

sudo apt remove --autoremove wine-devel winehq-devel

There will be local configuration files and app data left under .wine and .local/share/applications. They are hidden folders, press Ctrl+H in file manager to toggle display and remove them as you want.

Sponsored

2. To remove the Wine repository, open terminal (Ctrl+Alt+T) and run command:

sudo rm /etc/apt/sources.list.d/winehq-*.sources

And remove the repository key via command:

sudo rm /etc/apt/keyrings/winehq-archive.key

Finally apply changes by running sudo apt update to refresh system package cache.

The post Wine Dev 9.2 Released with Mono Engine Updated to 9.0.0 appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

Canonical announces 12 year Kubernetes LTS

Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…

10 hours ago

Ubuntu Weekly Newsletter Issue 878

Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…

1 day ago

How your feedback shapes the way we support open source software

At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…

1 day ago

How To Install osTicket v1.14 On Ubuntu 20.04

I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…

3 days ago

How To Install WordPress On Ubuntu 20.04

Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…

3 days ago

How To Install DNS Server (Bind9) On Ubuntu 20.04

Now I want to share the DNS server installation process on your Ubuntu 20.04 server.…

3 days ago