On Thu, Mar 6, 2014 at 7:46 AM, Les Mikesell lesmikesell@gmail.com wrote:
On Wed, Mar 5, 2014 at 10:01 PM, Bart Schaefer barton.schaefer@gmail.com wrote:
rpm -e --test gnutls.i386 gnutls.x86_64
This will tell you what other packages depend on the gnutls library.
Wouldn't 'yum remove gnutls' be a better check since it will walk up the dependency tree - and is interactive by default so it will show the list and wait for confirmation?
If you're willing to trust that the default is in place and you won't, accidentally, really start removing stuff, then yes.