Results 1 to 5 of 5

Thread: Problem with Installing Wine On Ubuntu 8.04

  1. #1
    Shinzen's Avatar Poster BT Rep: +25BT Rep +25BT Rep +25BT Rep +25BT Rep +25
    Join Date
    Oct 2008
    Posts
    800
    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

    Wine.jpg

    Anyone help me pls

  2. BitTorrent   -   #2
    try this
    sudo apt-get install binfmt-support wine

  3. BitTorrent   -   #3
    Shinzen's Avatar Poster BT Rep: +25BT Rep +25BT Rep +25BT Rep +25BT Rep +25
    Join Date
    Oct 2008
    Posts
    800
    Quote Originally Posted by joez View Post
    try this
    sudo apt-get install binfmt-support wine
    u mean after update commad or install commad ?

  4. BitTorrent   -   #4
    BANNED BT Rep: +7BT Rep +7
    Join Date
    Sep 2007
    Posts
    422
    sudo apt-get install wine
    nothing else should be needed m8.

  5. BitTorrent   -   #5
    Shinzen's Avatar Poster BT Rep: +25BT Rep +25BT Rep +25BT Rep +25BT Rep +25
    Join Date
    Oct 2008
    Posts
    800
    Quote Originally Posted by slayer2005 View Post
    sudo apt-get install wine
    nothing else should be needed m8.
    After Typing tht command i git the error which i mentioned in pic

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •