Fernando Tavares wrote:
How to exclude nfs (fc8)

after command:

yum -y -t --exclude=banshee --exclude=muine --exclude=nfs --exclude=nfs-utils 
--exclude=nfs-utils-lib --exclude=libldap-2.3.so.0 --exclude="libevent*" update

the final result is:

--> Finished Dependency Resolution
Error: Missing Dependency: libldap-2.3.so.0 is needed by package nfs-utils-lib
Error: Missing Dependency: libldap-2.3.so.0 is needed by package nfs-utils

The update you want to exclude isn't nfs but libldap. There is an update for it, but nfs needs the earlier version, so won't let the update occur. It means a package with a dependency on the latest libldap hasn't been released for nfs-utils-lib and nfs-utils yet.


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to