Bug 206923 - Automatic removal of dependencies
Summary: Automatic removal of dependencies
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: pirut
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-18 08:51 UTC by Rahul Sundaram
Modified: 2013-03-13 05:42 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-09-18 17:07:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rahul Sundaram 2006-09-18 08:51:43 UTC
Description of problem:

If package X is removed, the dependencies installed for X is not always removed.

Expected results:

Apt-get has --purge and Synpatic apparently now exposes this better. We should
look at implementing something similar in Pirut. I know this was discused in
yum-devel lists before and was rejected as a core feature but this seems quite
useful neverthless. 

Additional info:

https://launchpad.net/distros/ubuntu/+source/synaptic/+bug/23036

Comment 1 Jeremy Katz 2006-09-18 17:07:46 UTC
The problem is there's no way to know if a package was explicitly selected for
installation or if it was just pulled in by deps.  

So doing something like this in an automated fashion is an _extremely_ bad idea.
 For people that want to micromanage things like this, there's the --leaves
option to package-cleanup in yum-utils


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