π»Tech/π§Linux
[리λ μ€] yum $releasever λ³κ²½νλ λ°©λ²
_viper_
2020. 4. 1. 20:16
λ°μν
yum repositoryμμ $releasever λ³μλ₯Ό μ¬μ©νλλ° μλͺ» μ€μ λμ΄ μλμ κ°μ μλ¬κ° λ°μνλ κ²½μ°κ° μλλ°μ
/etc/yum/vars/releasever μμ± λλ λ³κ²½νμ¬ μ‘°μΉν μ μμ΅λλ€.
π« ERROR
https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7.7-10.el7-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
π‘ SOLVED
$ echo "7.7" > /etc/yum/vars/releasever
μ‘°ν λ°©λ²
$ python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)'