Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQuartus 13.0sp1 on Ubuntu 15.10 - error libSM.so.6
Hello, I've successfully installed Quartus 13.0sp1 Web Edition on Ubuntu 15.10. It also successfully automaticly opened immediately after the installation, but when I'm now trying to open the p...
JJone
New Contributor
7 years agoYou won't find a 32-bit version of Ubuntu to download any more, but Intel has seen fit to no longer support a 64-bit Linux version of the Quartus software. You therefore get to install 32-bit versions of some libraries, and libSM.so.6 is one of them.
sudo apt-get install libsm6:i386did the trick for me, and should for you.