インターネットに接続されていないコンピュータがあります。まだyum
時々いくつかのコマンドを実行したいと思います。
YUMはミラーリストを頻繁に更新し、次のエラーを発生させます。
ミラーリストを取得できません。http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=osエラーはyum-dump.pyで発生します! yum設定を確認してください。
yum.conf
yumにミラーリストの更新を停止させるパラメータやその他の場所はありますか?
ベストアンサー1
-C
でフラグを使用できますyum
。 YUMのマニュアルページによると:
-C, --cacheonly
Tells yum to run entirely from system cache - does not
download or update any headers unless it has to to perform the
requested action. If you’re using this as a user yum will not
use the tempcache for the user but will only use the system cache in
the system cachedir.
これも確認してみてください質問