LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-30-2016, 09:26 PM   #1
Lastczarnian
LQ Newbie
 
Registered: Sep 2016
Posts: 10

Rep: Reputation: Disabled
Can't get Wine to work.


tried apt-get install wine, when i try wine is said I need Wine32. Then tried apt-get install wine32 and get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine32 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
 
Old 09-30-2016, 09:45 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,345
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
What distro/version are you running? It seems to be Debian or a Debian derivative, as you reference apt, but specificity would help.

What are the specs of your computer, specifically, is it 32- or 64-bit?

The more details you provide, the easier it is for others to help you. This article may help: http://www.linuxquestions.org/linux/...Ask_a_Question
 
Old 09-30-2016, 10:45 PM   #3
Lastczarnian
LQ Newbie
 
Registered: Sep 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
64 bit machine and Debian Jessie I am almost certain. I'm new to all of this though, could be wrong.

Last edited by Lastczarnian; 09-30-2016 at 10:49 PM.
 
Old 10-01-2016, 09:43 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,345
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
The command /cat/etc/*release* should tell you what version (with the wildcards, that's pretty much a catchall command that works with most distros.

Try

Code:
apt-get install wine64
I did and the install completed, but I haven't tested whether the wine actually works, as I have nothing to test it with tonight.

https://wiki.debian.org/Wine

Welcome to Linux, by the way. It is different from Windows, but, once you get the hang of it, it's quite logical. The "getting the hang" part will take a little time, but we were all newbies once.

Last edited by frankbell; 10-02-2016 at 11:25 PM. Reason: Misplet wrod
 
1 members found this post helpful.
Old 10-01-2016, 10:01 PM   #5
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
You're going to need multilib if you want to install wine. Wine64 is only for 64 bit windows programs and may not do what you want it to do.
 
1 members found this post helpful.
Old 10-02-2016, 10:50 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
from your other post you are trying to install the debian4 playonlinux
-- that will not work

on the current debain7
Code:
apt-get install wine
should do it ( you might want to double check the exact name using a search in apt )
 
1 members found this post helpful.
Old 10-03-2016, 09:42 PM   #7
Lastczarnian
LQ Newbie
 
Registered: Sep 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
I'm new to linux and thought installing playonlinux would be a good place to start learning some of the basics while still allowing me to install a few games. I might have gotten ahead of myself, this seem too complicated for a newb.
 
Old 10-03-2016, 10:47 PM   #8
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Don't give up! This is typical struggle for new Linux user. (And you seem to be making progress better than many others!)
You'll find the LQ'ers here are incredibly helpful! (as long as given the essential info 'to go on')

**Tell us a bit more about your PC(s): ram/disk/model/OSes... (versions are 'KEY'!)

One thought from me (semi-Newbie to a lot of Linux; never tried Wine [MS emulation]):
I use VirtualBox so as not to disturb/break unfriendly MSwindows; do you run WinX?
(my version of games is: just Firefox, to learn stuff; VBox allows me to experiment/study unlimited with Linux, without impacting black-box WinOS as a base for my game=web-browsing. My game/puzzle/goal/trick is: finding the best keywords for web-searches!)
...sorry, I don't write well...

Best wishes! Keep enjoying! (Others get value from hearing your journey!)

Last edited by Jjanel; 10-03-2016 at 10:51 PM.
 
1 members found this post helpful.
Old 10-05-2016, 04:31 PM   #9
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 831

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by Jjanel View Post
Don't give up! This is typical struggle for new Linux user. (And you seem to be making progress better than many others!)
You'll find the LQ'ers here are incredibly helpful! (as long as given the essential info 'to go on')
 
Old 10-06-2016, 11:04 AM   #10
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Hi. Installing wine on AMD64 (and playonlinux) can be done in a few steps.

*Open your terminal and type su to become "root".

*First we'll need to add the i386 (32bit) architecture (pure wine64 is incomplete and useless, same thing for Steam), type:
Code:
dpkg --add-architecture i386 && apt update
This will add the i386 architecture and update your package list.

*Install wine
Code:
apt install wine
... that's about it for wine itself.

**Install Play On Linux (and Steam).
This requires using the contrib (playonlinux) and non-free (only needed for steam) repos.
Use your favorite text editor and open /etc/apt/sources.list and add contrib and non-free after main as explained here: https://wiki.debian.org/SourcesList#Component
... and update your package list:
Code:
apt update
In your terminal (still as root):

*Installing PlayOnLinux:
Code:
apt install playonlinux
*Installing steam:
Code:
apt install steam
***If you need hardware acceleration (OpenGL) with the non-free nvidia or ati/amd drivers, install their i386 version as well:
nvidia: apt install libgl1-nvidia-glx:i386
ati/amd: apt install libgl1-fglrx-glx:i386

... and that's it.
Have fun.

Last edited by jens; 10-20-2016 at 06:02 AM.
 
1 members found this post helpful.
Old 10-09-2016, 08:24 PM   #11
Lastczarnian
LQ Newbie
 
Registered: Sep 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jens View Post
Hi. Installing wine on AMD64 (and playonlinux) can be done in a few steps.

*Open your terminal and type su to become "root".

*First we'll need to add the i386 (32bit) architecture (pure wine64 is incomplete and useless, same thing for Steam), type:
Code:
dpkg --add-architecture i386 && apt update
I get the following when I tried to get i386
Ign:1 http://deb.playonlinux.com etch InRelease
Err:2 http://deb.playonlinux.com etch Release
404 Not Found [IP: 51.254.83.230 80]
Reading package lists... Done
E: The repository 'http://deb.playonlinux.com etch Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
 
Old 10-10-2016, 12:28 PM   #12
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by Lastczarnian View Post
I get the following when I tried to get i386
Ign:1 http://deb.playonlinux.com etch InRelease
Err:2 http://deb.playonlinux.com etch Release
404 Not Found [IP: 51.254.83.230 80]
Reading package lists... Done
E: The repository 'http://deb.playonlinux.com etch Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
The above suggests you're still using something that predates old-stable (etch, aka debian 4, is ancient history and shouldn't be used anymore).
Any reason for not upgrading? (That playonlinux.com repo doesn't support "pre-" old/stable releases).

Does it work if you install the .deb manually(using dpkg) or from the official repo?

In both cases, remove that playonlinux.com repo from your sources.list (it will block the older version from the official repo).

EDIT: ... could you please verify whether you're using stable (jessie) or older/outdated-stable(wheezy,etch), type uname -a if unsure.

Last edited by jens; 10-23-2016 at 10:09 AM.
 
Old 10-19-2016, 08:02 AM   #13
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
Some great advice in this thread, I have added it to my subscription list.
Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wine not work wanghao Linux - Newbie 1 10-07-2007 02:45 PM
Wine - Diablo II LOD TCP/IP doesn't work +where is my wine.conf brainlesspinkey Linux - Games 7 08-26-2007 08:10 AM
How wine does work? anasmich Fedora 12 05-23-2007 11:12 PM
Problems with "Descent 3" using wine; and does American McGee's Alice work with wine? JBailey742 Linux - Games 6 05-24-2006 04:01 PM
How does Wine work and how do I MAKE it work? TheMusicGuy Linux - Newbie 7 03-10-2004 07:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 07:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration