How to enable log from snap store?

General support for problems installing or using Deluge
Post Reply
snapoverst
New User
New User
Posts: 1
Joined: Tue Oct 10, 2023 2:46 pm

How to enable log from snap store?

Post by snapoverst »

Anyone maybe know how someone could enable log from deluge installed via snap store? I cant find any information about this topic.
User avatar
ambipro
Moderator
Moderator
Posts: 445
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: How to enable log from snap store?

Post by ambipro »

I'd advise you to not use snap first, check the ppa providing the latest version on the support page, or use pip to install.

sudo add-apt-repository ppa:deluge-team/stable
sudo apt-get update
sudo apt-get install deluge

or

pip3 install deluge

For the latter you will need python3 installed.

Then you can simply reference https://man.archlinux.org/man/deluged.1.en for enabling logging and other options.
Post Reply