1 Attachment(s)
Problem with Installing Wine On Ubuntu 8.04
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
A few days ago I wrote a tutorial showing how to compile Wine 1.1.4 from source in Ubuntu 8.04 and how to install it. In the meantime, version 1.1.5 was released 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/...t.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
Attachment 5671
Anyone help me pls
Re: Problem with Installing Wine On Ubuntu 8.04
try this
sudo apt-get install binfmt-support wine
Re: Problem with Installing Wine On Ubuntu 8.04
Quote:
Originally Posted by
joez
try this
sudo apt-get install binfmt-support wine
u mean after update commad or install commad ?
Re: Problem with Installing Wine On Ubuntu 8.04
sudo apt-get install wine
nothing else should be needed m8.
Re: Problem with Installing Wine On Ubuntu 8.04
Quote:
Originally Posted by
slayer2005
sudo apt-get install wine
nothing else should be needed m8.
After Typing tht command i git the error which i mentioned in pic