yum update – TypeError: unsubscriptable object
yum update出現TypeError: unsubscriptable object錯誤
先清除yum的舊資料
yum clean metadata
yum clean all
刪除host的cache
rm -f /var/cache/yum/timedhosts.txt
跳過plugin更新
yum --noplugins check-update
正是更新
yum update
- Aug 22 Wed 2012 11:04
-
yum update – TypeError: unsubscriptable object
請先 登入 以發表留言。