Fedora Core 5 Test 1. AttributeError: UrlInstallMethod

moonhyunjin의 이미지

AttributeError: UrlInstallMethod instance has no attribute 'switchMedia'
아나콘다에서 패키지 설치하기 직전에 에러가 뜨면 위 에러입니다.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174033에 있는거 정리한겁니다.

createrepo 명령어가 필요하니 createrepo 패키지를 설치하세요.

설치 파일들이 있는곳. ls 했을때 isolinux, images가 보인는곳에서

mv repodata repodata.deathrow
mkdir repodata
cp repodata.deathrow/comps.xml repodata
createrepo -g repodata/comps.xml .
Forums: