Thanks for the responses. Sorry for the delay, July 4 is the Independence Day holiday here in the US, and I have been visiting with family the past couple of days.
It's not wildcarding on cups*, so that's not it. The repo database just appears to be massively hosed somehow:[root@cobweb yum.repos.d]# dnf repoquery --whatprovides /usr/bin/foomatic-rip
Fedora 24 - x86_64 - Updates 51 kB/s | 8.5 MB 02:51
Last metadata expiration check: 0:01:37 ago on Tue Jul 5 16:45:38 2016.
[root@cobweb yum.repos.d]# ls cups*
ls: cannot access 'cups*': No such file or directory
[root@cobweb yum.repos.d]# dnf install cups-filters
Last metadata expiration check: 0:02:48 ago on Tue Jul 5 16:45:38 2016.
No package cups-filters available.
Error: Unable to find a match.
[root@cobweb yum.repos.d]#
On Mon, Jul 4, 2016 at 4:41 PM, Samuel Sieb <samuel@xxxxxxxx> wrote:
On 07/03/2016 04:23 PM, Greg Woods wrote:
[root@cobweb yum.repos.d]# dnf install google-chrome-stable --allowerasingWhat does "dnf repoquery --whatprovides /usr/bin/foomatic-rip" tell you?
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]#
I also get "no matching packages" responses to "dnf list" on packagesDo you have a file that starts with "cups" in your repos directory?
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
As someone else mentioned, escape the *.
[root@cobweb yum.repos.d]# rpm -qa | grep cupsThat shows you are missing the necessary package. Try installing the "cups-filters" package.
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]#
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
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
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx 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