PDA

View Full Version : [SOLVED] Install Transmission 1.61



mocka
June 1st, 2009, 04:16 PM
Hi, is there any way to install the new Transmission 1.61? When I try to install through terminal (which I have to since I've got Ubuntu Server), with sudo apt-get install transmission-cli, I only get the 1.51 version.

Thanks in advance for answers.

sisco311
June 1st, 2009, 04:22 PM
You can get transmission 1.61 from the ppa repos:
https://launchpad.net/~transmissionbt/+archive/ppa

uh, this is only for developershttps://launchpad.net/~bortis/+archive/ppa

mocka
June 1st, 2009, 05:42 PM
Thank you. Anyhow, I'm all new to using the PPA repositories and have some trouble with adding the key. In the tutorial they say the key is something like "B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5", though I can only find a key that looks like this: "1024R/F45955CE". What should I do?

mcduck
June 1st, 2009, 05:52 PM
Thank you. Anyhow, I'm all new to using the PPA repositories and have some trouble with adding the key. In the tutorial they say the key is something like "B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5", though I can only find a key that looks like this: "1024R/F45955CE". What should I do?

Click the key link on the repository's launchpad page and you get the full key (in this case it's a36aeec13a6f1a9edeb4b518fca4a9d8f45955ce).

sisco311
June 1st, 2009, 05:58 PM
usually is enough to use the last 8 hexadecimal digits:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F45955CE

you can also click the link (1024R/F45955CE (http://keyserver.ubuntu.com:11371/pks/lookup?search=0xA36AEEC13A6F1A9EDEB4B518FCA4A9D8F4 5955CE&op=index)) to get the full key id:

Search results for '0xa36aeec13a6f1a9edeb4b518fca4a9d8f45955ce'
Type bits/keyID Date User ID
pub 1024R/F45955CE 2009-01-21 Launchpad PPA for bortis
the bold part is the key id.

mocka
June 1st, 2009, 06:03 PM
Thanks, it worked like a charm.

Pasdar
June 1st, 2009, 06:04 PM
Next time just go to getdeb.net and download a deb file, easy install with two clicks.

mcduck
June 1st, 2009, 06:09 PM
Next time just go to getdeb.net and download a deb file, easy install with two clicks.
Repositories are even better. Bit more work the first time but after that you'll always have the latest available version without doing anything..

I'd take a decent repository over single .deb package on a web site any day. :D

(That being said, getdeb.net is a great site.)

Tibuda
June 1st, 2009, 06:14 PM
You can get transmission 1.61 from the ppa repos:
https://launchpad.net/~bortis/+archive/ppa
This PPA suggests to use another one:

Private repository. The repository is used only for developing and quality management purpose. If you search for transmission [Bittorrent client] binaries, please have a look at https://launchpad.net/~transmissionbt/+archive/ppa and use these binaries instead!

sisco311
June 1st, 2009, 06:25 PM
This PPA suggests to use another one:

You are right, I've edited my first post.](*,)

I'm sorry for the inconvenience.