i'm embarrassed to be asking this, but is there a command that lists only the installed dnf plugins?
rday
On 06/28/17 20:09, Robert P. J. Day wrote:
i'm embarrassed to be asking this, but is there a command that lists only the installed dnf plugins?
Not a fancy/approved method... But since they all have man pages...
locate dnf.plugin This assumes you're updating the locate db
Alternatively....
ls /usr/share/man/man8/dnf.plugin*
:-)
Robert P. J. Day wrote:
i'm embarrassed to be asking this, but is there a command that lists only the installed dnf plugins?
rday
When I type the dnf command with no arguments, I get a list of "Main Commands" and "Plugin Commands". It's a little more than "only", but maybe it's good enough. Did you have something else in mind?
List of Plugin Commands
builddep Install build dependencies for package or spec file config-manager manage dnf configuration options and repositories copr Interact with Copr repositories. debuginfo-install install debuginfo packages download Download package to current directory needs-restarting determine updated binaries that need restarting playground Interact with Playground repository. repoquery search for packages matching keyword reposync download all packages from remote repo system-upgrade Prepare system for upgrade to a new release
[0:root@elmo dhcp]$ rpm -qa | grep dnf | sort dnf-1.1.6-2.fc22.noarch dnf-conf-1.1.6-2.fc22.noarch dnf-langpacks-0.15.1-1.fc22.noarch dnf-langpacks-conf-0.15.1-1.fc22.noarch dnf-plugins-core-0.1.19-1.fc22.noarch dnf-yum-1.1.6-2.fc22.noarch python-dnf-1.1.6-2.fc22.noarch python-dnf-langpacks-0.15.1-1.fc22.noarch python-dnf-plugins-core-0.1.19-1.fc22.noarch python-dnf-plugins-extras-common-0.0.11-1.fc22.noarch python-dnf-plugins-extras-migrate-0.0.11-1.fc22.noarch [0:root@elmo dhcp]$ rpm -ql dnf-plugins-core /usr/share/man/man8/dnf.plugin.builddep.8.gz /usr/share/man/man8/dnf.plugin.config_manager.8.gz /usr/share/man/man8/dnf.plugin.copr.8.gz /usr/share/man/man8/dnf.plugin.debuginfo-install.8.gz /usr/share/man/man8/dnf.plugin.download.8.gz /usr/share/man/man8/dnf.plugin.protected_packages.8.gz /usr/share/man/man8/dnf.plugin.repoquery.8.gz
HTH, Bill
On 6/28/2017 12:21 PM, David C. Mores wrote:
Robert P. J. Day wrote:
i'm embarrassed to be asking this, but is there a command that lists only the installed dnf plugins?
rday
When I type the dnf command with no arguments, I get a list of "Main Commands" and "Plugin Commands". It's a little more than "only", but maybe it's good enough. Did you have something else in mind?
List of Plugin Commands
builddep Install build dependencies for package or spec file config-manager manage dnf configuration options and repositories copr Interact with Copr repositories. debuginfo-install install debuginfo packages download Download package to current directory needs-restarting determine updated binaries that need restarting playground Interact with Playground repository. repoquery search for packages matching keyword reposync download all packages from remote repo system-upgrade Prepare system for upgrade to a new release _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org