Cosmic packages available on the OBS

Questions about Wine on Linux
Locked
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Cosmic packages available on the OBS

Post by dimesio »

We are in the process of changing WineHQ builds from a private build system to the OBS. Current packages for Cosmic are available on the OBS at https://download.opensuse.org/repositor ... 0_standard.

Eventually the packages will be moved here, but for now you can get them directly from the OBS. Simply download and add the OBS Release.key from the above URL, then add the repository with

Code: Select all

sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
paed808
Newbie
Newbie
Posts: 4
Joined: Tue Oct 30, 2018 7:45 am

Re: Cosmic packages available on the OBS

Post by paed808 »

Thanks
User avatar
Coffeeinator
Newbie
Newbie
Posts: 2
Joined: Fri Nov 02, 2018 3:02 am

Re: Cosmic packages available on the OBS

Post by Coffeeinator »

Hi! Thanks for the info. By the way, could you provide any help with building Wine and .deb package of it using OBS?
I want to maintain specific Wine build and use it in my snap packages.
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cosmic packages available on the OBS

Post by dimesio »

I know nothing about building snaps, so I can't help you with that. As for the OBS, it is a public build service; anyone can create an account and branch an existing project or package. The project for the WineHQ Debian packages is https://build.opensuse.org/project/show ... ine:Debian.

There's lots of documentation on how to use the OBS; a couple of things to get you started:
https://en.opensuse.org/openSUSE:Build_Service_Tutorial
https://en.opensuse.org/openSUSE:Build_ ... ian_builds

The openSUSE forum has a subforum for OBS users at https://forums.opensuse.org/forumdispla ... vice-(OBS).

FYI, the repository also publishes the .dsc, .orig.tar.gz, and diff.gz files that were generated by the OBS; theoretically, you could use those to recreate the builds on other systems (but I've never tested that).
s9209122222
Level 1
Level 1
Posts: 7
Joined: Sat Nov 03, 2018 3:38 am

Re: Cosmic packages available on the OBS

Post by s9209122222 »

I fail to run the command that you listed above.
s9209122222
Level 1
Level 1
Posts: 7
Joined: Sat Nov 03, 2018 3:38 am

Re: Cosmic packages available on the OBS

Post by s9209122222 »

I succeed after I remove the ./ behind the command, but I still can't get the package

Code: Select all

Err:8 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard cosmic Release
  404  Not Found [IP: 2620:113:80c0:8::13 443]
Hit:9 http://ppa.launchpad.net/teejee2008/ppa/ubuntu cosmic InRelease    
Reading package lists... Done
E: The repository 'https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard cosmic Release' does not have a Release file.
fprietog
Newbie
Newbie
Posts: 3
Joined: Sat Nov 03, 2018 4:31 pm

Re: Cosmic packages available on the OBS

Post by fprietog »

dimesio wrote:Eventually the packages will be moved here, but for now you can get them directly from the OBS. Simply download and add the OBS Release.key from the above URL, then add the repository with

Code: Select all

sudo apt-add-repository https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./
That command didn't work for me under Ubuntu 18.10. This one worked:

Code: Select all

udo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
Regards.
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cosmic packages available on the OBS

Post by dimesio »

fprietog wrote:That command didn't work for me under Ubuntu 18.10. This one worked:

Code: Select all

udo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
Thanks for pointing that out. I've edited the wiki page to include the quotes.
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cosmic packages available on the OBS

Post by dimesio »

s9209122222 wrote:I succeed after I remove the ./ behind the command, but I still can't get the package
You need the ./ at the end. Try the command with the path in quotes, as fprietog suggested.
s9209122222
Level 1
Level 1
Posts: 7
Joined: Sat Nov 03, 2018 3:38 am

Re: Cosmic packages available on the OBS

Post by s9209122222 »

dimesio wrote:
s9209122222 wrote:I succeed after I remove the ./ behind the command, but I still can't get the package
You need the ./ at the end. Try the command with the path in quotes, as fprietog suggested.
I have tried it like this:

Code: Select all

sudo apt-add-repository 'https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
But there still are errors
Image
fprietog
Newbie
Newbie
Posts: 3
Joined: Sat Nov 03, 2018 4:31 pm

Re: Cosmic packages available on the OBS

Post by fprietog »

dimesio wrote:
fprietog wrote:That command didn't work for me under Ubuntu 18.10. This one worked:

Code: Select all

udo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
Thanks for pointing that out. I've edited the wiki page to include the quotes.
Don't forget the deb after the first quote.
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cosmic packages available on the OBS

Post by dimesio »

fprietog wrote:Don't forget the deb after the first quote.
Done, and I've also edited the command in my initial post here for people who don't read past it.
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cosmic packages available on the OBS

Post by dimesio »

s9209122222 wrote:I have tried it like this:

Code: Select all

sudo apt-add-repository 'https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
Try

Code: Select all

sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
You should also remove the incorrect path from your /etc/apt/sources.list.
s9209122222
Level 1
Level 1
Posts: 7
Joined: Sat Nov 03, 2018 3:38 am

Re: Cosmic packages available on the OBS

Post by s9209122222 »

dimesio wrote:
s9209122222 wrote:I have tried it like this:

Code: Select all

sudo apt-add-repository 'https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
Try

Code: Select all

sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
You should also remove the incorrect path from your /etc/apt/sources.list.
Done! But there are dependency error
Image
Image
fprietog
Newbie
Newbie
Posts: 3
Joined: Sat Nov 03, 2018 4:31 pm

Re: Cosmic packages available on the OBS

Post by fprietog »

s9209122222 wrote:Done! But there are dependency error
You lack an 's'. Try this:

Code: Select all

sudo apt install libasound2-plugins:i386
s9209122222
Level 1
Level 1
Posts: 7
Joined: Sat Nov 03, 2018 3:38 am

Re: Cosmic packages available on the OBS

Post by s9209122222 »

fprietog wrote:
s9209122222 wrote:Done! But there are dependency error
You lack an 's'. Try this:

Code: Select all

sudo apt install libasound2-plugins:i386
Done! Thanks!
It's so painful to do it in the command line.
Locked