Ubuntu 13.10 にソフトウェアやパッケージをインストールできない

Ubuntu 13.10 にソフトウェアやパッケージをインストールできない

こんにちは、私は Ubuntu の初心者です。フラッシュ プラグイン、パッケージ、その他のソフトウェアなどをインストールしようとしているのですが、次のようなエラーが発生します。

rabia@rabia-N150P-N210P:~$ sudo apt-get install ubuntu-restricted-extras
[sudo] password for rabia: 
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
rabia@rabia-N150P-N210P:~$ sudo apt-get install ubuntu-restricted-extras
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
rabia@rabia-N150P-N210P:~$ sudo apt-get install flashplugin-nonfree
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
rabia@rabia-N150P-N210P:~$ 

何が間違っているのでしょうか?

答え1

このエラーは、他のプロセスが同時にプログラムをインストールしているために発生します。Ubuntu は、インストール シーケンスを同時に使用できるのは 1 つのプロセスだけになるように設計されています。

複数のプログラムを同時にインストールしていない場合は、コンピューターを再起動してもう一度試してください。

関連情報