I am trying to build a kali live image using the live-build package and the kali-live-config git repository files.
My first attempt is to just build a default image by entering:
$ ./build.sh --verbose
The build fails with this error:
E: Unable to locate package libfuse3-3
It sounds like maybe the kali-live-config repository might be out-of-sync with the kali apt repositories.
Is there any way to get around this error?