"아무것도 python3.8dist(python-magic)를 제공하지 않습니다." 오류로 인해 Fedora로 업그레이드할 수 없습니다.

"아무것도 python3.8dist(python-magic)를 제공하지 않습니다." 오류로 인해 Fedora로 업그레이드할 수 없습니다.

저는 페도라 32를 사용하고 있습니다.sudo dnf update -y

아래 오류가 발생했습니다.

    $ sudo dnf update -y
    Last metadata expiration check: 1:24:24 ago on Mon 30 Nov 2020 04:42:35 PM EST.
    Dependencies resolved.

    Problem: cannot install the best update candidate for package lutris-0.5.7.1-1.fc32.x86_64
    - nothing provides python3.8dist(python-magic) needed by lutris-0.5.8-1.fc32.x86_64
    =================================================================================================
    Package             Architecture        Version                      Repository            Size
    =================================================================================================
    Skipping packages with broken dependencies:
    lutris              x86_64              0.5.8-1.fc32                 updates              819 k

    Transaction Summary
    =================================================================================================
    Skip  1 Package

    Nothing to do.
    Complete!

해당 패키지를 다시 설치하려고 했습니다.

    $ sudo dnf install PackageKit-glib
    Last metadata expiration check: 0:04:10 ago on Tue 01 Dec 2020 02:42:17 AM EST.
    Package PackageKit-glib-1.1.13-3.fc32.x86_64 is already installed.
    Package PackageKit-glib-1.1.13-3.fc32.i686 is already installed.
    Dependencies resolved.
    Nothing to do.
    Complete!

내 운영체제 세부정보는 다음과 같습니다.

$ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description:    Fedora release 32 (Thirty Two)
Release:        32
Codename:       ThirtyTwo

다음은 내 시스템의 Python 버전에 대한 자세한 내용입니다.

    $ which python
    /usr/bin/python
    $ which python3
    /usr/bin/python3
    $ python --version
    Python 3.8.6
    $ python3 --version
    Python 3.8.6
    

위의 문제를 어떻게 해결할 수 있나요?

답변1

그랬더니 sudo dnf remove PackageKit-glib -y업그레이드가 되었어요

관련 정보