Search code examples
linuxqtubuntudependencies

Linux: error while loading shared libraries: libQtSvg.so.4: cannot open shared object file: No such file or directory


I had an error when trying to run Vaa3D:

error while loading shared libraries: libQtSvg.so.4: cannot open shared object file: No such file or directory

I have a bunch of Qt libraries installed, but I don't see one called libqtsvg


Solution

  • The name of the package is libqt4-svg. On Ubuntu: sudo apt install libqt4-svg