There was an error while loading. Please reload this page.
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