Changes between Initial Version and Version 1 of UbuntuInstallation

Show
Ignore:
Timestamp:
2010/02/09 07:56:34 (14 years ago)
Author:
bonnal
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuInstallation

    v1 v1  
     1For the SemWeb installation contest I was looking on the web for a simple way to install Virtuoso on my virtualized Ubuntu server 9.10 
     2It seems that kubuntu guys are very excited about semantic web & desktop [http://www.kubuntu.org/news/kde-sc-4.4-rc-2] and their interest come from this application [http://nepomuk.semanticdesktop.org/xwiki/bin/view/Main1/]. 
     3 
     4just few lines:  
     5 
     6{{{ 
     7sudo aptitude install python-software-properties 
     8sudo add-apt-repository ppa:kubuntu-ppa/beta 
     9sudo aptitude install virtuoso-server 
     10}}} 
     11 
     12 
     13 
     14 
     15