Cannot install staging on Xubuntu

Questions about Wine on Linux
Locked
CyborgParadox
Level 1
Level 1
Posts: 7
Joined: Mon May 08, 2017 2:41 pm

Cannot install staging on Xubuntu

Post by CyborgParadox »

I was wanting to install wine staging on xubuntu and I was thinking I could just follow the directions for ubuntu since its xubuntu. But I seem to be getting an error saying "Unable to locate package winehq-staging" I'm thinking its probably just something I'm doing wrong.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Cannot install staging on Xubuntu

Post by Bob Wya »

Yeah, probably... :lol:

What's the output from:

Code: Select all

grep -R 'wine' /etc/apt/*

lsb_release --all
Ta
Bob
CyborgParadox
Level 1
Level 1
Posts: 7
Joined: Mon May 08, 2017 2:41 pm

Re: Cannot install staging on Xubuntu

Post by CyborgParadox »

Bob Wya wrote:Yeah, probably... :lol:

What's the output from:

Code: Select all

grep -R 'wine' /etc/apt/*

lsb_release --all
Ta
Bob
after doing lsb_release --all, I get this
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Cannot install staging on Xubuntu

Post by Bob Wya »

CyborgParadox wrote: after doing lsb_release --all, I get this

Code: Select all

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 17.04
Release:	17.04
Codename:	zesty
But I did actually need the output from the grep command... :roll:
If there is simply no output - then you have no WineHQ PPA(s) enabled.

See WineHQ Download: Ubuntu ...

Bob
CyborgParadox
Level 1
Level 1
Posts: 7
Joined: Mon May 08, 2017 2:41 pm

Re: Cannot install staging on Xubuntu

Post by CyborgParadox »

Bob Wya wrote:
CyborgParadox wrote: after doing lsb_release --all, I get this

Code: Select all

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 17.04
Release:	17.04
Codename:	zesty
But I did actually need the output from the grep command... :roll:
If there is simply no output - then you have no WineHQ PPA(s) enabled.

See WineHQ Download: Ubuntu ...

Bob
Oh yeah it gives no output, I didnt think to say anything
CyborgParadox
Level 1
Level 1
Posts: 7
Joined: Mon May 08, 2017 2:41 pm

Re: Cannot install staging on Xubuntu

Post by CyborgParadox »

Bob Wya wrote:
CyborgParadox wrote: after doing lsb_release --all, I get this

Code: Select all

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 17.04
Release:	17.04
Codename:	zesty
But I did actually need the output from the grep command... :roll:
If there is simply no output - then you have no WineHQ PPA(s) enabled.

See WineHQ Download: Ubuntu ...

Bob
Well, it seems to be working now, I didn't do anything different, just tried it again a third time, maybe it was a typo, I dont know what the issue was but it seems to be fixed now
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Cannot install staging on Xubuntu

Post by Bob Wya »

CyborgParadox wrote:...
Well, it seems to be working now, I didn't do anything different, just tried it again a third time, maybe it was a typo, I dont know what the issue was but it seems to be fixed now
Ahhh, that's good 'cause I'm off to bed anyway now 8)

Bob
Locked