错误信息1: ./mysqld: error : cannot open shared object file: No such file or directory 解决办法:安装改库 # apt-get install libaio1 -y 注意:是libaio后面有个 1 继续安装,报错,错误如下 ./mysqld: error : cannot open shared object file: No such file or directory 解决,安装libnuma1 # apt-ge…
问题描述:在使用Ubuntu系统时安装程序时出现下面的报错. E: 无法获得锁 /var/lib/dpkg/lock-frontend - open (11: 资源暂时不可用)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 一.两种解决方法 (1)杀掉apt-get进程: ps aux | grep apt-get sudo kill P…