Rate This Document
Findability
Accuracy
Completeness
Readability

Installing URI

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the URI installation package:
    tar -xvf URI-1.35.tar.gz
  3. Run the following command to go to the directory generated after the decompression:
    cd URI-1.35
  4. Run the following commands to perform the compilation and installation:
    perl Makefile.PL
    make
    make install