我正在尝试在RHEL VM上安装graphviz。当我运行
entity-b.component.html
我明白了:
<h3>Entity B</h3>
<ul>
<li><a [routerLink]="[ { outlets: { details: 'detail' } }]">
Entity B details
</a></li>
</ul>
<router-outlet name="details"></router-outlet>
后来我发现所有软件包都遇到同样的问题。
我尝试了一些在线找到的解决方案,例如:
然后跑步
FacesContext.getCurrentInstance().validationFailed()
输出为
FacesContext.getCurrentInstance().validationFailed();
//if you set the client ID to be null, you should add globalOnly=true in <p:messages>
FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, "Connection failed.", t.getLocalizedMessage()));
然后我跑了
$sudo yum install graphviz
这没有输出,This system is not registered with an entitlement server. You can use subscription-manager to register.
No package graphviz available.
Error: Nothing to do
没有列出与graphviz相关的任何东西作为仓库(启用或禁用)
除了我找到了rpm文件failed to install 'graphviz*' packages with yum command on my RHEL server
当我运行rpm命令时遇到一个错误,因为我错过了几十个依赖项,因此我不认为对所有这些遵循以下解决方案都是合理的解决方案。
如果有人可以告诉我为什么其中一个不起作用,或者让我知道如何实现让#from dir containing graphviz-rhel.repo
$sudo yum-config-manager --add-repo graphviz-rhel.repo
工作的目标,我将不胜感激。
答案 0 :(得分:0)
如评论中所述,要在RHEL系统上使用yum,您需要有效的订阅