Mailinglist Archive: zypp-devel (78 mails)

< Previous Next >
Re: [zypp-devel] Fwd: automatic removal of unused packages when removing a package
  • From: Jan Kupec <jkupec@xxxxxxx>
  • Date: Fri, 09 Nov 2007 11:37:00 +0100
  • Message-id: <4734384C.7070903@xxxxxxx>
Klaus Kaempf wrote:
* Stefan Schubert <schubi@xxxxxxx> [Nov 07. 2007 11:26]:
"The solver needs the additional information WHY a package has
been installed. (User decision, Requirement of other packages,
Recommends,....). This information is not available at the moment.
With this information it would be possible."

Agreed.

This needs a 'history log', preferably grouped by transactions.

I really fail to see the reason.

i'm removing a package foo
$set = all of the packages on which foo depends
for each $item of $set
{
if there is no package (other than foo) _installed_ which depends
on $item
{
remove $item
}
}

Why do we need more information than the info we currently have to do
this? Why do we need package history? I can't think of any problem or case.

Maybe you missed the *when removing a package* in the mail subject. Or
it's just me missing something :O) Please explain.

J.

--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References