mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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++
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue