diff --git a/README b/README index 9223eb4a3..64a9b642b 100644 --- a/README +++ b/README @@ -18,12 +18,12 @@ or Ubuntu system, those dependencies are: g++ python-all-dev -python-all +python-all version >= 2.4 python-dbus -python-gtk2 +python-gtk2 version >= 2.9 python-xdg python-support -libboost-dev +libboost-dev >= 1.33.1 libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev @@ -67,3 +67,12 @@ Notes: to allow Deluge to rebuild it's configuration file. +3) If #2 above still doesn't work, then do the +following as rootto completely remove all traces +of deluge: +apt-get --purge remove deluge-torrent \ +&& rm -rf ~/.config/deluge && \ +rm -r `find / -name 'deluge*'` +Now your system is clean of deluge, so you can +install it fresh without problems. +