View Full Version : [ubuntu] How To Update Transmission To Latest Version
sharif_aly
July 28th, 2012, 01:45 PM
How To Update Transmission To Latest Version ?
My /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu precise main restricted universe
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe
deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu precise partner
My current version of Ubuntu is Ubuntu 12.04 64 Bit
BkkBonanza
July 28th, 2012, 04:11 PM
The version in the universe (precise) repo appears to be 2.51. If you want a newer version than that then you can add the Transmission PPA repository and you should be able to get the 2.60 build.
See this page,
https://launchpad.net/~transmissionbt/+archive/ppa
sudo add-apt-repository ppa:transmissionbt/ppa
then the normal,
sudo apt-get update
sudo apt-get upgrade
should show an update you can confirm.
andrew.46
July 30th, 2012, 09:25 AM
An alternative can be found on the Ubuntu Community Wiki:
CompilingTransmission
https://help.ubuntu.com/community/CompilingTransmission
Just another way of doing it :).
sharif_aly
September 14th, 2012, 02:49 PM
sudo: add-apt-repository: command not found???
This happen to me when try to add
Like BkkBonanza (http://ubuntuforums.org/member.php?u=550406) said :
See this page,
https://launchpad.net/~transmissionbt/+archive/ppa (https://launchpad.net/%7Etransmissionbt/+archive/ppa)
sudo add-apt-repository ppa:transmissionbt/ppa
then the normal,
sudo apt-get update
sudo apt-get upgrade
should show an update you can confirm.
and I fix the add-apt-repository command:
sudo apt-get install python-software-properties
Also, I don't think it is usual, in Ubuntu, for people to install software using this command. here are two commands I use most in the terminal. The first lists available packages and the second installs them. For instance:
sudo apt-cache search java
sudo apt-get install openjdk-6-jre
sharif_aly
October 21st, 2012, 01:46 AM
If you do not have install transmission then
sudo apt-get install transmission
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.