I'm here to talk about installation Transmission on CentOS.
Install the Necessary Packages
Building Transmission requires the following packages, so you will need to download it from the yum repository.
- gcc
- cURL
- libevent
- intltool
- gettext
yum install gcc curl curl-devel libevent libevent-devel intltool gettext openssl-devel
Download and Extract Transmission :
The latest version of Transmission is here :
but my tutorial only work on version 2.03. hehe.
So, you can download it using wget.
wget http://mirrors.m0k.org/transmission/files/transmission-2.03.tar.bz2
Extract the package now:
tar -xvf transmission-2.03.tar.bz2
Installing Transmission
To begin the installation, go inside the Transmission folder:
To begin the installation, go inside the Transmission folder:
cd transmission-2.03
Here’s the fun part. You’re going to run the configure script and make! Afterwards, you’ll just run make install and you’ll be done!
./configure -q && make -s
make install
Conclusion
Congratulations! You have successfully installed Transmission! Now, run the following command line to view Transmission’s help guide:
transmissioncli -h
Here is my transmission :
It's is GUI :
Hope this help.
No comments:
Post a Comment