Contos7yum报错別のアプリが現在yumロックを保持しています。それが終了するのを待っています...

エラー内容:

[root@yu /]# yum repolist
Loaded plugins: fastestmirror, langpacks
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Existing lock /var/run/yum.pid: another copy is running as pid 4127.
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  25 M RSS (426 MB VSZ)
    Started: Thu Apr  9 15:26:34 2020 - 34:06 ago
    State  : Traced/Stopped, pid: 4127

大まかな意味は次のとおりです。このyumプロセスは実行中であるか、すでに存在しています

解決策:
このyumプロセスをクリアして終了します

[root@yu yum.repos.d]# rm -f /var/run/yum.pid

[root@yu yum.repos.d]# yum clean all
Loaded plugins: fastestmirror, langpacks
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Cleaning repos: base extras mysql-connectors-community mysql-tools-community mysql57-community
              : updates
Cleaning up list of fastest mirrors

おすすめ

転載: blog.csdn.net/qq_42476834/article/details/105416692