Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Quartus II web edition - Ubuntu

Hi!

How to install 10.0sp1_quartus_free_linux.sh in Ubuntu 10.10?

I tried:

sudo ./10.0sp1_quartus_free_linux.sh
sudo: ./10.0sp1_quartus_free_linux.sh: command not found
sudo sh 10.0sp1_quartus_free_linux.sh
sh: Can't open 10.0sp1_quartus_free_linux.sh
I didn't find solution:(

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    +1 for having the same problem. I downloaded it and gave it executable permissions.

    Ensured that I have /bin/sh which is executable.

    When I run it, I receive a "Can't open ./${filenae}"

    I was attempting to run it directly as root.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    i downloaded the installer and tested on Fedora 13, it worked fine:

    $ sh 10.0sp1_quartus_free_linux.sh 
    Creating directory 10.0sp1_quartus_free_linux
    Verifying archive integrity...^C
    $ sh --version
    GNU bash, version 4.1.7(1)-release (i386-redhat-linux-gnu)
    Copyright (C) 2009 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software; you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.
    

    i think there were some issues with dash shell on Ubuntu. what does sh --version show?