Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI had the same issue with the installation of quartus 11.0 sp1 on Debian and I found that the problem happens when there are accents in the path of the installation script. I guess that it is not a Debian related issue but happens with any other linux distributions if not also on Windows.
To fix it, move the installation script to a folder which path doesn't have any accent and relaunch the script. By the way, it is not needed to make /bin/sh point to /bin/bash, but executing the installation script with bash like that :# bash 11.0sp1_quartus_free_linux.sh Is enough. Jonas