Ubuntu apt-get出错
使用apt-get install出错
临时资源不可用
E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/cache/apt/archives/

解决方法:
使用ps -aux查看apt进程,一般在末尾
使用sudo kill pid(进程号)杀死apt进程
