Sometimes it may be necessary to compile a program if it is not available in the (.deb/.yum/.../snap) repositories or via the .AppImage files.
sudo apt install build-essential
../configure
.
To search for this kind of problem, use keywords usually in the format error code + OS.
make
, then sudo make install
.sudo make uninstall
command.