Rate This Document
Findability
Accuracy
Completeness
Readability

Installing RDFLib

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Upload the RDFLib and setuptools source packages to the /path/to/RDFLIB directory.
  3. Install the setuptools source package.
    cd /path/to/RDFLIB
    unzip setuptools-0.6c8.zip
    cd setuptools-0.6c8
    python setup.py install
  4. Decompress the RDFLib source package.
    cd path/to/RDFLIB
    tar -zxvf rdflib-2.4.2.tar.gz
  5. Go to the directory generated after the decompression.
    cd rdflib-2.4.2
  6. Perform the installation.
    yum install libxml2-devel libxslt-devel -y
    python setup.py install