To install Examine, you will need just and headers for libxkbcommon.
If you're on Pop!_OS, you can install them with the following command:
sudo apt install just libxkbcommon-devFor Fedora (or derivatives):
sudo dnf install just libxkbcommon-develOnce the dependencies are installed, you can run the following commands to build and install the application:
just build-release
sudo just installTo uninstall simply run
sudo just uninstall