mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
more info to help newbies
This commit is contained in:
parent
7d3c05f3fa
commit
6bfd1d504d
1 changed files with 12 additions and 3 deletions
15
README
15
README
|
@ -18,12 +18,12 @@ or Ubuntu system, those dependencies are:
|
||||||
|
|
||||||
g++
|
g++
|
||||||
python-all-dev
|
python-all-dev
|
||||||
python-all
|
python-all version >= 2.4
|
||||||
python-dbus
|
python-dbus
|
||||||
python-gtk2
|
python-gtk2 version >= 2.9
|
||||||
python-xdg
|
python-xdg
|
||||||
python-support
|
python-support
|
||||||
libboost-dev
|
libboost-dev >= 1.33.1
|
||||||
libboost-thread-dev
|
libboost-thread-dev
|
||||||
libboost-date-time-dev
|
libboost-date-time-dev
|
||||||
libboost-filesystem-dev
|
libboost-filesystem-dev
|
||||||
|
@ -67,3 +67,12 @@ Notes:
|
||||||
to allow Deluge to rebuild it's configuration
|
to allow Deluge to rebuild it's configuration
|
||||||
file.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue