Page 1 of 1

Is my deluge updated?

Posted: Mon Oct 13, 2008 7:30 am
by Xi0N
I just updated Deluge from the repositories
(# Deluge
deb http://ppa.launchpad.net/deluge-team/ubuntu hardy main universe
deb-src http://ppa.launchpad.net/deluge-team/ubuntu hardy main universe)
I use deluge on a headless server and i only access by web interface, but when i go to the "About" tab, i can read that the version is "1.0.0r" I should be running the new delueg version (1.0.2).... is this number the core version or just the web UI version? How can i get sure that i am running the latest version?

Thanks!

Re: Is my deluge updated?

Posted: Mon Oct 13, 2008 7:42 am
by johnnyg
the web ui should say 1.0.2r in about.
to be sure ssh into your server and run

Code: Select all

deluge --version

Re: Is my deluge updated?

Posted: Mon Oct 13, 2008 7:53 am
by Xi0N
deluge --version retuns me the value "1.0.2" i just checked it now...... weird.... :|

Re: Is my deluge updated?

Posted: Mon Oct 13, 2008 8:02 am
by Xi0N
OK, i just restarted the whole system, and when trying the about tab again, i already can see 1.0.2r

Thanks!!