8일
- dnf ‘Unable to detect release version` error
- fedora 배포판 업데이트 후 위 에러가 났다
- 여러 원인이 있을수 있지만 내 경우에는 간단하게 해결 되었다.
- sudo dnf install fedora-release –releasever=34
- 아마 업데이트 도중 저 패키지가 누락 된듯 하다.
python -c 'import dnf, json; db = dnf.dnf.Base(); print(json.dumps(db.conf.substitutions, indent=2))'
으로 해당 문제가 있는지 알수 있다.