CENTOS6 Installing the BT tool transmission

Source: Internet
Author: User

CENTOS6 Install transmission1. Install the required components:

Yum-y install GCC gcc-c++ M4 make automake libtool gettextopenssl-devel pkgconfig perl-libwww-perl perl-xml-parser CURLCU Rl-devel Libevent-devel Libidn-devel Zlib-devel
2. Install additional components:
Copy the BT client file to/usr/local
Install Intltool:
TAR-ZXVF intltool-0.40.6.tar.gz
CD intltool-0.40.6
./configure
Make
Make install
Same steps to install Libevent:
TAR-ZXVF libevent-2.0.21-stable.tar.gz
CD libevent-2.0.21-stable
./configure
Make
Make install
3. Configure Pkg-config
Go to the/etc/profile file and add a line at the end:
Export pkg_config_path= "/usr/local/lib/pkgconfig"
After saving exits
Input source/etc/profile make configuration effective
4. Installing Transmission
TAR-XVF transmission-2.77.tar.bz2
CD transmission-2.77/
./configure
Make && make install
5. Using Transmission
After the installation is complete, you can use the following commands:
Specific commands can be viewed with a command with-H
TRANSMISSION-CLI is mainly used to download seeds
Transmission-create seed Generation
Transmission-daemon Configuration Parameters
Transmission-edit Editing seeds
Transmission-remote as a remote management side
Transmission-show view seed from the server;
Configuration file default location is/root/.config/transmission-daemon/settings.json
6. Appendix: Common Commands
1) Generate Seed transmission-create (-p)-O seed file-t published URL source file
2) Edit Seed transmission-edit-a/-r/-d
-----to add/replace/delete the URL of the published seed, respectively
3) The speed limit can be limited by transmission-cli-u/-d and can be changed directly through Transmission-daemon.
------Because the machine is not tested;
4) Upload seed transmission-remote ip:host-a seed file
------The use of remote control transmission to upload files, about their own production of seed upload problem, you need to be careful to reset the location of the download file, has let transmission confirm that you have downloaded the completion, and only need to provide upload functionality, this problem I have been a long time to solve , always thought that the seed files and source files in a directory can be;
5) transmission-show-s seed file
-----can see from the server how many seed and leechers are currently in the seed;

7. Note: The files in the BT client are

1) intltool-0.40.6.tar.gz

Available for download from http://ftp.gnome.org/pub/gnome/sources/intltool/

2) libevent-2.0.21-stable.tar.gz

Available for download from http://libevent.org/

3) transmission-2.77.tar.bz2

Available for download from http://www.transmissionbt.com/download/

or direct sudo yum install transmission can be used directly to download BT.

CENTOS6 Installing the BT tool transmission

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.