Tux Paint RPM packages have been made available by the Tux Paint team for Red Hat Enterprise Linux (RHEL) 7, 8, 9 and compatible RPM-based Linux distributions (such as Scientific Linux).
This page provides instructions on installing Tux Paint from a repository (maintained by project member TOYAMA Shin-ichi) using the dnf
or yum
tool. Alternatively, you can directly download each package file; they are available for RHEL 7, 8, 9. There, you'll also find earlier versions of Tux Paint for older distros.
📣 View the Tux Paint 0.9.33 announcement to learn what's new in this version.
RHEL 9:
Issue the following commands to download and install Tux Paint, Tux Paint Config., the various Stamps collections, and required libraries:
sudo dnf install http://z1.plala.jp/tuxpaint/el9/repo/tuxpaint-release-9-1.el9.noarch.rpm
sudo dnf install tuxpaint
sudo dnf install tuxpaint-config
sudo dnf install tuxpaint-stamps-*
When new versions are available, run the following commands to update your system:
sudo dnf update tuxpaint
sudo dnf update tuxpaint-config
sudo dnf update tuxpaint-stamps-*
RHEL 8:
Issue the following commands to download and install Tux Paint, Tux Paint Config., the various Stamps collections, and required libraries:
sudo dnf install http://z1.plala.jp/tuxpaint/el8/repo/tuxpaint-release-8-1.el8.noarch.rpm
sudo dnf install --enablerepo=powertools tuxpaint
sudo dnf install tuxpaint-config
sudo dnf install tuxpaint-stamps-*
When new versions are available, run the following commands to update your system:
sudo dnf update tuxpaint
sudo dnf update tuxpaint-config
sudo dnf update tuxpaint-stamps-*
RHEL 7:
Issue the following commands to download and install Tux Paint, Tux Paint Config., the various Stamps collections, and required libraries:
sudo yum install http://z1.plala.jp/tuxpaint/el7/repo/tuxpaint-release-7-1.el7.noarch.rpm
sudo yum install tuxpaint
sudo yum install tuxpaint-config
sudo yum install tuxpaint-stamps-*
When new versions are available, run the following commands to update your system:
sudo yum update tuxpaint
sudo yum update tuxpaint-config
sudo yum update tuxpaint-stamps-*
Alternatives
You can download the latest version as source code and build it yourself. A previous version is available as a Flatpak package.
Did you know? Tux Paint is not shareware, it's open source. So it's free, forever!