Live-build is failing

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?

libfuse3-3 isn’t in the kali repositories. libfuse3-4 is in the repo.

You need the latest version of live-build in Kali. Update your system and you should get it, it just landed one or two days ago.

1 Like