Error: command required for rootless mode with multiple IDs: exec: “newuidmap”: executable file not found in $PATH

Running the ‘distrobox create -n test command’ you may encounter following error: The error message indicates that the command ‘newuidmap’ is required but could not be found in the system’s PATH, meaning the system couldn’t locate and execute this command. Resolution To resolve this error, you need to install the ‘uidmap’ package, which provides ‘newuidmap’ … Read more