Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16616 Discussions

Problem installing Quartus II 9.0 on Ubuntu

Altera_Forum
Honored Contributor II
1,004 Views

Hi everyone, 

 

I'm having a problem here trying to install Quartus in my Ubuntu. 

I did change sh default to bash and install tcsh package successfuly, but i still get the same message: 

 

install: not recognized option '--auto' 

Try `install --help' for more information. 

 

With GUI setup i got the same issue. 

 

Actualy i did setup it in my notebook once, but now i can't. Maybe an ubuntu update is blocking my system to setup. I realy don't know. 

 

Any help?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
309 Views

Hi, 

 

the problem may be with linux search path. 

since Linux will look first at the $PATH variable and not the current directory. 

so it might try to run install script some where else. 

to resolve this add : 

 

./install 

 

this should run the install script on the directory your pwd shows. 

 

Avi.
0 Kudos
Altera_Forum
Honored Contributor II
309 Views

Did you run on x386 or x64? 

If the later, did you install ia32-libs?
0 Kudos
Reply