Issue with installing WINE / WINE STAGING

Questions about Wine on Linux
Locked
templar
Newbie
Newbie
Posts: 2
Joined: Wed Jan 01, 2020 9:22 pm

Issue with installing WINE / WINE STAGING

Post by templar »

When I run

Code: Select all

sudo apt install --install-recommends winehq-staging
I get the following error. ( I am a complete n00b at linux)

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
winehq-staging : Depends: wine-staging (= 5.0~rc3~bionic)
E: Unable to correct problems, you have held broken packages.
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue with installing WINE / WINE STAGING

Post by dimesio »

templar
Newbie
Newbie
Posts: 2
Joined: Wed Jan 01, 2020 9:22 pm

Re: Issue with installing WINE / WINE STAGING

Post by templar »

So I looked at this.

I ran

Code: Select all

ls -lh /etc/apt/sources.list.d
Nothing is there. Does that mean no PPA version is installed?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Issue with installing WINE / WINE STAGING

Post by jkfloris »

You can use the next command to show all your repositories:

Code: Select all

grep -R ^deb /etc/apt/sources.list*
Locked