Ubuntu apt-get提示被锁住
执行 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?
解决方法:
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock

更多精彩