%general-entities; ]> Transmission-&transmission-version; Transmission Introduction to Transmission Transmission is a cross-platform, open source BitTorrent client. This is useful for downloading large files (such as Linux ISOs) and reduces the need for the distributors to provide server bandwidth. &lfs120_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &transmission-md5sum; Download size: &transmission-size; Estimated disk space required: &transmission-buildsize; Estimated build time: &transmission-time; Transmission Dependencies Required Recommended and (to use system libraries instead of bundled ones) Recommended (to build a GUI) or &qt5-deps; Optional (for building the web client, not needed at run time), appindicator, dht, libb64, libdeflate, libnatpmp, libutp, and miniupnp Editor Notes: Installation of Transmission Install Transmission by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/transmission-&transmission-version; \ .. && make Now, as the root user: make install As transmission.png seems to be missing, create it from the svg:: rsvg-convert \ /usr/share/icons/hicolor/scalable/apps/transmission.svg \ -o /usr/share/pixmaps/transmission.png Command Explanations : This switch disables building the Qt5 client. The default is to build it if &qt5-deps; is installed. : This switch disables building the GTK+-3 cli client. The default is to build it is installed. : This switch disables building the web client. The default is to build it if is installed. : This switch forces rebuilding of the web client. Needs and a network connection. The default is to not rebuild. Contents Installed Programs Installed Libraries Installed Directory transmission-cli, transmission-create, transmission-daemon, transmission-edit, transmission-gtk or transmission-qt, transmission-remote, and transmission-show None /usr/share/transmission (contains the web client, optional) and /usr/share/doc/transmission-&transmission-version; Short Descriptions transmission-cli is a lightweight, command-line BitTorrent client with scripting capabilities transmission-cli transmission-create is a command line tool used to create .torrent files transmission-create transmission-daemon is a daemon-based Transmission session that can be controlled via RPC commands from transmission's web interface or transmission-remote transmission-daemon transmission-edit is a command-line utility to modify .torrent files' announce URLs transmission-edit transmission-gtk is a GTK+ bittorrent client transmission-gtk transmission-qt is a Qt bittorrent client transmission-qt transmission-remote is a remote control utility for transmission-daemon and transmission transmission-remote transmission-show is a command line tool to display bittorrent .torrent file metadata transmission-show