hey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.
greetz
How to use older Versions
How to use older Versions
On Mon, Jul 20, 2009 at 1:01 PM, ChaosFurry<[email protected]> wrote:
to do this (I don't know how well though), but it's unsupported here.
The 'easiest' way would be to compile the versions you need, and
install them in separate places, e.g.,
$HOME/wine-0.9.58
$HOME/wine-1.0
$HOME/wine-1.1.2
etc.
--
-Austin
There's not really any 'supported' way to do this. PlayOnLinux trieshey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.
to do this (I don't know how well though), but it's unsupported here.
The 'easiest' way would be to compile the versions you need, and
install them in separate places, e.g.,
$HOME/wine-0.9.58
$HOME/wine-1.0
$HOME/wine-1.1.2
etc.
--
-Austin
Re: How to use older Versions
What distro? The Ubuntu repository still offers old versions available for download. http://wine.budgetdedicated.com/ChaosFurry wrote:hey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.
greetz
-
- Level 1
- Posts: 8
- Joined: Mon Jul 20, 2009 9:27 pm
Re: How to use older Versions
Using GoboLinux, I compile the versions I want installed. If I want to use a different version of Wine, I disable the new version and symlink the old version. Example: "DisableProgram Wine 1.1.26", then "SymlinkProgram Wine 0.9.58"ChaosFurry wrote:hey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.
Perhaps other distributions of linux have a similar feature.
How to use older Versions
On Mon, 2009-07-20 at 21:41 -0500, solar_vibe wrote:
to find out about it.
Its designed to switch between different programs that do the same job,
e.g. to substitute Postfix or qmail for sendmail as your MTA, but
there's no reason you couldn't use it to select between Wine versions.
If you find that it is more complex to set up than you can justify, you
can always write a small shell script to do a similar job for Wine.
Martin
Debian and RedHat have the alternatives system: run "man alternatives"Using GoboLinux, I compile the versions I want installed. If I want to
use a different version of Wine, I disable the new version and symlink
the old version. Example: "DisableProgram Wine 1.1.26", then
"SymlinkProgram Wine 0.9.58"
Perhaps other distributions of linux have a similar feature.
to find out about it.
Its designed to switch between different programs that do the same job,
e.g. to substitute Postfix or qmail for sendmail as your MTA, but
there's no reason you couldn't use it to select between Wine versions.
If you find that it is more complex to set up than you can justify, you
can always write a small shell script to do a similar job for Wine.
Martin