how do i install the very latest version?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
arnab_das
Newbie
Newbie
Posts: 2
Joined: Sat Mar 13, 2010 12:17 pm

how do i install the very latest version?

Post by arnab_das »

i have added the wine repository for ubuntu 9.10.

but i cant find the intructions to install the latest version. i couldnt find the command on the download help page.

sudo apt-get install wine installs the stable older version.

kindly help me out.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

You need to ask this on the Ubuntu forum. It's a package manager issue, not a Wine issue.
James McKenzie

how do i install the very latest version?

Post by James McKenzie »

dimesio wrote:
You need to ask this on the Ubuntu forum. It's a package manager issue, not a Wine issue.

dimensio:

We have provided this time and time again.

The OP has to add a new repository and then use apt-get to install Wine 1.2.

This really needs to be a sticky subject.

James McKenzie
walt

how do i install the very latest version?

Post by walt »

On 03/13/2010 09:20 AM, arnab_das wrote:
i have added the wine repository for ubuntu 9.10.

but i cant find the intructions to install the latest version.
i couldnt find the command on the download help page.
It's a pretty standard routine. You need to run ./configure and
then read the top of the Makefile to see what runnning 'make' will
do.

Read the output of ./configure --help to see if any of the custom
flags might apply to your situation. If you run configure with no
custom flags, 'make all install' will install wine in /usr/local
by default.

You may want to pick a different spot to install, like
./configure --prefix=$HOME
to install wine in your home directory (instead of /usr/local) if
you are installing as an ordinary user, for example.
arnab_das
Newbie
Newbie
Posts: 2
Joined: Sat Mar 13, 2010 12:17 pm

Post by arnab_das »

thanks for the replies. i have installed the latest version from the synaptic after going through the version specification in the list. it was a simple 'Mark for installation' and 'Apply'.

however isnt there a sudo apt-get install way of doing this installation? i really dont want to compile/configure and do a simple install of the latest version.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

arnab_das wrote:thanks for the replies. i have installed the latest version from the synaptic after going through the version specification in the list. it was a simple 'Mark for installation' and 'Apply'.

however isnt there a sudo apt-get install way of doing this installation? i really dont want to compile/configure and do a simple install of the latest version.
Yes, just install the same package you would have in Synaptic through apt-get install... They both do the same thing anyway, while one is a GUI and the other is commandline.
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Post by Das Letzte Einhorn »

Locked