Results 1 to 6 of 6

Thread: Cannot Install wine in Ubuntu 9.04

  1. #1
    Join Date
    Jan 2009
    Posts
    140

    Cannot Install wine in Ubuntu 9.04

    Hey!
    I have a problem guys! I tried to install Wine in Ubuntu 9.04 but it isn't installing. I tried it by typing the following command in Terminal :
    Code:
    sudo apt-get install wine
    But it says package wine not found! What kind of error is that? I have installed wine on previous versions of ubuntu and never had such kind of problem. Do you think this is a bug in Ubuntu itself? Ubuntu 9.04 is not a beta version so i know that this might not be a bug. Am i missing something? Help guys! Thanks.

  2. #2
    Join Date
    May 2008
    Posts
    4,085

    Re: Cannot Install wine in Ubuntu 9.04

    Hey!
    Did you add the repositories of wine in software sources? If not then this is the problem, Ubuntu package manager doesn't recognize any software if the repositories of that software are not in the list. You need to add a key which in the software sources too which will make the repositories legit... This is what you missed..! All the best.

  3. #3
    Join Date
    Jan 2009
    Posts
    140

    Re: Cannot Install wine in Ubuntu 9.04

    Hey!
    Well i don't know how to add repositories and key in software package manager. Can you guide me through that? Help! I never did this in previous version. I used Ubuntu 8.04 which needed nothing. At that time i had a .deb package so i installed it just by double clicking on it. Can anyone provide me the link of the .deb package of wine for Ubuntu 9.04? thanks!

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Cannot Install wine in Ubuntu 9.04

    Wine is a free and open source implementation of the Windows API which allows you to run Windows applications on any Linux distros. In this post you will see how to install the latest version of Wine.

    Before installation, get the PGP key for the WineHQ APT repository. This key will be used by your system as a mean to authenticate the repository.

    Then go to System -> Administration -> Software Sources. Enter your password and select the “Third-Party Software” tab. Click Add and add in the following code :
    Code:
    deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"
    After the repository has been added, select the “Authentication” tab, click on the Import Key File button and select the PGP file that you downloaded earlier. Then press the Close button.
    Now you can install wine from terminal by typing :
    Code:
    sudo apt-get update
    sudo apt-get install wine
    All the best!

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Cannot Install wine in Ubuntu 9.04

    Hey!
    The simplest way to install wine on Ubuntu is to run the following code in terminal :
    Code:
    sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list
    Now run the following code :
    Code:
    sudo apt-get update
    sudo apt-get install wine

  6. #6
    Join Date
    Dec 2009
    Posts
    1

    Re: Cannot Install wine in Ubuntu 9.04

    hey i tried all that above, but my terminal shows this.

    rikio@rikio-desktop:~$ sudo apt-get install wine
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    wine: Depends: wine1.2 but it is not going to be installed
    E: Broken packages

    sooooooo whats the problem with this

Similar Threads

  1. Replies: 2
    Last Post: 25-04-2012, 12:19 PM
  2. Cannot Play CS1.6 on Ubuntu 9.04 with wine
    By RuDieY in forum Operating Systems
    Replies: 4
    Last Post: 16-10-2009, 09:37 AM
  3. Game wont load under wine on Ubuntu 9.04
    By molfer in forum Operating Systems
    Replies: 4
    Last Post: 03-09-2009, 06:05 PM
  4. Tweak Wine's Theme in Ubuntu 8.10
    By Solomon in forum Customize Desktop
    Replies: 2
    Last Post: 31-01-2009, 12:48 PM
  5. Wine Installation on Ubuntu 8.10
    By Dr. V in forum Guides & Tutorials
    Replies: 2
    Last Post: 31-01-2009, 11:53 AM

Tags for this Thread

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
  •  
Page generated in 1,718,171,255.85275 seconds with 17 queries