Install transmission-daemon on CentOS

Fail to install rTorrent on CentOS 5.4, just install transmission-daemon

libevent

wget --no-check-certificate https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz
tar xzf libevent-2.0.22-stable.tar.gz
cd libevent-2.0.22-stable
make && sudo make install

curl

wget http://curl.haxx.se/download/curl-7.44.0.tar.gz
tar zxf curl-7.44.0.tar.gz
cd curl-7.44.0
make && sudo make install

transmission

wget http://download.transmissionbt.com/files/transmission-2.84.tar.xz
yum install -y xz
unxz transmission-2.84.tar.xz
cd transmission-2.84
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export LIBS="-pthread -lm -lz -ldl -lutil"
export LIBCURL_LIBS="-I/usr/local/lib -lcurl"
export LIBEVENT_LIBS="-I/usr/local/lib -levent"
make && sudo make install

check config at $HOME/.config/transmission-daemon

transmission-remote --add xxx.torrent # add seed
transmission-remote -st # check status
transmission-remote -l # list
时间: 2024-10-18 00:48:15

Install transmission-daemon on CentOS的相关文章

Install Nginx/PHP-FPM on CentOS/RHEL

Install Nginx, PHP 5.5.15 and PHP-FPM on Fedora 20/19/18/17, CentOS 7/6.5/5.10, Red Hat (RHEL) 7/6.5/5.10 1. Change to root user. su 2. Install needed repositories CentOS 7/6.5/5.10 and Red Hat (RHEL) 7/6.5/5.10 Remi repository  ## Remi Dependency on

Install .Net Core For CentOS 6.5(最后失败了)

Install .NET Core SDK Before you start, please remove any previous versions of .NET Core from your system. In order to install .NET Core 1.1 on CentOS or Oracle Linux, first you need to get the prerequisites and then you download the .NET Core SDK bi

[转载]How to Install Firefox 33 on CentOS, Redhat and Other Linux Distributions

FROM: http://tecadmin.net/install-firefox-on-linux/ Firefox 33 has been released for Systems and Android on October 13, 2014 with various bug fixes and updates. Below is the list of few changes which is made in Firefox 33. Read more details about thi

How to install redis server on CentOS 7 / RHEL 7

How to install redis server on CentOS 7 / RHEL 7 October 4, 2014 by sharad chhetri Leave a Comment In this tutorial we will learn, how to install redis server on CentOS 7 / RHEL 7 . The abbreviation of redis is REmote DIctionary Server. It is one the

Install CDH5.11 on CentOS 7

##1)Environment initialization Note:At least three nodes,  the Master node at least 6G of memory,  and the other two at least 4G of memory |--------------|-----------|-------------|----------------|-----------|--------------------|-------------| | Ho

cuda install for caffe at centos 总结

cuda install at centos 全过程. 2015年5月15日,亲测通过. wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-7.0-28.x86_64.rpm rpm -ivh cuda-repo-rhel6-7.0-28.x86_64.rpm wget http://pkgs.repoforge.org/rpmforge-release/rpmfor

Install Open vSwitch on CentOS

转载:http://cloud-mate.org/2015/06/installing-open-vswitch-centos-cloudstack/ June 5, 2015  Stuart Nelson  CloudStack, Openstack Installing Open vSwitch on CentOS 6.6 I would like to use Open vSwitch on my KVM nodes in my CloudStack deployment. I will

How to install VNC server on CentOS 6

参考: https://rbgeek.wordpress.com/2012/06/26/how-to-install-vnc-server-on-centos-6/ VNC is a protocol that is used to share the desktop with other users/computers over the network/Internet.In order to share a desktop, VNC server must be install and co

PostgreSQL 11 install with jit on CentOS 7.5 X64

1.system infoCentOS Linux release 7.5.1804 X86_64 2.disable selinux and firewalld install require os packages-# yum install -y epel-release-# yum install -y gcc gcc-c++ readline-devel zlib-devel libicu-devel 4.llvm install1).cmake-# wget https://cmak

Install VMware Tools in CentOS 7 command line mode

1.首先启动CentOS 7,在VMware中点击上方“VM”,点击“Install VMware Tools...”(如已安装则显示“Reinstall VMware Tools...”). 2.在命令行输入“ls /dev”查看. 3.输入“mkdir /mnt/cdrom”在/mnt目录下新建一个名为cdrom的文件夹. 4.输入“mount -t iso9660 /dev/cdrom /mnt/cdrom”将光盘挂载到/mnt/cdrom目录下. 5.输入“ls /mnt/cdrom/”