On Sun, 28 Jan 2024 14:10:46 -0500
Stefan Monnier <monn...@iro.umontreal.ca> wrote:

> How can I stop those downloads?
> 
> Currently, I did
> 
>     systemctl mask packagekit

Well, you might just get rid of the package.

apt purge packagekit

should do it.

Less drastic, to simply shut down the current daemon,

systemctl stop packagekit

To prevent it from starting on the next boot:

systemctl disable packagekit

You may have to unmask it first.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

Reply via email to