Your message dated Sun, 26 Jan 2003 12:41:23 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#178382: dpkg install multiple versions of programs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Jan 2003 19:14:22 +0000
>From [EMAIL PROTECTED] Sat Jan 25 13:14:21 2003
Return-path: <[EMAIL PROTECTED]>
Received: from web40903.mail.yahoo.com [66.218.78.200] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 18cVkz-0000rw-00; Sat, 25 Jan 2003 13:14:21 -0600
Message-ID: <[EMAIL PROTECTED]>
Received: from [193.134.254.115] by web40903.mail.yahoo.com via HTTP; Sat, 25 
Jan 2003 11:13:47 PST
Date: Sat, 25 Jan 2003 11:13:47 -0800 (PST)
From: solo turn <[EMAIL PROTECTED]>
Subject: dpkg install multiple versions of programs
To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=1.7 required=5.0
        tests=FROM_ENDS_IN_NUMS,SPAM_PHRASE_03_05
        version=2.41
X-Spam-Level: *

Package: dpkg
Version: all

is there a possibility to install packages, and then "activate" the
software? you would need 2 directories:
1. installation directory
2. activation directory

why somebody would need this?

1. you are able to separate the task of copying
   the software (install), and adding the software
   to paths or linking to the right directories.
2. this is good, if you have to distribute software
   to thousands of computers
3. this is good if your software is unstable, and 
   you want to switch back fast.

an example:
- install subversion to /export/opt/subversion/0.16/
- activate subversion to /opt/subversion
  by: ln -s /export/opt/subversion/0.16 /opt/subversion
- if you upgrade, 
  - you install to /export/opt/subversion/0.17
  - you deactivate version 0.16.
  - you activate version 0.17.
- later on, you might remove version 0.16.

another example:
- install java to /export/opt/jdk/1.4.1_05
- activate java to /opt/jdk
  this also creates softlinks /opt/bin/java
  or adds /opt/jdk/bin to paths

thanks for your attention .....


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------
Received: (at 178382-done) by bugs.debian.org; 26 Jan 2003 11:41:28 +0000
>From [EMAIL PROTECTED] Sun Jan 26 05:41:28 2003
Return-path: <[EMAIL PROTECTED]>
Received: from home.wiggy.net (mx1.wiggy.net) [213.84.101.140] 
([YmSZG4DdS9CBFEQ/6CeWwxzayx5Bctzn])
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18clAF-0007Jy-00; Sun, 26 Jan 2003 05:41:28 -0600
Received: from wichert by mx1.wiggy.net with local (Exim 3.35 #1 (Debian))
        id 18clAB-0007Zq-00; Sun, 26 Jan 2003 12:41:23 +0100
Date: Sun, 26 Jan 2003 12:41:23 +0100
From: Wichert Akkerman <[EMAIL PROTECTED]>
To: Ben Collins <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: solo turn <[EMAIL PROTECTED]>
Subject: Re: Bug#178382: dpkg install multiple versions of programs
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-16.0 required=5.0
        tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
              SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
              USER_AGENT_MUTT
        version=2.41
X-Spam-Level: 

Previously Ben Collins wrote:
> You could do this with alternatives, like what is already done for major
> versions of other programs (like python 1.5/2.0/2.1/2.2).

You can also do this by simply installing and removing the debs.

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>           http://www.wiggy.net/
A random hacker


Reply via email to