当执行sudo apt install rpm时失败(apt-get也失败),输出如下报错信息: 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? 经查找,出现该问题的原因是:还有一个线程在使用
luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ sudo apt install libreadline-devReading package lists... Error!E: Encountered a section with no Package: headerE: Problem with MergeList /var/lib/apt/
http://askubuntu.com/questions/130532/sudo-apt-get-install-ubuntu-desktop-error-unable-to-locate-package This may help you!!! Enter the following in terminal sudo su apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clea