Android Studio 종속성을 추가하는 동안 트랜잭션 오류가 발생했습니다.

Android Studio 종속성을 추가하는 동안 트랜잭션 오류가 발생했습니다.

Android Studio를 설치하고 있는데 "Fedora-24에서 mksdcard SDK 도구를 실행할 수 없습니다."라는 오류가 발생합니다. ~에 따르면이것, 명령을 입력했는데 다음과 같은 오류가 발생했습니다.

Downloading Packages:
    [SKIPPED] compat-libstdc++-296-2.96-146.1.i686.rpm: Already downloaded         
    [SKIPPED] compat-libstdc++-33-3.2.3-68.16.fc24.i686.rpm: Already downloaded    
    [SKIPPED] compat-libstdc++-33-3.2.3-68.16.fc24.x86_64.rpm: Already downloaded  
    [SKIPPED] ncurses-libs-6.0-6.20160709.fc24.i686.rpm: Already downloaded        
    [SKIPPED] glibc-2.23.1-10.fc24.i686.rpm: Already downloaded                    
    [SKIPPED] nss-softokn-freebl-3.26.0-1.0.fc24.i686.rpm: Already downloaded      
    [SKIPPED] libgcc-6.1.1-3.fc24.i686.rpm: Already downloaded                     
    Running transaction check
    Transaction check succeeded.
    Running transaction test
    The downloaded packages were saved in cache until the next successful transaction.
    You can remove cached packages by executing 'dnf clean packages'.
    Error: Transaction check error:
      file /usr/share/doc/glibc/NEWS from install of glibc-2.23.1-10.fc24.i686 conflicts with file from package glibc-2.23.1-7.fc24.x86_64

    Error Summary
    -------------

답변1

이 명령을 실행하세요 dnf remove glibc-2.23.1-7.fc24.x86_64

이것은 fedora 24의 문제를 해결했습니다.

관련 정보