You are not logged in.
Hi everyone,
what is the way to do that? I mean for example:
package-1.0.tgz (depends on other-package-3.tgz)
package-1.1.tgz (depends on other-package-4.tgz)
I want to have both installed. Is there a way?
Thanks for your help.
Offline
You can install it to a non standard location, for e.g., your home directory. Of course this won't be possible with official arch packages, you'll have to compile yourself, i suppose.
And of course, there'll be the issue of the same executable name, so you'll have to adjust your $PATH accordingly.
Last edited by x33a (2012-02-04 13:51:01)
Offline
Post which conflict is it exactly: pacman3 v pacman4?
Offline
There is no conflict. I am asking in general for the possible ways to have more than one version of the same software installed.
Offline
Ah, OK.
x33a is right, but e.g. python2 and python3 can coexist peacefully, no need for any hacking, install them with pacman.
Offline