Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWhile I was not able to use the main GUI installer program using sudo bash 10.0sp1_quartus_free_linux.sh I was able to run command-line install with the directory extracted before the library error. On Lucid 64bit:
cd /tmp sudo bash ~/Downloads/10.0sp1_quartus_free_linux.sh (extracts directory but fails to run after that) cd 10.0sp1_quartus_free_linux sudo bash ./setup -w --install=quartus_free --source=/tmp/10.0sp1_quartus_free_linux --target=/opt/altera/quartus It does seem important to call bash, using sh instead by habit gave some script syntax error about an ampersand character. This was all with the current version (as of today) linXi.si.6.1.0 installed, not going back to 6.0.0. bash ./setup --help gives other flags and install product names to try for your needs. I imagine the subscription install would work the same as this.