执行sudo apt-get install安装对应的软件出现如下错误 详细错误信息: E: Could not : Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 错误原因:是因为引用错误的链接导致的. 解决办法(删除这些引用即可): cd /var/lib/dpkg/…
dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report. 上网搜索了一下中文网站,里边没有能解决问题的,于是上了ubuntu国外论坛,在里面搜索,终于解决问题了: 代码如下: sudo dpkg --configure -a Enter your password when prompted.…
author  :headsen chen date : 2019-06-06  10:09:06 root@ubuntu:~# apt-get remove java-1.8.0-openjdk E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. root@ubuntu:~# rm /var/lib/dpkg/lockroot@ubuntu:~# apt-get…
apt list *python* Nosee123关注赞赏支持   Linux软件安装管理之--dpkg与apt-*详解 [Linux软件安装管理系列]- - 传送门: - -<Linux软件安装管理之--源码安装详解> - -<Linux软件安装管理之--RPM与YUM详解> - -<Linux软件安装管理之--dpkg与apt-*详解> 一.序言 上一篇文章<Linux软件安装管理之--源码安装详解>详细介绍了Linux平台下的源码包安装原理,虽然使用…
EcilpsePHP studio 3.0的界面与 MyEclipse操作界面基本一样,熟悉后者的对于EcilpsePHP studio 的使用学习就不会太难了. 安装好EPP后,新建项目-->文件-->运行-->PHP Web Page; Launch URL 确保项目路径在你apache http server 服务器的路径下;即DocumentRoot路径下,其路径在httpd.conf 搜索DocumentRoot即可查:…
1.New一个Environment变量: Name:global.config.path Value:D:\490993\config;…
今天在更新ubuntu的时候,更新了一半被我强制关闭了,就报错了 当再使用sudo apt-get update命令时出现了dpkg was interrupted,you must manually run dpkg --configure -a' tocorrect the problem 具体解决方案如下: sudo rm /var/lib/dpkg/updates/* sudo apt-get update sudo apt-get upgrade 这样问题就解决了…
Mininet 安装 根据SDNLAB上的实验进行安装.连接地址 需要注意的是切换到用户目录下进行clone github上的源码. 1.卸载之前安装的Mininet 最好是先到目录下看是否有这些文件,再进行删除. sudo rm -rf /usr/local/bin/mn sudo rm -rf /usr/local/bin/mnexec sudo rm -rf /usr/local/lib/python*/*/*mininet* sudo rm -rf /usr/local/bin/ovs-…
1.安装 apt-get install graphviz 如果报错说缺少依赖文件,则使用apt自动安装依赖项 apt-get -f install 我在安装中报错: dpkg: unrecoverable fatal error, aborting: fork failed: Cannot allocate memory 重新执行安装命令时,出现新错误 E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to…
0x00 今天在服务器上重新弄了一下lamp环境 安装的过程中遇到了不少小问题 记录一下解决的方案吧 服务器安装的是ubuntu 16.04.1 0x01 首先在用 apt-get install 安装东西的时候会遇到 E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to lock the administration directory (/var/l…