Page 1 of 1

How do you update Transmission in NAS?

Posted: Sat Mar 09, 2013 9:35 pm
by kingjoelim
Hi all,
I am new to this site and also new with using transmission client.
I recently bought a Seagate GoFlex Home NAS and have activated Transmission torrent client.
I am happy with using transmission and it is working flawlessly.
However, I figured that my transmission client version is 1.92.
I want to update it to the latest client but I don't know how.
I am using a PC with windows 7/8 installed.
Please can someone teach me how to update the transmission in NAS?
(I did little search on the web but I can't find the proper explanation or a direction that helps me.)
Thank yoy guys in advance! ;)

Re: How do you update Transmission in NAS?

Posted: Tue Mar 12, 2013 10:11 am
by hugohugo
here the same problem.

Whats de command line (for terminal) for debian linux to update Transmission

Re: How do you update Transmission in NAS?

Posted: Tue Mar 12, 2013 12:02 pm
by blacke4dawn
hugohugo wrote:here the same problem.

Whats de command line (for terminal) for debian linux to update Transmission
Ask in the forum for your NAS since the Transmission devs do not handle that part.
hugohugo wrote:here the same problem.

Whats de command line (for terminal) for debian linux to update Transmission
For Debian it's a simple procedure:

Code: Select all

apt-get update
apt-get upgrade transmission-daemon
For one updates the listing of available packages and their respective versions.
Second updates transmission-daemon, and I'm assuming you are running the daemon version since you use CLI and imply that it runs headless.
And next time, ask in Debian's forum since this is an "issue" with Debian and not Transmission in general.