I was able to install EiffelStudio 19.05 GPL on Manjaro 18.1.5 GNOME edition without any issues. After the Linux Manjaro install, I did the following steps. 1. Update the system sudo pacman -Syu 2.Install gcc and make sudo pacman -S gcc make 3. Download Eiffel_19.05_gpl_103187-linux-x86-64.tar.bz2 4. Uncompress EiffelStudio tar -xvf Downloads/Eiffel_19.05_gpl_103187-linux-x86-64.tar.bz2 5 Update .bashrc with the following environment variables (using the path where I've extracted `/home/eiffel/Eiffel_19.05`) gedit ~/.bashrc export ISE_EIFFEL=/home/eiffel/Eiffel_19.05 export ISE_PLATFORM=linux-x86-64 export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin 6. Refresh the environment . ~/.bashrc 7. Launch EiffelStudio estudio Please let me know if this helps.