View Full Version : How to install Wine
GreenBowlPacker_3
May 3rd, 2009, 06:11 PM
I downloaded Wine from winehq.org and tried installing it using
sudo apt-get update
sudo apt-get install wine
sudo apt get install winesetuptk
I keep getting an error message. What am i doing wrong?
akoskm
May 3rd, 2009, 06:16 PM
I downloaded Wine from winehq.org and tried installing it using
sudo apt-get update
sudo apt-get install wine
sudo apt get install winesetuptk
I keep getting an error message. What am i doing wrong?
What is the error message?
Why don't you install it from synaptic?
GreenBowlPacker_3
May 3rd, 2009, 06:31 PM
This is the error message.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package wine
How do I install it with synaptic?
akoskm
May 3rd, 2009, 06:54 PM
Open System > Administration > Synaptic Package Manager.
Here type into the Quick search field: wine.
From the listed packages right click to wine and wine-gecko and select Mark for Installation. Apply.
Hope that helps.
GreenBowlPacker_3
May 3rd, 2009, 07:34 PM
I tried searching but nothing came up when I searched for wine.
tacantara
May 3rd, 2009, 08:43 PM
Wine and Wine-gecko are listed in Synaptic. The problem is that it downloads Version 1.0.1 by default. The current (development) version available for release is 1.1.20. Supposedly, the development release offers more compatibility than the "stable" 1.0.1 version, and you have to download the .tar.bz2 file from their website (winehq.org). Once you download it, you have to extract the files and install. I attempted this earlier today, and had to scrap the process because I received error messages that I could not resolve through searching the forums.
If you are looking to run MS programs that do not have a Linux equivalent (i.e. Zune software), you're better off downloading Sun's VirtualBox and setting up a Windows virtual machine. JMHO. I did that, and the process went much smoother. VirtualBox even allows the virtual machine to access your computer's hardware (CD/DVD, USB, etc.).
hesperus
May 3rd, 2009, 08:47 PM
Have you tried these instructions:
http://www.winehq.org/download/deb
GreenBowlPacker_3
May 3rd, 2009, 08:55 PM
Have you tried these instructions:
http://www.winehq.org/download/deb
Yes, and that wasn't much help.
hesperus
May 3rd, 2009, 09:04 PM
What do you get when try the command line:
Try:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
Followed by:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list
Post the output. It looks like you haven't installed the repository correctly hence why the wine package can't be found
hesperus
May 3rd, 2009, 09:06 PM
watch out as the second url has been foreshortened
tacantara
May 3rd, 2009, 10:03 PM
After taking a break and thinking it out, I came to the same conclusion as hesperus, and went to http://www.winehq.org/download/deb and followed the instructions. By following the instructions (plus opening the Update Manager and seeking out the most recent development package) I was able to successfully install Wine.
dino99
May 3rd, 2009, 10:22 PM
hi,
just my 2 cents :P
don't know what you want with wine, but if you glance at stability, choose wine from synaptic, the others are not stable.
Then find winetricks and install first all the fonts and codecs: only that first if you don't want to fall in trouble :lolflag:
( you can find it with google: "ubuntu winetricks"), it's a script and you don't need to install it, simply type 'winetricks'in the terminal.
Close wine when done, then open it again and install what you want or need.
:popcorn:
Mr. Hibba
May 4th, 2009, 06:52 AM
If you can't find WINE in the Synaptic manager, you need to make sure that your filter at the top says "All Open-Source Software" (not sure if I got it exactly right). It should come up in the searches.
As tacantara said, it doesn't download the developmental packages "by default." (Quoting tacantara at the end there. I didn't feel right taking her words :) )
Mr. Hibba.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.