### Install OpenToonz on openSUSE Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install OpenToonz on openSUSE using the zypper package manager. This command fetches and installs the package from the openSUSE repositories. ```bash sudo zypper install opentoonz ``` -------------------------------- ### Install OpenToonz on NixOS Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install OpenToonz on NixOS using the nix-env command. This command installs the package from the NixOS channels. ```bash nix-env -iA nixos.opentoonz ``` -------------------------------- ### Install OpenToonz on Solus Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install OpenToonz on Solus using the eopkg package manager. This command fetches and installs the package from the Solus repositories. ```bash sudo eopkg install opentoonz ``` -------------------------------- ### Install OpenToonz on Fedora Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install OpenToonz on Fedora using the dnf package manager. This command fetches and installs the package from the Fedora repositories. ```bash dnf install opentoonz ``` -------------------------------- ### Install OpenToonz using Flatpak Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install OpenToonz using Flatpak, a universal package system for Linux. This command installs the application from the Flathub repository. ```bash flatpak install flathub io.github.OpenToonz ``` -------------------------------- ### Install OpenToonz using Snap Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install OpenToonz using Snap, a universal package manager for Linux. This command fetches and installs the package from the Snap Store. ```bash sudo snap install opentoonz ``` -------------------------------- ### Install OpenToonz using Chocolatey on Windows Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Use Chocolatey, a package manager for Windows, to install OpenToonz. This command simplifies the installation process. ```bash choco install opentoonz ``` -------------------------------- ### Install OpenToonz on FreeBSD Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install OpenToonz on FreeBSD by navigating to the multimedia/opentoonz port directory and running 'make install clean'. This method is specific to FreeBSD's ports system. ```bash cd /usr/ports/multimedia/opentoonz && make install clean ``` -------------------------------- ### Install PGP package for Debian multimedia repository Source: https://opentoonz.readthedocs.io/en/latest/installing_opentoonz.html Install the downloaded PGP package using dpkg. This step is necessary to trust packages from the deb-multimedia repository. ```bash sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb ```