Re: Yum plugins...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2008-07-14 at 17:15 -0700, Dan Thurman wrote:
> It seems that I have a lot of Yum plugins, so I need to
> ask if these plugins are needed or if any of these should
> be removed?  If so, how do I remove them?
> 
> Loaded plugins: aliases, allowdowngrade, changelog, downloadonly,
> fastestmirror,
>               : fedorakmod, filter-data, kernel-module, keys, list-data,
> merge-
>               : conf, presto, priorities, protect-packages, protectbase,
>               : refresh-packagekit, refresh-updatesd, security, tmprepo,
>               : tsflags, upgrade-helper, verify, versionlock

Never heard of some of those. You don't *need* any of them, that's why
they're plugins. To find out more, do "ls /etc/yum/pluginconf.d".

For each file in that directory, do "rpm
-qf /etc/yum/pluginconf.d/module-name.conf". That will tell you which
package each belongs to.

Then for each such package, do "rpm -qi <package-name>" to get more info
about what it's for.

Or just run:

for i in $(ls /etc/yum/pluginconf.d); do rpm -qi $(rpm -qf /etc/yum/pluginconf.d/$i); done

poc

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux