Skip to content

Instantly share code, notes, and snippets.

@siilverice
Created February 17, 2015 15:06
Show Gist options
  • Save siilverice/b818ec036f972b7b9af0 to your computer and use it in GitHub Desktop.
Save siilverice/b818ec036f972b7b9af0 to your computer and use it in GitHub Desktop.
install Transmission on CentOS 7
# sudo yum -y install gcc gcc-c++ m4 make automake libtool gettext openssl-devel libcurl-devel libevent-devel intltool gtk3-devel
# wget https://transmission.cachefly.net/transmission-2.84.tar.xz
# tar -xf transmission-2.84.tar.xz
# cd transmission-2.84/
# ./configure
# sudo make
# sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment