Site icon TechGit

Install Transmission 3.0 Bit Torrent Software For Ubuntu Linux

Install Transmission 3.0 on Ubuntu Linux. Transmission is an open-source torrent client for Linux Ubuntu Systems. Here are the terminal commands to install Transmission – bit torrent software for Ubuntu Linux Systems.

Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.

Transmission is a fast, easy, and free BitTorrent client. It comes in several flavors:

Visit https://transmissionbt.com/ for more information.

Transmission is fully supported in transmission-remote, the preferred cli client. It has three standalone tools to examine, create, and edit .torrent files exist: transmission-show, transmission-create, and transmission-edit, respectively.

Transmission 3.00 Changes – All Platforms

Mac Client

GTK+ Client

Qt Client

Daemon

Web Client

Utils

Install Transmission via PPA

Run the following commands in terminal to install Transmission:

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo add-apt-repository ppa:transmissionbt/ppa
$ sudo apt-get update
$ sudo apt install transmission-gtk

Building a Transmission release from the command line


$ tar xf transmission-2.92.tar.xz
$ cd transmission-2.92
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Building Transmission from the nightly builds

Download a tarball from https://build.transmissionbt.com/job/trunk-linux/ and follow the steps from the previous section.

If you’re new to building programs from source code, this is typically easier than building from Git.
Building Transmission from Git (first time)


$ git clone https://github.com/transmission/transmission Transmission
$ cd Transmission
$ git submodule update --init
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Building Transmission from Git (updating)


$ cd Transmission/build
$ make clean
$ git pull --rebase --prune
$ git submodule update
$ cmake ..
$ make
$ sudo make install

Install Transmission 3.0 Bit Torrent Software For Ubuntu Linux originally posted on Source Digit – Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version