LWN.net Logo

sudo granularity

sudo granularity

Posted Nov 21, 2009 14:52 UTC (Sat) by fperrin (guest, #61941)
In reply to: sudo granularity by drag
Parent article: Fedora 12 to remove unprivileged package installation

When you invoke 'aptitude upgrade' aptitude will sometimes run into dependency resolution issues. When that happens you can go into 'resolution mode' that gives you full access to the aptitude gui and there you can perform any of the functions supported by aptitude, which is a huge amount.

What happens if the user wants to install a package that conflicts with something that is already installed on the system? Will PackageKit decides to overwrite what is already installed, or will it fail to install the package? The first is a no-no, the second is, well, a failure. Or maybe it will ask the user how to resolve the dependencies, in which case we are back to the same situation as with aptitde in "resolution mode".


(Log in to post comments)

sudo granularity

Posted Nov 21, 2009 16:00 UTC (Sat) by sbishop (guest, #33061) [Link]

I'd go with "fail to install the package". At that point, root needs to get
involved, which seems reasonable to me.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds