OpenSuse

IMPORTANT Update – CinelerraGG has switched from providing Package or Tar distributions to only AppImage. The latest AppImage release can be found here along with instructions for usage in the file README.appimage.

You can still follow the instructions below to use the Package version dated October 31, 2020.

For openSuse Leap install, run the following commands in a terminal.   Note: you may have to zypper libavc and libiec versions if not already installed. And cinelerra packages are unsigned so you will have to ignore: Package is not signed! message.

For Leap 15.1, run:

sudo zypper ar -f https://cinelerra-gg.org/download/pkgs/leap15.1/ cingg
sudo zypper install -r cingg cinelerra

For Leap 15.2, run:

sudo zypper ar -f https://cinelerra-gg.org/download/pkgs/leap15.2/ cingg
sudo zypper install -r cingg cinelerra

For OpenSUSE Tumbleweed, run:

sudo zypper ar -f https://cinelerra-gg.org/download/old_pkgs/tweed/ cingg

NOTE: for some versions, before running the install for OpenSUSE, you may have to first remove the GPG check:

sudo zypper mr -G cingg
sudo zypper install -r cingg cinelerra

To update a previous install, run:

sudo zypper refresh cingg
sudo zypper up cinelerra

To remove Cinelerra-GG, run:

sudo zypper remove cinelerra

Attention:

A special version with 10bit color support is also available (for 15.1 only).  This can not be used with 8bit color files!

To install Cinelerra-GG 10bit, replace the install command with:

sudo zypper install -r cingg cinelerra10bit

To update a previous install, run:

sudo zypper refresh cinelerra10bit
sudo zypper up cinelerra10bit

To remove Cinelerra-GG 10bit, run:

sudo zypper remove cinelerra10bit