Page 1 of 1

How to enable log from snap store?

Posted: Tue Oct 10, 2023 2:50 pm
by snapoverst
Anyone maybe know how someone could enable log from deluge installed via snap store? I cant find any information about this topic.

Re: How to enable log from snap store?

Posted: Tue Oct 10, 2023 9:04 pm
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.