Hi. On Fri, 10 May 2019 08:50:34 -0400 Alex wrote: > # rpm -qva|grep -E '^coreutils|jre1' > coreutils-8.29-7.fc28.x86_64 > jre1.8.0_25-1.8.0_25-fcs.x86_64 > coreutils-common-8.29-7.fc28.x86_64 > # rpm -e jre1 > error: package jre1 is not installed Normal: the name of this package is I think jre1.8.0_25 version:1.8.0_25 release:fcs.x86_64 That said, it is better to use "dnf remove" than "rpm -e", since it will manage dependencies (and manages wildcard better). Let's try thus: dnf remove jre1\* and then retry the upgrade. -- francis _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx