< Home - < Back

transmission


Information about the package, transmission, which is shipped with common Linux distributions. The transmission package is designed for, A lightweight GTK+ BitTorrent client.


Package Name:

transmission

Summary:

A lightweight GTK+ BitTorrent client

Description:

Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top on an efficient, cross-platform back-end.

Architecture:

x86_64

Version:

2.13

Release:

1.el6

Size:

12 k

Repository:

epel

From Repository:

Licence:

MIT and GPLv2



Handy Yum Commands for transmission


Control the transmission package with the following handy commands outlined below.


Command

Description of Command

yum install transmission

This command will install transmission on the server.

yum remove transmission

This command will un-install transmission on the server. When you run this command, you will be asked if you are sure that you want to remove transmission, so you have to manually confirm that you want to do this.

yum -y remove transmission

This command will un-install transmission on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove transmission when using the -y flag.

yum update transmission

This command will update transmission to the latest version. When you run this command, you will be asked if you are sure that you want to remove transmission, so you have to manually confirm that you want to do this.

yum -y update transmission

This command will update transmission to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove transmission when using the -y flag.

yum info transmission

This command will show you core information about the transmission package.

yum deplist transmission

This command will show you the dependencies for transmission. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update transmission

This command will check if there is an update waiting on transmission. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.