PDA

View Full Version : Problem with Installing Wine On Ubuntu 8.04



Shinzen
01-06-2009, 06:36 PM
Hi Guys
I hav problem installing wine on Ubuntu 8.04 Server
i want to install this as i want to use Utorrent on the ubuntu server coz i am more familiar with tht

I tried these instructions

How-To: Install Wine 1.1.5 in Ubuntu 8.04 from the WineHQ APT Repository (http://tuxarena.blogspot.com/2008/09/how-to-install-wine-115-in-ubuntu-804.html)

A few days ago I wrote a tutorial showing how to compile Wine 1.1.4 from source in Ubuntu 8.04 (http://tuxarena.blogspot.com/2008/09/how-to-compile-and-install-wine-114-in.html) and how to install it. In the meantime, version 1.1.5 was released (http://www.winehq.org/?announce=1.1.5) on September 19, and since the compile from source and install procedure has not changed, I will explain here how to install the last Wine release using the official WineHQ APT repository. What follows are a few easy to do steps for getting the last Wine release up and running on your Ubuntu Hardy system:

1. Add the WineHQ key to your trusted APT keys
Open a terminal like GNOME-Terminal or Konsole and execute the following command:

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

The first command will get the key and its output will be passed to the second one, sudo apt-key add -, which will add it to your trusted APT keys.

2. Add the WineHQ APT repository to your sources.list file
Edit your /etc/apt/sources.list file with root privileges using a text editor like nano or Gedit (e.g. sudo nano /etc/apt/sources.list or gksudo gedit /etc/apt/sources.list) and add the following two lines:

deb http://wine.budgetdedicated.com/apt hardy main
deb-src http://wine.budgetdedicated.com/apt hardy main

Make sure to save the file (CTRL+O, Enter, followed by CTRL+X in nano) and proceed to the next step.

An alternative way to do this is to execute this command:

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

Eventually, you can also edit the file /etc/apt/sources.list.d/winehq.list and uncomment the last line if you want sources repositories to be enabled too.

3. Update the packages list and install Wine
To update the packages list use:

sudo apt-get update

Then install Wine using:

sudo apt-get install wine

But i git this message

5671

Anyone help me pls

joez
01-06-2009, 06:50 PM
try this
sudo apt-get install binfmt-support wine

Shinzen
01-06-2009, 07:02 PM
try this
sudo apt-get install binfmt-support wine

u mean after update commad or install commad ?

slayer2005
01-06-2009, 07:15 PM
sudo apt-get install wine
nothing else should be needed m8.

Shinzen
01-06-2009, 11:56 PM
sudo apt-get install wine
nothing else should be needed m8.

After Typing tht command i git the error which i mentioned in pic