Linux Installation Notes


On Linux, RizomUV standalone is shipped in a AppImage format.

On most systems, the only thing you'll need appart from installing the license file or setup the floating license, is to make the setup file executable:

chmod +x RizomUV.x.x.x.AppImage

then run it:

./RizomUV.x.x.x.AppImage


However, on some system, and this has been observed in CentOS 7.9 with Plasma (KDE), the viewports won't display anything if you don't extract the files from the AppImage first:

./RizomUV.x.x.x.AppImage --appimage-extract

then enter the created squashfs-root directory:

cd squashfs-root

then run the exectuable located inside:

./AppRun

Image