码迷,mamicode.com
首页 > 其他好文 > 详细

dot安装和使用

时间:2019-01-13 01:45:48      阅读:512      评论:0      收藏:0      [点我收藏+]

标签:man   current   pkg   lan   manually   成功   mem   recover   ble   

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 correct the problem. 

按照提示执行

dpkg --configure -a

又报错

Errors were encountered while processing:
 graphviz:i386

网上搜索后,尝试如下解决

aptitude update

报错:

The program aptitude is currently not installed. You can install it by typing:
apt install aptitude

根据提示,执行

apt install aptitude

报错

You might want to run apt-get -f install to correct these:

根据提示执行

apt-get -f install

完成,重新安装 graphviz

apt-get install graphviz

成功

 

可见,错误原因是aptitude没安装。

 

2.使用

参考:https://zhuanlan.zhihu.com/p/21993254

  https://www.tianmaying.com/tutorial/graphviz

The program ‘aptitude‘ is currently not installed. You can install it by typing:apt install aptitude

 

dot安装和使用

标签:man   current   pkg   lan   manually   成功   mem   recover   ble   

原文地址:https://www.cnblogs.com/yangxinrui/p/10261450.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!