Results 1 to 3 of 3

Thread: Help with Wine

  1. #1
    Join Date
    May 2007
    Beans
    30

    Unhappy Help with Wine

    After upgrading my Ubuntu from 7.04 to 8.10 I am having a whole slew of problems.
    The latest one is now with Wine. When I go to use any of the wine applications I can't make out what the words are saying in the windows as they are all in jiberish and totally unreadable. As it is now I have to kinda guess what I'm doing and on top of that its making my eyes hurt trying to make out what's what and what it could be.

    Does anyone know why this is happening?
    I believe I only have to uninstall and reinstall Wine, but I'm not totally sure this will solve the issue.

    Any help is greatly appreciated.
    Slowly coming around to the Ubuntu way of things.

  2. #2
    Join Date
    Jun 2007
    Beans
    1,659
    Distro
    Ubuntu

    Re: Help with Wine

    If I were you I'd totally remove wine and reinstall:
    Code:
    sudo aptitude purge wine
    Now install Wine from the Wine repo:
    Code:
    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - && sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list && sudo apt-get update && sudo apt-get install wine -y --force-yes
    Yes all in one go

  3. #3
    Join Date
    May 2007
    Beans
    30

    Re: Help with Wine

    Thank you very much for this. I will give this a try ASAP!!!
    Slowly coming around to the Ubuntu way of things.

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
  •