CentOS 7.6(1810)更新遇到polkit的錯誤
CentOS 7安裝完畢, 通常會再安裝EPEL, 然後再一起更新
yum install epel-release
但更新的時候遇到polkit這個錯誤
http://ftp.tc.edu.tw/Linux/CentOS/7.6.1810/updates/x86_64/Packages/polkit-0.112-18.el7_6.1.x86_64.rpm: [Errno 14] HTTP Error 416 - Requested Range Not SatisfiableA Trying other mirror.
我想說直接下載rpm安裝,但是遇到衝突
從 polkit-0.112-18.el7_6.1.x86_64 安裝的檔案 /usr/bin/pkaction 與來自套件 polkit-0.112-18.el7.x86_64 的檔案產生衝突
原來已經有安裝了, 所以到最後解法就是更新的時候, 要避開polkit這個套件
yum update --exclude=polkit
就能正確更新了