On Sun, 16 Aug 2026 09:14:11 -0400 (EDT) "[email protected]" <[email protected]> wrote: > Under Debian Sid, I cannot install webcamoid: > > duane@DuanesSpectre16:~$ sudo apt install webcamoid > ✂️ > Unsatisfied dependencies: > webcamoid : Depends: qml6-module-qtgraphicaleffects but it is not installable > ✂️
Yup, that's because that package doesn't exist yet. and the latest deb version 9.4.0-1+b1 can't be installed either, aptitude couldn't even figure it out. If you're able to use the stable repos, version 9.2.3-1 is working great. I think they even resolved this bug and manual installation of additional modules is not needed anymore. I'm no expert with apt, and testing is my default release, but if you have the stable repos save in /etc/apt/sources.list.d then I think this should work: sudo apt install -t stable webcamoid=9.2.3-1 If that works for you without having to install any qml modules manually, then you can also indicate this bug is resolved for us! Best, Scar

