Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save elespec/88d7beb0d4ae1eddc0ec4cf44f1393c9 to your computer and use it in GitHub Desktop.

Select an option

Save elespec/88d7beb0d4ae1eddc0ec4cf44f1393c9 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