hey guys,

as the title states, i'm trying to install an earlier version of transmission. how do i do that? i do not want to install the latest version. i use putty to connect.


Run Putty or similar software to access your servers ssh terminal.
Login with username ?root? and your root password.
Run a Update:
1
yum update -y
Reboot VPS:
1
shutdown -r 0
Download sBorg transmission installer shell script:
1
wget http://sborg.us/sh/transmission.sh
Run the shell script:
1
sh ./transmission.sh
And now just test if it is running or not by going to:
1
http://ServerIP:9091/
Remember you can open the transmission web interface link to stop torrents and such. Also that Transmission will need to be started again if you reboot your VPS:
1
transmission-daemon
michaellin85 Reviewed by michaellin85 on . need help with installing specific version of transmission centos5 hey guys, as the title states, i'm trying to install an earlier version of transmission. how do i do that? i do not want to install the latest version. i use putty to connect. Run Putty or similar software to access your servers ssh terminal. Login with username ?root? and your root password. Run a Update: 1 yum update -y Rating: 5