0

我正在尝试
在 ubuntu 16.04 中安装 openlink vituoso 插入下面的命令,

sudo apt-get install virtuoso-vad-{isparql,ods,cartridges,tutorial}

我有以下消息:

读取包列表...完成 构建依赖树

读取状态信息...完成

E: 无法定位软件包 virtuoso-vad-cartridges

当我执行
apt-cache search virtuoso-vad-cartridges时没有任何反应

没有错误,没有结果!

我也做过“ sudo apt-get update

仍然有问题

我怎样才能做到“ sudo apt-get install virtuoso-vad-{isparql,ods,cartridges,tutorial} ”没有错误?

4

1 回答 1

0

As noted in the Virtuoso documentation notes for Ubuntu deployment --

Ubuntu have split some of the Virtuoso VAD packages into separate apt packages of their own. When you apt-get install these, all you get is the VAD package on disk ready to be installed into your database; Ubuntu does not install the VAD into any running instance for you (because by this time you might have created your own instances elsewhere on different ports).

That being the case, I would suggest you simply download the VAD packages directly from our download site. You didn't not indicate which version of Virtuoso is being installed, and Ubuntu packaging has historically been some months or even years behind our updates. Guessing you're working with Virtuoso 7.2, please start here. Please comment below if you need the VADs for a different version of Virtuoso (7.1, 6.x, 8.x, etc.).

For further assistance with Virtuoso Open Source (VOS), I strongly recommend the Virtuoso Users mailing list.

(ObDisclaimer: OpenLink Software produces Virtuoso, and employs me.)

于 2017-10-27T13:53:13.327 回答