Installing URI
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the URI installation package:
tar -xvf URI-1.35.tar.gz
- Run the following command to go to the directory generated after the decompression:
cd URI-1.35
- Run the following commands to perform the compilation and installation:
perl Makefile.PL make make install
Parent topic: Configuring the Compilation Environment