search in packages before install them
Hi,
I used apt-cache search
in ubuntu to search in packages description, What command should I use in order to do that in Fedora?
Thanks
Hi,
I used apt-cache search
in ubuntu to search in packages description, What command should I use in order to do that in Fedora?
Thanks
You can use
dnf search NAME_OR_DESCRIPTIONor
yum search NAME_OR_DESCRIPTIONNext, you can print the info for a specific package by using
dnf info PACKAGE_NAMEor
yum info PACKAGE_NAME
You can use command repoquery from yum-utils
repoquery -a --pkgnarrow=available
will give all packages that you have in repos and not installed, you have man repoquery have good examples .
Asked: 2015-04-12 14:10:02 -0600
Seen: 327 times
Last updated: Apr 12 '15