Page 1 of 1

Can;t install wine 1.9.14

PostPosted: Thu Jul 21, 2016 2:26 pm
by Amber
Hi Guys,

I have been trying to install wine 1.9.14 but failing this is what I get, I have removed wine 1.6.2:-

Code: Select all
sudo apt-get install --install-recommends wine-staging
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package wine-staging


The way I have tried amongst others is to :-
Code: Select all
$ sudo add-apt-repository ppa:wine/wine-builds
$ sudo apt-get update
$ sudo apt-get install --install-recommends wine-staging
$ sudo apt-get install winehq-staging

Would appreciate anybodies help with this.

I have installed play on linux with has wine version 1.9.14 but when I am play world of warcraft the graphics card is not being used to it full potential.

Regards

Russ

Re: Can;t install wine 1.9.14

PostPosted: Sat Aug 06, 2016 9:55 am
by billhedrick
having the same problem. Battlenet quit working a couple weeks ago.
Running 4.6 gamers, here's what I get
billh@Impro0babilityDrive:~$ sudo dpkg --add-architecture i386
[sudo] password for billh:
billh@Impro0babilityDrive:~$ sudo add-apt-repository ppa:wine/wine-builds
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 92, in <module>
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ultimate_Edition_Gamers/vivid
billh@Impro0babilityDrive:~$ sudo apt-get install --install-recommends winehq-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package winehq-devel
billh@Impro0babilityDrive:~$

Re: Can;t install wine 1.9.14

PostPosted: Sat Aug 06, 2016 8:35 pm
by billhedrick
OK I still get this
billh@Impro0babilityDrive:~$ sudo add-apt-repository ppa:wine/wine-builds
[sudo] password for billh:
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 92, in <module>
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ultimate_Edition_Gamers/vivid

Re: Can;t install wine 1.9.14

PostPosted: Sun Aug 07, 2016 6:44 pm
by chris47
billhedrick wrote:OK I still get this
billh@Impro0babilityDrive:~$ sudo add-apt-repository ppa:wine/wine-builds
[sudo] password for billh:
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 92, in <module>
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ultimate_Edition_Gamers/vivid



Run this in all at once, Then try to install again.. I have 4.2.4 installed and had no issues..



Code: Select all
sudo apt-fast update || true && sudo apt-fast -y upgrade && sudo apt-fast -y dist-upgrade && sudo apt-fast -y install -f && sudo apt -y autoremove && sudo apt-get -y autoclean && sudo apt-get -y clean

Re: Can;t install wine 1.9.14

PostPosted: Mon Sep 12, 2016 6:01 pm
by S3KshuN8
If that's not working for you, try installing the PlayOnLinux frontend for wine (using Synaptic Package Manager); it will let you have multiple versions of wine and manage virtual drives for each program separately where necessary.