Bug 103265

Summary: Include unclassified packages in removal group view
Product: [Retired] Red Hat Linux Reporter: Toralf <bugzilla>
Component: redhat-config-packagesAssignee: Jeremy Katz <katzj>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 9Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-28 16:24:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toralf 2003-08-28 09:44:12 UTC
Description of problem:
Group view for "Remove Software" should perhaps have a special group for
packages that aren't included anywhere else. This would make it a lot easier to
keep the system "clean"; packages that aren't listed in any group (or other
packages' dependencies) typically represent add-on software installed
temporarily for testing purposes, or obsolete software left from earlier OS
releases.

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

Comment 1 Jeremy Katz 2003-08-28 14:32:52 UTC
Why not just use the flat view (View->Packages)?

Comment 2 Toralf 2003-08-28 15:12:59 UTC
It has too much information.

Simply put, I want to single out the "bad" packages on my system. This is very
hard to do among a large crowd, but if someone would round up the usual suspects
for me, it might be very easy... 


Comment 3 Jeremy Katz 2003-08-28 15:29:31 UTC
The problem is that these "unclassified" packages are going to also include
library packages as they're not explicitly listed in the comps file and so
you're going to end up with the same sort of problem in an unclassified group.

Comment 4 Toralf 2003-08-28 16:18:36 UTC
Actually, it seems to me like library packages are indeed included in most cases
- they're not listed in groups, but they are mentioned in package dependencies.
Also, you could always leave out the ones that are required by packages in real
groups, but that would of course require a fair amount of extra parsing...

Comment 5 Jeremy Katz 2003-08-28 16:24:11 UTC
Yeah, it's pretty insanely slow to do that.  And you then have to keep it
updated as you remove things (if I remove A which is the only thing that
requires B, I then need to have B show up in the unclassified group, etc).  And
you could also end up having packages disappear from the group. 

Ugh, this seems increasingly like the sort of thing that just can't work very well