Update

Support for Deluge on Apple Mac OS
Post Reply
Noticek

Update

Post by Noticek »

Pleas, how update version 0.5.8.5 to 0.5.8.7?
pete_h
Member
Member
Posts: 39
Joined: Thu Dec 20, 2007 7:25 am

Re: Update

Post by pete_h »

I don't use Deluge on OS X, but I assume that you just install the new version over the old version, as you would with any other OS X program.
greensquares

Re: Update

Post by greensquares »

Make sure you remove the old binary before you begin building the new version, or you may run into problems.
User avatar
oriain
Member
Member
Posts: 18
Joined: Wed Mar 19, 2008 8:20 pm
Location: Vancouver, WA

Re: Update

Post by oriain »

According to Macports Documentation, all you need to do is use the following command:

Code: Select all

sudo port upgrade deluge
It doesn't actually uninstall 0.5.8.5, but it deactivates it and activates 0.5.8.7.
http://guide.macports.org/#using.port.upgrade

Also I found on Nabble.com a discussion of Macports upgrade system. Since Macports only deactivates old versions, they are still left on your computer. You can get rid of the old versions by using

Code: Select all

sudo port -f uninstall inactive
To upgrade deluge and get rid of the old version at the same time, use

Code: Select all

sudo port -nfu upgrade deluge
Post Reply