On 07/03/2016 04:23 PM, Greg Woods wrote:
[root@cobweb yum.repos.d]# dnf install google-chrome-stable --allowerasing
Last metadata expiration check: 0:08:42 ago on Sun Jul  3 17:09:12 2016.
Error: nothing provides /usr/bin/foomatic-rip needed by
redhat-lsb-printing-4.1-32.fc24.x86_64
[root@cobweb yum.repos.d]#

What does "dnf repoquery --whatprovides /usr/bin/foomatic-rip" tell you?

I also get "no matching packages" responses to "dnf list" on packages
that are already installed:

root@cobweb yum.repos.d]# dnf clean all
72 files removed
[root@cobweb yum.repos.d]# dnf list cups*
[...]
Error: No matching Packages to list

Do you have a file that starts with "cups" in your repos directory?
As someone else mentioned, escape the *.

[root@cobweb yum.repos.d]# rpm -qa | grep cups
cups-filesystem-2.1.0-2.fc23.noarch
python3-cups-1.9.72-8.fc24.x86_64
cups-libs-2.1.0-2.fc23.x86_64
cups-client-2.1.0-2.fc23.x86_64
cups-libs-2.1.0-2.fc23.i686
python2-cups-1.9.72-8.fc24.x86_64
cups-filters-libs-1.6.0-1.fc23.x86_64
cups-pk-helper-0.2.5-6.fc23.x86_64
[root@cobweb yum.repos.d]#

That shows you are missing the necessary package. Try installing the "cups-filters" package.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to