Bug 119286 - Allow "rpm -e --prefix ..."
Summary: Allow "rpm -e --prefix ..."
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: GinGin64
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-29 02:21 UTC by Christian Goetze
Modified: 2007-04-18 17:04 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-07 16:54:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Christian Goetze 2004-03-29 02:21:12 UTC
Description of problem:

install the same rpm multiple times. There is one legititimate use
case for this, though, namely installing it multiple times using
different --prefix values. In development a case can be made to
support this, since different developers or testers would want to
test a realistic installation scneario in parallel.

To support this one use case, how about extending the
 "name, epoch, version, release, architecture"
with one more component, "prefix". This way, one could address a
specific package instance via --prefix and selectively erase only
the rpm installed at the specified prefix.

Another consideration would be to make it illegal to have the
exact same rpm installed multiple times except if --prefix differs.

Version-Release number of selected component (if applicable):

4.1 and later

How reproducible:

very

Steps to Reproduce:
1. rpm -i <some-rpm>
2. rpm -i --prefix <someplace> <same-rpm>
3. rpm -e --prefix <sameplace> <the-rpm>
  
Actual results:

doesn't work

Expected results:

erases the second package

Additional info:

Comment 1 Jeff Johnson 2004-04-07 16:54:24 UTC
Using --prefix to qualify upgrade/erasure ain't the right thing to do.

Comment 2 Christian Goetze 2004-04-07 17:07:58 UTC
So what is the right thing to do?? How do you selectively erase a 
specific package installed with a specific prefix, if that same 
package is installed multiple times?



Note You need to log in before you can comment on or make changes to this bug.