• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to footer
WebSetNet

WebSetNet

Technology News

  • Technology News
    • Mobile
    • Games
  • Internet Marketing
  • System Admin
    • Windows 11
    • Linux
    • Mac & Apple
You are here: Home / System Admin / Linux / Wine 8.0 RC2 Released! How to install in Ubuntu 22.04 | 20.04

Wine 8.0 RC2 Released! How to install in Ubuntu 22.04 | 20.04

January 7, 2023 by jerry23

For those who would like to run Windows apps on Linux, the new major Wine 8.0 now is in RC release stage.

As usual, there will be 6 RC releases until final stable version. The latest so far is rc2 that features 50 bug-fixes for applications, including ICU64 for VICE, UT99, Warframe, MyPhoneExplorer, Silent Hill 2, Resident Evil 7, Serious Sam 2, and more. See the announcement for details.

How to Install Wine 8.0 rc2 in Ubuntu 22.04 | 20.04 | 18.04 | 22.10

Winehq website has official setup guide for installing the software in Ubuntu & other Linux. However, it still use the ASCII-armored key which is deprecated.

1. Install Wine key

The repository now has updated with new method to install the key to follow Debian policy, as apt-key is deprecated. However, it’s still ASCII-armored key so far.

Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to create ‘/etc/apt/keyrings’ directory in case it’s not exist, for storing the keys:

sudo mkdir -p /etc/apt/keyrings

Then, run the single command to download the key, dearmor, and move to “/etc/apt/keyrings” directory:

sudo wget -O - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor | sudo tee /etc/apt/keyrings/winehq-archive.key

Type user password and hit Enter if the command stuck with blinking cursor. And, it will output un-readable text as the picture shows:

2. Add Wine repository:

Next run the commands below one by one to download the repository setup file and install to “/etc/apt/sources.list.d” directory.

  • Download and install the source 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

IMPORTANT: “$(lsb_release -sc)” in command returns system’s code-name. For Linux Mint and other Ubuntu based system, you HAVE to replace it with kinetic (22.10), jammy (22.04), focal (20.04) or bionic (18.04) depends on which Ubuntu edition your system is based on.

3. Update cache

Before installing any package from that repository, you need to refresh system cache by running command in terminal:

sudo apt update

4. Install Wine Development:

Finally, run the apt install command to install the new development release:

sudo apt install winehq-devel

After installation, use winecfg to generate and open the configuration page, and finally right-click on your EXE file and start it via Wine program loader option. See if you app works with wine.

How to Remove Wine:

1. To remove the Wine package, simply open terminal and run commands:

sudo apt remove --autoremove wine 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.

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.

Original Article

Related posts:

  1. 31 Linux Commands Every Ubuntu User Should Know
  2. List of PPA Repositories for Ubuntu 17.04 Zesty Zapus
  3. Wine 5.0 is Released! Here’s How to Install it
  4. Wine Dev 7.19 Released, Here’s how to install it in Ubuntu
  5. Handling “apt-key is deprecated. Manage keyring files in trusted.gpg.d instead” in Ubuntu Linux
  6. Install Wine 4.21 on Linux Ubuntu
  7. Using PPA in Ubuntu Linux [Complete Guide]
  8. Ubuntu 17.04 "Zesty Zapus" All Flavors Download Links
  9. Fixing “Target Packages is configured multiple times” Error in Ubuntu & Debian Based Linux Distributions
  10. Installing Packages From External Repositories in Ubuntu [Explained]

Filed Under: Linux

Primary Sidebar

Popular Posts

  • What Is Shader Compilation and Why Does It Make PC Games Stutter? 2.9k views
  • 3 Ways to Disable GetApps on Xiaomi, Redmi, and Poco Phones Running MIUI 0.9k views
  • Microsoft Edge's newest feature? Shopping in Microsoft Edge 500 views
  • 3 Ways To Open PST File Without Office Outlook In Windows 10 400 views
  • How to Highlight Duplicates in Google Sheets 400 views
  • How do I enable or disable Alt Gr key on Windows 10 keyboard 400 views
  • Enable or Disable Adjust for Daylight Saving Time in Windows 10 400 views
  • Fix: There was an error opening this document 400 views
  • Exclamation Mark on Network Signal, Mobile Data Not Working? 8 Ways to Fix 400 views
  • How To Restore Last Session On Google Chrome 300 views
  • TEAMGROUP launches T-FORCE VULCAN SO-DIMM DDR5 gaming RAM 300 views
  • How To Copy And Paste In Linux Terminal 300 views
  • Dual Booting Ubuntu With Windows 10 Pro With BitLocker Encryption 300 views
  • How to fix VALORANT Error 29 and 59 on Windows PC 300 views
  • How To Extract & Install tar.gz Files In Ubuntu 300 views
  • How to Install h.264 decoder on Ubuntu Linux 300 views
  • 35+ Mac Text-Editing Keyboard Shortcuts to Speed Up Typing 200 views

Footer

Tags

Amazon android Apple Asus available download: edge feature features first free from galaxy Game games gaming gets google install Intel iPhone launches linux Microsoft more OnePlus phone release released review: samsung series support this Ubuntu update using video watch what will windows with xbox your

Archives

  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org