14

I want to run deluge in tty3,4,5 . but when I type it there is, No display warning. Then I give top and there is no pid on deluge that is deluge is not running. How do I run it from CLI so that it keeps downloading the torrents?

Tamim Addari
  • 969
  • 4
  • 11
  • 29

2 Answers2

16

Have you started deluged (the deluge daemon) as a service? The command for running the client in CLI is deluge-console.

Here are some guides:

the
  • 775
  • 1
  • 8
  • 16
namingFailed
  • 506
  • 4
  • 11
8

This will install it, set up the daemon, and connect to its console:

sudo apt-get install deluge deluged deluge-console

deluged

deluge-console

You can then add torrents like:

add -p /user/Downloads torrent_magnet_link

dessalines
  • 648
  • 6
  • 7