0

我正在尝试在 debian jessie 服务器上免费安装 Ontotext GraphDB。我已经下载了 graphdb-free-8-1-1.deb 文件,但是当我输入命令时

sudo deb -i graphdb-free-8-1-1.deb

正如快速入门指南 ( http://graphdb.ontotext.com/documentation/free/quick-start-guide.html ) 中的建议,我收到以下消息:

sudo: deb: command not found

似乎它与 /etc/sources.list 文件有关。我必须在这个文件中插入一行吗?如何 ?

谢谢你的帮助。

4

1 回答 1

1

快速入门指南中的指令对我来说看起来不正确,没有deb命令 AFAIK 这样的东西。

安装 .deb 文件需要做的是(从我的脑海中):

sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
于 2017-05-19T05:29:52.300 回答