Installing transmission on CentOS

On June 14, 2010, in Real Examples, by admin

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 :)

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Archives

All entries, chronologically...