我要评分
获取效率
正确性
完整性
易理解

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