Forum Discussion

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

Trouble installing Quartus II Design Software on Kubuntu 9.04

Hello all,

First, I'd like to apologise in advance if the question I'm about to ask has already been asked. I looked for it on the forum but couldn't find anything similar.

I'm having trouble installing Quartus II for Kubuntu 9.04. When I cd to /media/cdrom and run install script, it gives me the following message:

bindkey: Command not found.

Illegal variable name.

I tried commenting the only line that containing the bindkey command on the script. When I do that, it gives me "Illegal variable name."

Can anybody help me out with this?

2 Replies

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

    Comment all that :

    <<

    bindkey "^[[3~" delete-char

    set KBS=`tput kbs`

    if (${%KBS} == 1) then

    stty erase $KBS

    endif

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

    --- Quote Start ---

    Comment all that :

    <<

    bindkey "^[[3~" delete-char

    set KBS=`tput kbs`

    if (${%KBS} == 1) then

    stty erase $KBS

    endif

    >>

    --- Quote End ---

    Thanks, eme. That solved the problem. Also, thanks for answering so fast.