Forum Discussion

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

Quartus 8 install in ubuntu

i have problem

my OS is ubuntu

i download

80_quartus_linux.tar

80_nios2eds_linux.tar

80_altera_installer.tar

and try sudo ./install_download

i follow step by step

but i can't install it

the problem is no space to install like the message

--- Quote Start ---

------------------------------------------------------------

Calculating disk space requirements...

The requested installation requires 7479419 kbytes.

/home/chantou/tools/linux/compare: Command not found.

------------------------------------------------------------

You do not have enough disk space to install the requested items.

There are only 13243124 kbytes in /opt/altera8.0/quartus.

Would you like to restart the installation? (y/n): n

Exiting Altera Design Suite UNIX Workstation Installation....

--- Quote End ---

13243124 kbytes > 7479419 kbytes

why can't install this?

5 Replies

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

    do you have disk quotas enabled? and is the partition, where /opt is mounted, big enough?

    i'd better not rely on the installer script telling you a value of free space. Altera officially only supports RHEL distro's. no idea, how the install scripts would work with ubuntu.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The default "/bin/sh" shell of Ubuntu is (I believe) dash. Though most of Altera's install scripts are written generically enough to work with dash, some require bash. Since this could be the cause of the issue, I'd recommend either changing your default "/bin/sh" link to point to bash or modifying the top line# !/bin/sh in Altera's installation scripts.

    Oh, and since I've been running (successfully) on 64-bit Ubuntu since late last year, I can vouch for the fact that it does, indeed, work. 8.0 even fixes the minor X Windows issues with the QII GUI.

    Cheers,

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

    thank a lot

    shell i already change to bash use under command

    sudo rm /bin/sh

    ln -s bash /bin/sh

    in the end

    it's see a problem with 64-bits ubuntu

    i chage vesion to 32-bits

    and install sucessful
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I tried to install Quartus 7.2 on Ubuntu. I make sure the OS is 32-bit, but

    I still got the same error that my disk space is not enough. I wonder why?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I had same problem on installing quartus 9.0.

    I resolved this problem as follow:

    sudo apt-get install ia32-libs

    for enabling 32bit applications on 64bit architecture.