2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Ubuntu】apt-getで、ファイルロックの為失敗。解決した時のメモ

Last updated at Posted at 2020-04-10

#概要
Ubuntu上でapt-getコマンドを実行した際に、ファイルロックの為、失敗しました。
その際の解決メモです。

#環境
Ubuntu19.10

#エラー発生時の手順

  • ターミナル上で以下のコマンドを実行しました。
sudo apt-get install open-cobol
  • 以下のエラーメッセージが表示されました。
Could not get lock /var/lib/dpkg/lock-frontend.
It is held by process 2118
Resource temporarily unavailable.
Be aware that removing the lock file is not a solution and may break your system.
Unable to acqure the dpkg frontend lock
  • エラーメッセージにも記載されている通り、「ロックファイルを削除することは解決策ではなく、システムを破壊する可能性があることに注意してください。」と有るので、ロックファイルを削除する事はやめましょう。

  • topコマンドを実行してみます。
    image.png

  • unattendeのプロセスが起動しているようです。そういえば、OS起動時にアップデートに失敗したとかなんかのエラーメッセージが出ていました。

  • 再起動します。

  • 以下、再起動中の画面ですが「Unattended-upgrade in progress during shutdown, please don't turn off the computer」メッセージが表示されています。アップデート処理が走っているようです。
    image.png

  • 途中、中座したので正確ではありませんが、20分以上はアップデートに時間がかかりました。

  • 改めて実行したら、コマンド実行に成功しました。

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?