Do not know how to install wine 0.9.30

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bloch50
Newbie
Newbie
Posts: 1
Joined: Sun Dec 18, 2011 10:01 pm

Do not know how to install wine 0.9.30

Post by bloch50 »

I need to know how to install wine 0.9.30 on ubuntu 6.06 LTS because I cannot get my computer to install any other versions of ubuntu or Linux OS. Please help me. I looked in the Frequntly asked questions and could not find any answers
:?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?:
Los Frijoles
Newbie
Newbie
Posts: 4
Joined: Tue Nov 22, 2011 11:42 am

Post by Los Frijoles »

You will need to compile it yourself from source I think. The source is here.

You will need to install all the gcc build stuff for ubuntu. This might present a problem for you because you are using such an old version of Ubuntu. However, from a terminal you can run:

Code: Select all

sudo apt-get install gcc build-essential
User avatar
zweistecken
Newbie
Newbie
Posts: 2
Joined: Sat Dec 06, 2008 12:50 am

Post by zweistecken »

there is a ppa even for dapper.

deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu dapper main
deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu dapper main

it only has 1.0.0 though. hope you werent looking for exactly 0.9.30.
Locked