In this tutorial you can learn howto install transmission on CentOS from SSH First you need to install libcurl:
yum install curl yum install curl-devel
Now download the latest version of transmission from here
wget http://download.m0k.org/transmission/files/transmission-2.00b2.tar.bz2
Untar it with following command in terminal / PuTTy
tar xvjf transmission-2.00b2.tar.bz
Now replace transmission-1.22/cli/transmissioncli.c with this file by following commands
cd transmission-2.00b2 wget http://svn.berlios.de/svnroot/repos/tf-b4rt/branches/clients/transmission/transmission-1.50/cli/cli.c
Now, go to transmission-2.00b2 and type following commands:
./configure -q && make -s su (If you are logged in as non-root user. It is necessary for the next line) make install
Thats all





