Skip to content

Loading Data Virtuoso

Dimitris Kontokostas edited this page Jul 7, 2014 · 21 revisions

Install Virtuoso

Option 1 (standard debian based distributions) (note that it might be an old version)

$sudo apt-get install virtuoso-opensource virtuoso-server

Option 2 (LOD2 stack packages, usually latest version) (See this page for more options)

# download the repository package 
wget http://stack.lod2.eu/lod2stable-repository.deb
# install the repository package 
sudo dpkg -i lod2stable-repository.deb
# update the repository database 
sudo apt-get update
# install lod2-virtuoso-opensource
sudo apt-get install lod2-virtuoso-opensource

Clone this wiki locally