Bug 1768468
Summary: | Error: Problem: The operation would result in removing the following protected packages: dnf, sudo, systemd, systemd-udev [me@localhost ~]$ | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | trennor <trennor.turcotte95> |
Component: | dnf | Assignee: | Jaroslav Mracek <jmracek> |
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 30 | CC: | dmach, jmracek, jrohel, mblaha, mhatina, packaging-team-maint, pkratoch, rpm-software-management, vmukhame |
Target Milestone: | --- | Flags: | trennor.turcotte95:
needinfo-
trennor.turcotte95: needinfo- |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-01-23 09:55:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Attachments: |
Description
trennor
2019-11-04 14:08:06 UTC
Please could you reproduce the issue with the latest dnf from our nightly repository? To enable it just run `dnf copr enable rpmsoftwaremanagement/dnf-nightly` as a root. The latest version of plugin is python3-dnf-plugin-system-upgrade-0:4.0.8. The new version is much improved in many aspects and it is accompanied by the new dnf/libdnf. Please excuse the delay; I immediately ran the new dnf and I immediately repiled to email notification. Evidently that doesn't work. Sorry for the delay. Here then, results of that run: Ran as suggested: this is the result. We're getting closer but still not there yet. Problem: The operation would result in removing the following protected packages: systemd, systemd-udev (try to add '--skip-broken' to skip uninstallable packages) [me@localhost ~]$ sudo dnf system-upgrade download --refresh --releasever=30 --skip-broken Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y Copr repo for dnf-nightly owned by rpmsoftwaremanagement 8.6 kB/s | 3.3 kB 00:00 Fedora Modular 30 - x86_64 21 kB/s | 18 kB 00:00 negativo17 - Nvidia 6.1 kB/s | 3.9 kB 00:00 Fedora Modular 30 - x86_64 - Updates 24 kB/s | 17 kB 00:00 Fedora 30 - x86_64 - Updates 25 kB/s | 16 kB 00:00 Fedora 30 - x86_64 62 kB/s | 18 kB 00:00 RPM Fusion for Fedora 30 - Free - Updates 5.3 kB/s | 3.6 kB 00:00 RPM Fusion for Fedora 30 - Free 5.7 kB/s | 3.2 kB 00:00 RPM Fusion for Fedora 30 - Nonfree - Updates 5.0 kB/s | 3.7 kB 00:00 RPM Fusion for Fedora 30 - Nonfree 4.2 kB/s | 3.2 kB 00:00 Error: Problem: The operation would result in removing the following protected packages: systemd, systemd-udev [me@localhost ~]$ I am really sorry but I don't know where to start. Therefore I have to ask you for additional information. Please could you provide list of installed packages as an attachment (rpm -qa). Please could you provide .repo files from "/etc/yum.repos.d/"? Please could you provide debugsolverdata? Add "--debugsolver" option to failing command. It will create a new directory with all required information. Please could you run "dnf check". It could detect some problems with installed packages. I can only suggest that packages from negativo17 - Nvidia repository have conflict with Fedora 30 content. Created attachment 1644879 [details]
dnf check
Created attachment 1644882 [details]
Installed packages according to rpm -qa
/etc/yum.repos.d/"? Does not exist on my system.
sudo dnf system-upgrade download --refresh --releasever=30 --debugsolver
Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y
Copr repo for dnf-nightly owned by rpmsoftwaremanagement 7.4 kB/s | 3.3 kB 00:00
Fedora Modular 30 - x86_64 19 kB/s | 19 kB 00:01
negativo17 - Nvidia 5.4 kB/s | 3.9 kB 00:00
Fedora Modular 30 - x86_64 - Updates 26 kB/s | 18 kB 00:00
Fedora 30 - x86_64 - Updates 25 kB/s | 18 kB 00:00
Fedora 30 - x86_64 61 kB/s | 20 kB 00:00
RPM Fusion for Fedora 30 - Free - Updates 4.1 kB/s | 3.6 kB 00:00
RPM Fusion for Fedora 30 - Free 3.9 kB/s | 3.2 kB 00:00
RPM Fusion for Fedora 30 - Nonfree - Updates 4.6 kB/s | 3.7 kB 00:00
RPM Fusion for Fedora 30 - Nonfree 7.1 kB/s | 3.2 kB 00:00
Error:
Problem: The operation would result in removing the following protected packages: systemd, systemd-udev
(try to add '--skip-broken' to skip uninstallable packages)
Bingo, you have broken system. To remove duplicates please try "dnf remove --duplicates". After resolving issues mentioned in `dnf check` dnf shout work properly. Additional information: https://dnf.readthedocs.io/en/latest/command_ref.html#remove-command Did it help? Ran dnf remove --duplicates; then ran dnf check, and again came up up with: # dnf check > dnf_check.txt Modular dependency problems: Problem 1: conflicting requests - nothing provides module(platform:f29) needed by module gimp:2.10:2920191106095052:6c81f848-0.x86_64 Problem 2: conflicting requests - nothing provides module(platform:f29) needed by module libgit2:0.27:2920190128145600:6c81f848-0.x86_64 Error: Check discovered 2424 problem(s) dnf [options] remove --duplicates What options should I be using? I haven't a clue; can you please help? How to, please, resolve issues mentioned in `dnf check`?? Thank-you so far for your help, Jaroslav. Created attachment 1645880 [details]
Latest dnf check
Last dnf check after running dnf remove --duplicates.
This did NOT fix the problem. I still have Error: Check discovered 2424 problem(s). I am sorry for my late response. Please could you try the latest dnf from copr repository? Just run `dnf copr enable rpmsoftwaremanagement/dnf-nightly` `dnf upgrade dnf` Then please could you try: dnf remove --duplicates Or: dnf shell remove --duplicates upgrade run exit Or: dnf shell --releasever=30 remove --duplicates distrosync run exit In case that any error appears don't hesitate to provide it with needinfo on me. Did you success to restore your system? [root@localhost ~]# dnf shell --releasever=30 Copr repo for dnf-nightly owned by rpmsoftwaremanagement 193 kB/s | 318 kB 00:01 Fedora Modular 30 - x86_64 883 kB/s | 2.7 MB 00:03 negativo17 - Nvidia 101 kB/s | 146 kB 00:01 Fedora Modular 30 - x86_64 - Updates 1.1 MB/s | 4.0 MB 00:03 Fedora 30 - x86_64 - Updates 1.3 MB/s | 23 MB 00:18 Fedora 30 - x86_64 1.3 MB/s | 70 MB 00:53 RPM Fusion for Fedora 30 - Free - Updates 301 kB/s | 405 kB 00:01 RPM Fusion for Fedora 30 - Free 484 kB/s | 735 kB 00:01 RPM Fusion for Fedora 30 - Nonfree - Updates 53 kB/s | 80 kB 00:01 RPM Fusion for Fedora 30 - Nonfree 183 kB/s | 227 kB 00:01 > distrosync > run Problem: The operation would result in removing the following protected packages: systemd, systemd-udev Problem: The operation would result in removing the following protected packages: systemd, systemd-udev Nothing to do. Complete! Last metadata expiration check: 0:00:39 ago on Mon 13 Jan 2020 06:23:36 AM CST. > exit Leaving Shell [root@localhost ~]# I tried all of your suggestions, which essentially resulted in the same: none of them worked. No, my system is not restored; still in limbo between FC29 & FC30. From output above I see that you did only distrosync with dnf shell --releasever=30. I proposed to do (all subcommand in a single run): dnf shell --releasever=30 > remove --duplicates > distrosync > run > exit Ok let's move from automatic approach to hard one. At firs - following steps are dangerous and must be performed carefully. Anyway your system is broken and this is the last option before completly new installation. I suggest that you have DNF-4.2.17 or newer. Check rpm -q dnf Please do not reboot till all steps are performed and ofcourse backup everything that you can/want. May by the last chance. First we have to try to remove duplicates related to systemd try: rpm -e python-systemd-doc-234-7.fc29.x86_64 python3-systemd-234-7.fc29.x86_64 systemd-239-14.git33ccd62.fc29.x86_64 systemd-bootchart-233-3.fc29.x86_64 systemd-container-239-14.git33ccd62.fc29.x86_64 systemd-libs-239-14.git33ccd62.fc29.i686 systemd-libs-239-14.git33ccd62.fc29.i686 systemd-pam-239-14.git33ccd62.fc29.x86_64 systemd-udev-239-14.git33ccd62.fc29.x86_64 Hope that no conflict appeared. If any conflict or problem you can remove additional packages but I would recommend to check if they are duplicates (attachment in comment 8). Or you can add --nodeps option (it will perform the action even if packages has unsatisfied dependencies). Then you can try again options from comment 10. Remove all duplicates using rpm -e command like `rpm -e $(sudo dnf repoquery --duplicates --latest-limit=-1)`. Then I do recommend to perform: dnf reinstall '*' dnf distrosync If everything worked well you can reboot. you said:"I suggest that you have DNF-4.2.17 or newer. Check rpm -q dnf" Got that. you said: "Please do not reboot till all steps are performed and ofcourse backup everything that you can/want. May by the last chance." Yea, right. [me@localhost ~]$ sudo -i [root@localhost ~]# rpm -e python-systemd-doc-234-7.fc29.x86_64 python3-systemd-234-7.fc29.x86_64 systemd-239-14.git33ccd62.fc29.x86_64 systemd-bootchart-233-3.fc29.x86_64 systemd-container-239-14.git33ccd62.fc29.x86_64 systemd-libs-239-14.git33ccd62.fc29.i686 systemd-libs-239-14.git33ccd62.fc29.i686 systemd-pam-239-14.git33ccd62.fc29.x86_64 systemd-udev-239-14.git33ccd62.fc29.x86_64 error: package python-systemd-doc-234-7.fc29.x86_64 is not installed error: package python3-systemd-234-7.fc29.x86_64 is not installed error: package systemd-239-14.git33ccd62.fc29.x86_64 is not installed error: package systemd-bootchart-233-3.fc29.x86_64 is not installed error: package systemd-container-239-14.git33ccd62.fc29.x86_64 is not installed error: package systemd-libs-239-14.git33ccd62.fc29.i686 is not installed error: package systemd-libs-239-14.git33ccd62.fc29.i686 is not installed error: package systemd-pam-239-14.git33ccd62.fc29.x86_64 is not installed error: package systemd-udev-239-14.git33ccd62.fc29.x86_64 is not installed [root@localhost ~]# You are about to enable a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Do you really want to enable copr.fedorainfracloud.org/rpmsoftwaremanagement/dnf-nightly? [y/N]: y Repository successfully enabled. [root@localhost ~]# I also upgraded the dnf. This is the response to dnf remove --duplicates command; Prior to what is below was another listing of the 2424 problem libs or whatever they are; the duplicates? each one looked like this: I've just provided the last few from the huge printout of them: Installed package texlive-eurosym-8:svn17265.1.4_subrfix-25.fc30.noarch not available. Installed package protobuf-lite-3.6.1-3.fc30.x86_64 not available. Installed package libibverbs-20.1-3.fc30.x86_64 not available. Installed package kf5-kjs-5.59.0-1.fc30.x86_64 not available. Installed package libedit-3.1-27.20190324cvs.fc30.x86_64 not available. Then comes this: Error: Problem 1: problem with installed package samba-client-2:4.9.13-0.fc29.x86_64 - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsamba-debug-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libreplace-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsamba-security-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsamdb-common-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libcliauth-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libgenrand-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libndr-samba-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libdbwrap-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libgensec-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libdcerpc-samba-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsamba-sockets-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsamba3-util-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsecrets3-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libevents-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libldbsamba-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libgse-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires liblibsmb-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libndr-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libcli-cldap-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsocket-blocking-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libutil-tdb-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libcli-ldap-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libcli-smb-common-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libutil-reg-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libcmdline-credentials-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires liblibcli-lsa3-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libmsrpc3-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libregistry-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libserver-role-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libsmbclient-raw-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libCHARSET3-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libaddns-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libtrusts-util-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libutil-cmdline-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires libcli-spoolss-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.1-2.fc29.x86_64 requires liblibcli-netlogon3-samba4.so(SAMBA_4.9.1)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsamba-debug-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libreplace-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsamba-security-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsamdb-common-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libcliauth-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libgenrand-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libndr-samba-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libdbwrap-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libgensec-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libdcerpc-samba-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsamba-sockets-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsamba3-util-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsecrets3-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libevents-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libldbsamba-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libgse-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires liblibsmb-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libndr-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libcli-cldap-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsocket-blocking-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libutil-tdb-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libcli-ldap-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libcli-smb-common-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libutil-reg-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libcmdline-contexts-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libcmdline-credentials-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires liblibcli-lsa3-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libmsrpc3-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libregistry-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libserver-role-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libsmbclient-raw-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libCHARSET3-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libaddns-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libtrusts-util-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libutil-cmdline-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires libcli-spoolss-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.15-0.fc29.x86_64 requires liblibcli-netlogon3-samba4.so(SAMBA_4.9.15)(64bit), but none of the providers can be installed - package samba-client-2:4.9.13-0.fc29.x86_64 requires libsmbclient = 2:4.9.13-0.fc29, but none of the providers can be installed - conflicting requests Problem 2: problem with installed package fontconfig-2.13.1-9.fc29.i686 - fontconfig-2.13.1-1.fc29.i686 has inferior architecture - fontconfig-2.13.1-9.fc29.i686 has inferior architecture - conflicting requests Problem 3: problem with installed package gtk2-2.24.32-4.fc29.i686 - gtk2-2.24.32-3.fc29.i686 has inferior architecture - gtk2-2.24.32-4.fc29.i686 has inferior architecture - conflicting requests Problem 4: problem with installed package atk-2.30.0-1.fc29.i686 - atk-2.30.0-1.fc29.i686 has inferior architecture - conflicting requests Problem 5: problem with installed package glib2-2.58.3-1.fc29.i686 - glib2-2.58.1-1.fc29.i686 has inferior architecture - glib2-2.58.3-1.fc29.i686 has inferior architecture - conflicting requests Problem 6: problem with installed package libXrandr-1.5.1-8.fc29.i686 - libXrandr-1.5.1-8.fc29.i686 has inferior architecture - conflicting requests Problem 7: problem with installed package pango-1.42.4-3.fc29.i686 - pango-1.42.4-1.fc29.i686 has inferior architecture - pango-1.42.4-3.fc29.i686 has inferior architecture - conflicting requests Problem 8: problem with installed package libtiff-4.0.10-5.fc29.i686 - libtiff-4.0.9-11.fc29.i686 has inferior architecture - libtiff-4.0.10-5.fc29.i686 has inferior architecture - conflicting requests Problem 9: problem with installed package libXft-2.3.2-11.fc29.i686 - libXft-2.3.2-11.fc29.i686 has inferior architecture - conflicting requests Problem 10: problem with installed package pcre-8.43-2.fc29.i686 - pcre-8.42-4.fc29.i686 has inferior architecture - pcre-8.43-2.fc29.i686 has inferior architecture - conflicting requests Problem 11: problem with installed package cups-libs-1:2.2.8-12.fc29.i686 - cups-libs-1:2.2.8-5.fc29.i686 has inferior architecture - cups-libs-1:2.2.8-12.fc29.i686 has inferior architecture - conflicting requests Problem 12: problem with installed package glibc-2.28-39.fc29.i686 - glibc-2.28-9.fc29.i686 has inferior architecture - glibc-2.28-39.fc29.i686 has inferior architecture - conflicting requests Problem 13: problem with installed package fuse-libs-2.9.9-7.fc29.i686 - fuse-libs-2.9.7-14.fc29.i686 has inferior architecture - fuse-libs-2.9.9-7.fc29.i686 has inferior architecture - conflicting requests Problem 14: problem with installed package gtk3-immodule-xim-3.24.1-3.fc29.x86_64 - package gtk3-immodule-xim-3.24.1-1.fc29.x86_64 requires gtk3(x86-64) = 3.24.1-1.fc29, but none of the providers can be installed - package gtk3-immodule-xim-3.24.1-3.fc29.x86_64 requires gtk3(x86-64) = 3.24.1-3.fc29, but none of the providers can be installed - conflicting requests Problem 15: problem with installed package libgcc-8.3.1-2.fc29.i686 - libgcc-8.2.1-2.fc29.i686 has inferior architecture - libgcc-8.3.1-2.fc29.i686 has inferior architecture - conflicting requests Problem 16: problem with installed package grub2-tools-efi-1:2.02-62.fc29.x86_64 - package grub2-tools-efi-1:2.02-62.fc29.x86_64 requires grub2-common = 1:2.02-62.fc29, but none of the providers can be installed - conflicting requests Problem 17: problem with installed package libXdamage-1.1.4-15.fc29.i686 - libXdamage-1.1.4-15.fc29.i686 has inferior architecture - conflicting requests Problem 18: problem with installed package dracut-config-rescue-049-26.git20181204.fc29.x86_64 - package dracut-config-rescue-048-14.git20180726.fc29.x86_64 requires dracut = 048-14.git20180726.fc29, but none of the providers can be installed - package dracut-config-rescue-049-26.git20181204.fc29.x86_64 requires dracut = 049-26.git20181204.fc29, but none of the providers can be installed - conflicting requests Problem 19: problem with installed package libjpeg-turbo-2.0.2-1.fc29.i686 - libjpeg-turbo-2.0.0-1.fc29.i686 has inferior architecture - libjpeg-turbo-2.0.2-1.fc29.i686 has inferior architecture - conflicting requests Problem 20: problem with installed package avahi-libs-0.7-16.fc29.i686 - avahi-libs-0.7-16.fc29.i686 has inferior architecture - conflicting requests Problem 21: problem with installed package cairo-1.16.0-3.fc29.i686 - cairo-1.15.14-1.fc29.i686 has inferior architecture - cairo-1.16.0-3.fc29.i686 has inferior architecture - conflicting requests Problem 22: problem with installed package gmp-1:6.1.2-9.fc29.i686 - gmp-1:6.1.2-8.fc29.i686 has inferior architecture - gmp-1:6.1.2-9.fc29.i686 has inferior architecture - conflicting requests Problem 23: problem with installed package google-noto-sans-sinhala-fonts-20170919-2.fc29.noarch - package google-noto-sans-sinhala-fonts-20161022-8.fc29.noarch requires google-noto-fonts-common = 20161022-8.fc29, but none of the providers can be installed - package google-noto-sans-sinhala-fonts-20170919-2.fc29.noarch requires google-noto-fonts-common = 20170919-2.fc29, but none of the providers can be installed - conflicting requests Problem 24: problem with installed package libXrender-0.9.10-8.fc29.i686 - libXrender-0.9.10-8.fc29.i686 has inferior architecture - conflicting requests Problem 25: problem with installed package grub2-efi-x64-1:2.02-62.fc29.x86_64 - package grub2-efi-x64-1:2.02-62.fc29.x86_64 requires grub2-tools-extra = 1:2.02-62.fc29, but none of the providers can be installed - conflicting requests Problem 26: problem with installed package grub2-efi-ia32-1:2.02-62.fc29.x86_64 - package grub2-efi-ia32-1:2.02-62.fc29.x86_64 requires grub2-tools = 1:2.02-62.fc29, but none of the providers can be installed - conflicting requests Problem 27: problem with installed package libthai-0.1.28-1.fc29.i686 - libthai-0.1.28-1.fc29.i686 has inferior architecture - conflicting requests Problem 28: problem with installed package openssl-libs-1:1.1.1d-2.fc29.i686 - openssl-libs-1:1.1.1-3.fc29.i686 has inferior architecture - openssl-libs-1:1.1.1d-2.fc29.i686 has inferior architecture - conflicting requests Problem 29: problem with installed package zlib-1.2.11-17.fc29.i686 - zlib-1.2.11-14.fc29.i686 has inferior architecture - zlib-1.2.11-18.fc29.i686 has inferior architecture - zlib-1.2.11-17.fc29.i686 has inferior architecture - conflicting requests Problem 30: problem with installed package libICE-1.0.9-14.fc29.i686 - libICE-1.0.9-14.fc29.i686 has inferior architecture - conflicting requests Problem 31: problem with installed package libSM-1.2.3-1.fc29.i686 - libSM-1.2.2-11.fc29.i686 has inferior architecture - libSM-1.2.3-1.fc29.i686 has inferior architecture - conflicting requests Problem 32: problem with installed package libX11-1.6.7-1.fc29.i686 - libX11-1.6.6-1.fc29.i686 has inferior architecture - libX11-1.6.7-1.fc29.i686 has inferior architecture - conflicting requests Problem 33: problem with installed package xz-libs-5.2.4-3.fc29.i686 - xz-libs-5.2.4-3.fc29.i686 has inferior architecture - conflicting requests Problem 34: problem with installed package libxcrypt-4.4.10-1.fc29.i686 - libxcrypt-4.2.1-3.fc29.i686 has inferior architecture - libxcrypt-4.4.10-1.fc29.i686 has inferior architecture - conflicting requests Problem 35: problem with installed package libselinux-2.8-6.fc29.i686 - libselinux-2.8-4.fc29.i686 has inferior architecture - libselinux-2.8-6.fc29.i686 has inferior architecture - conflicting requests Problem 36: problem with installed package libblkid-2.32.1-1.fc29.i686 - libblkid-2.32.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 37: problem with installed package libcap-2.25-12.fc29.i686 - libcap-2.25-12.fc29.i686 has inferior architecture - conflicting requests Problem 38: problem with installed package libmount-2.32.1-1.fc29.i686 - libmount-2.32.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 39: problem with installed package gnu-free-serif-fonts-20120503-19.fc29.noarch - package gnu-free-serif-fonts-20120503-19.fc29.noarch requires gnu-free-fonts-common = 20120503-19.fc29, but none of the providers can be installed - conflicting requests Problem 40: problem with installed package pinentry-qt-1.1.0-4.fc29.x86_64 - package pinentry-qt-1.1.0-4.fc29.x86_64 requires pinentry = 1.1.0-4.fc29, but none of the providers can be installed - conflicting requests Problem 41: problem with installed package gnutls-3.6.7-1.fc29.i686 - gnutls-3.6.4-1.fc29.i686 has inferior architecture - gnutls-3.6.7-1.fc29.i686 has inferior architecture - conflicting requests Problem 42: problem with installed package libtasn1-4.13-5.fc29.i686 - libtasn1-4.13-4.fc29.i686 has inferior architecture - libtasn1-4.13-5.fc29.i686 has inferior architecture - conflicting requests Problem 43: problem with installed package nettle-3.4.1rc1-1.fc29.i686 - nettle-3.4-5.fc29.i686 has inferior architecture - nettle-3.4.1rc1-1.fc29.i686 has inferior architecture - conflicting requests Problem 44: problem with installed package khmeros-base-fonts-5.0-26.fc29.noarch - package khmeros-base-fonts-5.0-26.fc29.noarch requires khmeros-fonts-common = 5.0-26.fc29, but none of the providers can be installed - conflicting requests Problem 45: problem with installed package libuuid-2.32.1-1.fc29.i686 - libuuid-2.32.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 46: problem with installed package python2-libs-2.7.17-1.fc29.x86_64 - package python2-libs-2.7.17-1.fc29.x86_64 requires libreadline.so.7()(64bit), but none of the providers can be installed - package python2-libs-2.7.15-10.fc29.x86_64 requires libreadline.so.7()(64bit), but none of the providers can be installed - conflicting requests Problem 47: problem with installed package fribidi-1.0.5-1.fc29.i686 - fribidi-1.0.5-1.fc29.i686 has inferior architecture - conflicting requests Problem 48: problem with installed package libgcrypt-1.8.5-1.fc29.i686 - libgcrypt-1.8.3-3.fc29.i686 has inferior architecture - libgcrypt-1.8.5-1.fc29.i686 has inferior architecture - conflicting requests Problem 49: problem with installed package libgpg-error-1.33-1.fc29.i686 - libgpg-error-1.31-2.fc29.i686 has inferior architecture - libgpg-error-1.33-1.fc29.i686 has inferior architecture - conflicting requests Problem 50: problem with installed package pixman-0.34.0-10.fc29.i686 - pixman-0.34.0-10.fc29.i686 has inferior architecture - conflicting requests Problem 51: problem with installed package f29-backgrounds-kde-29.1.3-1.fc29.noarch - package f29-backgrounds-kde-29.1.2-1.fc29.noarch requires f29-backgrounds-base = 29.1.2-1.fc29, but none of the providers can be installed - package f29-backgrounds-kde-29.1.3-1.fc29.noarch requires f29-backgrounds-base = 29.1.3-1.fc29, but none of the providers can be installed - conflicting requests Problem 52: problem with installed package thai-scalable-waree-fonts-0.6.5-2.fc29.noarch - package thai-scalable-waree-fonts-0.6.5-2.fc29.noarch requires thai-scalable-fonts-common = 0.6.5-2.fc29, but none of the providers can be installed - conflicting requests Problem 53: problem with installed package expat-2.2.8-1.fc29.i686 - expat-2.2.6-1.fc29.i686 has inferior architecture - expat-2.2.8-1.fc29.i686 has inferior architecture - conflicting requests Problem 54: problem with installed package libXau-1.0.8-14.fc29.i686 - libXau-1.0.8-14.fc29.i686 has inferior architecture - conflicting requests Problem 55: problem with installed package p11-kit-0.23.16.1-1.fc29.i686 - p11-kit-0.23.14-1.fc29.i686 has inferior architecture - p11-kit-0.23.16.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 56: problem with installed package bzip2-libs-1.0.6-28.fc29.i686 - bzip2-libs-1.0.6-28.fc29.i686 has inferior architecture - conflicting requests Problem 57: problem with installed package harfbuzz-1.8.7-1.fc29.i686 - harfbuzz-1.8.7-1.fc29.i686 has inferior architecture - conflicting requests Problem 58: problem with installed package isdn4k-utils-3.27-13.fc29.x86_64 - package isdn4k-utils-3.27-13.fc29.x86_64 requires isdn4k-utils-data = 3.27-13.fc29, but none of the providers can be installed - conflicting requests Problem 59: problem with installed package libcom_err-1.44.6-1.fc29.i686 - libcom_err-1.44.3-1.fc29.i686 has inferior architecture - libcom_err-1.44.6-1.fc29.i686 has inferior architecture - conflicting requests Problem 60: problem with installed package freetype-2.9.1-6.fc29.i686 - freetype-2.9.1-2.fc29.i686 has inferior architecture - freetype-2.9.1-6.fc29.i686 has inferior architecture - conflicting requests Problem 61: problem with installed package gdk-pixbuf2-2.38.1-1.fc29.i686 - gdk-pixbuf2-2.38.0-4.fc29.i686 has inferior architecture - gdk-pixbuf2-2.38.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 62: problem with installed package libpng-2:1.6.34-7.fc29.i686 - libpng-2:1.6.34-6.fc29.i686 has inferior architecture - libpng-2:1.6.34-7.fc29.i686 has inferior architecture - conflicting requests Problem 63: problem with installed package krb5-libs-1.16.1-26.fc29.i686 - krb5-libs-1.16.1-21.fc29.i686 has inferior architecture - krb5-libs-1.16.1-26.fc29.i686 has inferior architecture - conflicting requests Problem 64: problem with installed package libunistring-0.9.10-4.fc29.i686 - libunistring-0.9.10-4.fc29.i686 has inferior architecture - conflicting requests Problem 65: problem with installed package libstdc++-8.3.1-2.fc29.i686 - libstdc++-8.2.1-2.fc29.i686 has inferior architecture - libstdc++-8.3.1-2.fc29.i686 has inferior architecture - conflicting requests Problem 66: problem with installed package libxcb-1.13.1-1.fc29.i686 - libxcb-1.13.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 67: problem with installed package libproxy-mozjs-0.4.15-10.fc29.x86_64 - package libproxy-mozjs-0.4.15-9.fc29.x86_64 requires libproxy(x86-64) = 0.4.15-9.fc29, but none of the providers can be installed - package libproxy-mozjs-0.4.15-10.fc29.x86_64 requires libproxy(x86-64) = 0.4.15-10.fc29, but none of the providers can be installed - conflicting requests Problem 68: problem with installed package libXext-1.3.3-10.fc29.i686 - libXext-1.3.3-10.fc29.i686 has inferior architecture - conflicting requests Problem 69: problem with installed package libdatrie-0.2.9-8.fc29.i686 - libdatrie-0.2.9-8.fc29.i686 has inferior architecture - conflicting requests Problem 70: problem with installed package libsepol-2.8-3.fc29.i686 - libsepol-2.8-2.fc29.i686 has inferior architecture - libsepol-2.8-3.fc29.i686 has inferior architecture - conflicting requests Problem 71: problem with installed package libverto-0.3.0-6.fc29.i686 - libverto-0.3.0-6.fc29.i686 has inferior architecture - conflicting requests Problem 72: problem with installed package jasper-libs-2.0.14-7.fc29.i686 - jasper-libs-2.0.14-7.fc29.i686 has inferior architecture - conflicting requests Problem 73: problem with installed package libcanberra-gtk2-0.30-17.fc29.x86_64 - package libcanberra-gtk2-0.30-17.fc29.x86_64 requires libcanberra(x86-64) = 0.30-17.fc29, but none of the providers can be installed - conflicting requests Problem 74: problem with installed package libXfixes-5.0.3-8.fc29.i686 - libXfixes-5.0.3-8.fc29.i686 has inferior architecture - conflicting requests Problem 75: problem with installed package libXcursor-1.1.15-4.fc29.i686 - libXcursor-1.1.15-4.fc29.i686 has inferior architecture - conflicting requests Problem 76: problem with installed package graphite2-1.3.13-1.fc29.i686 - graphite2-1.3.10-6.fc29.i686 has inferior architecture - graphite2-1.3.13-1.fc29.i686 has inferior architecture - conflicting requests Problem 77: problem with installed package keyutils-libs-1.5.10-8.fc29.i686 - keyutils-libs-1.5.10-8.fc29.i686 has inferior architecture - conflicting requests Problem 78: problem with installed package dbus-libs-1:1.12.12-1.fc29.i686 - dbus-libs-1:1.12.10-1.fc29.i686 has inferior architecture - dbus-libs-1:1.12.12-1.fc29.i686 has inferior architecture - conflicting requests Problem 79: problem with installed package lz4-libs-1.9.1-1.fc29.i686 - lz4-libs-1.8.2-2.fc29.i686 has inferior architecture - lz4-libs-1.9.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 80: problem with installed package gdk-pixbuf2-modules-2.38.1-1.fc29.i686 - gdk-pixbuf2-modules-2.38.0-4.fc29.i686 has inferior architecture - gdk-pixbuf2-modules-2.38.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 81: problem with installed package PackageKit-gtk3-module-1.1.12-3.fc29.x86_64 - package PackageKit-gtk3-module-1.1.11-1.fc29.x86_64 requires PackageKit-glib(x86-64) = 1.1.11-1.fc29, but none of the providers can be installed - package PackageKit-gtk3-module-1.1.12-3.fc29.x86_64 requires PackageKit-glib(x86-64) = 1.1.12-3.fc29, but none of the providers can be installed - conflicting requests Problem 82: problem with installed package libXi-1.7.9-8.fc29.i686 - libXi-1.7.9-8.fc29.i686 has inferior architecture - conflicting requests Problem 83: problem with installed package openssl-pkcs11-0.4.10-3.fc29.i686 - openssl-pkcs11-0.4.8-2.fc29.i686 has inferior architecture - openssl-pkcs11-0.4.10-3.fc29.i686 has inferior architecture - conflicting requests Problem 84: problem with installed package kf5-kross-ui-5.59.0-1.fc29.x86_64 - package kf5-kross-ui-5.50.0-1.fc29.x86_64 requires kf5-kross-core(x86-64) = 5.50.0-1.fc29, but none of the providers can be installed - package kf5-kross-ui-5.59.0-1.fc29.x86_64 requires kf5-kross-core(x86-64) = 5.59.0-1.fc29, but none of the providers can be installed - conflicting requests Problem 85: problem with installed package libXinerama-1.1.4-2.fc29.i686 - libXinerama-1.1.4-2.fc29.i686 has inferior architecture - conflicting requests Problem 86: problem with installed package whois-5.5.2-1.fc29.x86_64 - package whois-nls-5.5.2-1.fc30.noarch conflicts with whois < 5.3.2-2 provided by whois-5.3.2-1.fc29.x86_64 - package whois-5.5.3-1.fc29.x86_64 requires whois-nls = 5.5.3-1.fc29, but none of the providers can be installed - package whois-5.5.2-1.fc29.x86_64 requires whois-nls = 5.5.2-1.fc29, but none of the providers can be installed - package mkpasswd-5.5.2-1.fc30.x86_64 requires whois-nls = 5.5.2-1.fc30, but none of the providers can be installed - conflicting requests - problem with installed package mkpasswd-5.5.2-1.fc30.x86_64 Problem 87: problem with installed package jbigkit-libs-2.1-15.fc29.i686 - jbigkit-libs-2.1-14.fc29.i686 has inferior architecture - jbigkit-libs-2.1-15.fc29.i686 has inferior architecture - conflicting requests Problem 88: problem with installed package libidn2-2.2.0-1.fc29.i686 - libidn2-2.0.5-2.fc29.i686 has inferior architecture - libidn2-2.2.0-1.fc29.i686 has inferior architecture - conflicting requests Problem 89: problem with installed package libXcomposite-0.4.4-15.fc29.i686 - libXcomposite-0.4.4-15.fc29.i686 has inferior architecture - conflicting requests Problem 90: problem with installed package libffi-3.1-18.fc29.i686 - libffi-3.1-18.fc29.i686 has inferior architecture - conflicting requests Problem 91: problem with installed package google-noto-serif-cjk-ttc-fonts-20170602-9.fc29.noarch - package google-noto-serif-cjk-ttc-fonts-20170602-8.fc29.noarch requires google-noto-cjk-fonts-common = 20170602-8.fc29, but none of the providers can be installed - package google-noto-serif-cjk-ttc-fonts-20170602-9.fc29.noarch requires google-noto-cjk-fonts-common = 20170602-9.fc29, but none of the providers can be installed - conflicting requests Problem 92: problem with installed package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 - package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 requires libc.so.6, but none of the providers can be installed - package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 requires libc.so.6(GLIBC_2.0), but none of the providers can be installed - package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 requires libc.so.6(GLIBC_2.1), but none of the providers can be installed - package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 requires libc.so.6(GLIBC_2.1.3), but none of the providers can be installed - package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 requires libc.so.6(GLIBC_2.2), but none of the providers can be installed - package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 requires libc.so.6(GLIBC_2.3), but none of the providers can be installed - package compat-libstdc++-33-3.2.3-68.16.fc26.1.i686 requires libm.so.6, but none of the providers can be installed - package glibc-2.28-9.fc29.i686 requires glibc-common = 2.28-9.fc29, but none of the providers can be installed - package glibc-2.28-39.fc29.i686 requires glibc-common = 2.28-39.fc29, but none of the providers can be installed - conflicting requests Problem 93: problem with installed package openblas-threads-0.3.7-1.fc29.x86_64 - package openblas-threads-0.3.3-2.fc29.x86_64 requires openblas = 0.3.3-2.fc29, but none of the providers can be installed - package openblas-threads-0.3.7-1.fc29.x86_64 requires openblas = 0.3.7-1.fc29, but none of the providers can be installed - openblas-0.3.3-2.fc29.i686 has inferior architecture - openblas-0.3.7-1.fc29.i686 has inferior architecture - conflicting requests Problem 94: problem with installed package cryptsetup-2.0.6-1.fc29.x86_64 - package cryptsetup-2.0.4-1.fc29.x86_64 requires cryptsetup-libs = 2.0.4-1.fc29, but none of the providers can be installed - package cryptsetup-2.0.6-1.fc29.x86_64 requires cryptsetup-libs = 2.0.6-1.fc29, but none of the providers can be installed - cryptsetup-libs-2.0.4-1.fc29.i686 has inferior architecture - cryptsetup-libs-2.0.6-1.fc29.i686 has inferior architecture - conflicting requests Problem 95: problem with installed package util-linux-user-2.32.1-1.fc29.x86_64 - package util-linux-user-2.32.1-1.fc29.x86_64 requires util-linux = 2.32.1-1.fc29, but none of the providers can be installed - util-linux-2.32.1-1.fc29.i686 has inferior architecture - conflicting requests Problem 96: problem with installed package alsa-ucm-1.1.9-1.fc29.noarch - package alsa-ucm-1.1.6-3.fc29.x86_64 requires alsa-lib = 1.1.6-3.fc29, but none of the providers can be installed - package alsa-ucm-1.1.9-1.fc29.noarch requires alsa-lib = 1.1.9-1.fc29, but none of the providers can be installed - alsa-lib-1.1.6-3.fc29.i686 has inferior architecture - alsa-lib-1.1.9-1.fc29.i686 has inferior architecture - conflicting requests Problem 97: problem with installed package rpmfusion-nonfree-release-29-1.noarch - package rpmfusion-nonfree-release-29-1.noarch requires system-release(29), but none of the providers can be installed - package fedora-release-29-11.noarch requires fedora-repos(29) >= 1, but none of the providers can be installed - package generic-release-29-1.fc29.noarch requires fedora-repos(29), but none of the providers can be installed - package generic-release-29-0.2.fc29.noarch requires fedora-repos(29), but none of the providers can be installed - installed package fedora-release-common-30-5.noarch obsoletes fedora-release < 30-0.12 provided by fedora-release-29-11.noarch - installed package fedora-release-common-30-5.noarch obsoletes fedora-release < 30-0.12 provided by fedora-release-29-1.noarch - conflicting requests - problem with installed package fedora-release-common-30-5.noarch Problem 98: package PackageKit-command-not-found-1.1.11-1.fc29.x86_64 requires PackageKit-glib(x86-64) = 1.1.11-1.fc29, but none of the providers can be installed - problem with installed package PackageKit-command-not-found-1.1.12-3.fc29.x86_64 - cannot install both PackageKit-glib-1.1.11-1.fc29.x86_64 and PackageKit-glib-1.1.12-6.fc30.x86_64 - package PackageKit-command-not-found-1.1.12-3.fc29.x86_64 requires PackageKit = 1.1.12-3.fc29, but none of the providers can be installed - package PackageKit-1.1.12-6.fc30.x86_64 requires PackageKit-glib(x86-64) = 1.1.12-6.fc30, but none of the providers can be installed - PackageKit-1.1.12-3.fc29.i686 has inferior architecture - problem with installed package PackageKit-1.1.12-6.fc30.x86_64 - conflicting requests Problem 99: problem with installed package rpmfusion-free-release-29-1.noarch - package rpmfusion-free-release-29-1.noarch requires system-release(29), but none of the providers can be installed - package fedora-release-29-11.noarch requires fedora-repos(29) >= 1, but none of the providers can be installed - package dbus-common-1:1.12.16-1.fc30.noarch conflicts with fedora-release < 30-0.2 provided by fedora-release-29-11.noarch - package dbus-common-1:1.12.16-1.fc30.noarch conflicts with generic-release < 30-0.1 provided by generic-release-29-1.fc29.noarch - package dbus-common-1:1.12.16-1.fc30.noarch conflicts with fedora-release < 30-0.2 provided by fedora-release-29-1.noarch - package dbus-common-1:1.12.16-1.fc30.noarch conflicts with generic-release < 30-0.1 provided by generic-release-29-0.2.fc29.noarch - package fedora-repos-29-1.noarch requires fedora-gpg-keys = 29-1, but none of the providers can be installed - package fedora-repos-29-6.noarch requires fedora-gpg-keys = 29-6, but none of the providers can be installed - problem with installed package dbus-common-1:1.12.16-1.fc30.noarch - conflicting requests (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages) [root@localhost ~]# NOTE: Adding --allowerasing makes no difference; the result is the same. I don't know what you mean by this: Remove all duplicates using rpm -e command like `rpm -e $(sudo dnf repoquery --duplicates --latest-limit=-1)`. Does this mean I'm supposed to remove all 2400+ problem packages individually using this command? I need specific example, please. I ran that as given, but it made absolutely no dent on anything that I can tell, perhaps you see something different? Created attachment 1652784 [details]
failed dependencies after having run [root@localhost ~]# rpm -e command like `rpm -e $(sudo dnf repoquery --duplicates --latest-limit=-1)`.
Addene
Please could you also try: dnf shell > remove --duplicates > upgrade > run > exit Or: dnf shell > remove --duplicates > distrosync > run > exit dnf shell --releasever 30 > remove --duplicates > upgrade > run > exit Or: dnf shell --releasever 30 > remove --duplicates > distrosync > run > exit Or: This time any package that shows an error please add as a argument for -x option separated by comma. The same approach could be used for dnf shell examples above. dnf remove --duplicates -x samba-client,fontconfig Also providing outputs from your tries could be helpful. Did you have any success? bugzilla 2:14 AM (8 hours ago) to me https://bugzilla.redhat.com/show_bug.cgi?id=1768468 --- Comment #15 from Jaroslav Mracek <jmracek> --- Please could you also try: dnf shell > remove --duplicates > upgrade > run > exit Or: dnf shell > remove --duplicates > distrosync > run > exit dnf shell --releasever 30 > remove --duplicates > upgrade > run > exit Or: dnf shell --releasever 30 > remove --duplicates > distrosync > run > exit Or: This time any package that shows an error please add as a argument for -x option separated by comma. The same approach could be used for dnf shell examples above. dnf remove --duplicates -x samba-client,fontconfig 2424 errors on running remove --duplicates. 297 errors on running distrosync, run, exit. "This time any package that shows an error please add as a argument for -x option separated by comma. The same approach could be used for dnf shell examples above." REALLY?! For 2721 freakin' errors,you want me run a separate ROUTINE?! Come on!!! This is bullshit. Given NOTHING ELSE WORKS! Nothing, we've been fucking around with this for two months, and nothing has been accomplished. Not a damned thing. Let's get a TEAM on this and get it solved! It's Fedora's software which buggered it all up, let's get it FIXED!I sent you print outs of my screen after running this shit the last time and you deleted it all! There's your information!I shouldn't have to repeat myself. I've shown and shown you, and yet I'm not seeing any fixes that actually accomplish anything. (In reply to Jaroslav Mracek from comment #15) > Please could you also try: > > dnf shell > > remove --duplicates > > upgrade > > run > > exit > > Or: > dnf shell > > remove --duplicates > > distrosync > > run > > exit > > dnf shell --releasever 30 > > remove --duplicates > > upgrade > > run > > exit > > Or: > dnf shell --releasever 30 > > remove --duplicates > > distrosync > > run > > exit > > > Or: > This time any package that shows an error please add as a argument for -x > option separated by comma. The same approach could be used for dnf shell > examples above. > dnf remove --duplicates -x samba-client,fontconfig (In reply to trennor from comment #17) > bugzilla > > 2:14 AM (8 hours ago) > > to me > https://bugzilla.redhat.com/show_bug.cgi?id=1768468 > > > > --- Comment #15 from Jaroslav Mracek <jmracek> --- > Please could you also try: > > dnf shell > > remove --duplicates > > upgrade > > run > > exit > > Or: > dnf shell > > remove --duplicates > > distrosync > > run > > exit > > dnf shell --releasever 30 > > remove --duplicates > > upgrade > > run > > exit > > Or: > dnf shell --releasever 30 > > remove --duplicates > > distrosync > > run > > exit > > > Or: > This time any package that shows an error please add as a argument for -x > option separated by comma. The same approach could be used for dnf shell > examples above. > dnf remove --duplicates -x samba-client,fontconfig > > > > 2424 errors on running remove --duplicates. > > 297 errors on running distrosync, run, exit. > > "This time any package that shows an error please add as a argument for -x > option separated by comma. The same approach could be used for dnf shell > examples above." > (In reply to trennor from comment #17) > bugzilla > > 2:14 AM (8 hours ago) > > to me > https://bugzilla.redhat.com/show_bug.cgi?id=1768468 > > > > --- Comment #15 from Jaroslav Mracek <jmracek> --- > Please could you also try: > > dnf shell > > remove --duplicates > > upgrade > > run > > exit > > Or: > dnf shell > > remove --duplicates > > distrosync > > run > > exit > > dnf shell --releasever 30 > > remove --duplicates > > upgrade > > run > > exit > > Or: > dnf shell --releasever 30 > > remove --duplicates > > distrosync > > run > > exit > > > Or: > This time any package that shows an error please add as a argument for -x > option separated by comma. The same approach could be used for dnf shell > examples above. > dnf remove --duplicates -x samba-client,fontconfig > > > > 2424 errors on running remove --duplicates. > > 297 errors on running distrosync, run, exit. > > "This time any package that shows an error please add as a argument for -x > option separated by comma. The same approach could be used for dnf shell > examples above." > I am sorry but the issue is not in dnf. The issue was probably caused by interrupted transaction that resulted in duplicates and missing dependency. I tried my best to help you resolve the issue, but I failed. I would like to ask you to ask help for Fedora community. I would recommend to try irc channels on Freenode, like #fedora. Hope that you will find a help. |