Hello here ill try to explain how you can install CURL on linux server….

To install CURL first you will need putty application which is used to connect to your server using your root id and password..

After connecting go to Google enter Download CURL and you will get list of sites download one which suits your server..

After downloading login to your server using putty..

After logging in enter this commands…

wget “link of curl file here withoout “” “  -It will download CURL to your server..

After downloading you need to extract tar file for which you can use the following command depending on the file you downloaded

tar -xvf example.tar Extract the contents of example.tar and display the files as they are extracted

tar -zxvf example.tgz Gunzip(uncompress) example.tgz and then extract the contents displaying the files as they are extracted

You can such more codes depending on the file on Google….

After extracting files you need to install it..

Go to the directory where you installed it using cd command…

Use keyword ./install this may not working in some files you will need to find the exact name of the file you have on your directory use ./filename use the read me file which comes with the tar file.

If you need any other help please dont ask me :p as i too know this only….