How do I install "wine-staging" on Ubuntu 18.04?

Ok, so I'm about to install some games on my computer.

PlayOnLinux asks me for "wine-staging", which seems not to be a package...

How the hell can I get it?

3 Answers

I think you should see and the It's available also. It shows the way to install the staging package. You can go to #ubuntu in freenode also for futher help

TL;DR

wget -nc
sudo apt-key add winehq.key
sudo apt install --install-recommends winehq-staging
sudo apt-add-repository 'deb disco main' # 19.04, see other version
2

Okay so wine-staging is simply not available for 18.04 (bionic), i had to add xenial PPA for it, then run a normal sudo apt-get install winehq-staging which provide the wine-staging packet.

This article helped me installing seamlessly 'wine-staging' on Ubuntu 18.04 (and explain how to do it for Ubuntu 19.10, 19.04, 18.04 or 16.04, Linux Mint 19.* and 18.*, and Debian 10):

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like