I'm trying to purge Deluge so I can use KTorrent, because Deluge stopped working. Every time I start a download, it gives me an error message. I tried downloading Ktorrent without purging Deluge to give it a try, but the torrents always go back to Deluge as a default. So I purged it in Terminal. The problem is it still appears. Terminal says I don't have Deluge anymore. The Ubuntu Applications center also says I don't have it installed anymore. But when I search applications, lo and behold, Deluge still sitting there. Any when I download a torrent, it opens right back up in Deluge and continues to get blocked by the same error. I tried changing the default downloader in Chrome, but couldn't figure that out either.
Asked
Active
Viewed 180 times
1
sudo apt-get purge deluge*
you should not need to login as root – mchid Apr 05 '15 at 10:29dpkg -l | grep deluge
for example ordpkg -l | grep torrent
– mchid Apr 05 '15 at 10:35