PythonSCAD YUM/DNF Repository

This repository provides RPM packages for PythonSCAD on Fedora and RHEL-based distributions.

Installation

Fedora 42-43

sudo curl -L -o /etc/yum.repos.d/pythonscad.repo \
  https://repos.pythonscad.org/yum/pythonscad.repo
sudo dnf install pythonscad

RHEL/Rocky/AlmaLinux

sudo curl -L -o /etc/yum.repos.d/pythonscad.repo \
  https://repos.pythonscad.org/yum/pythonscad.repo
sudo dnf config-manager --set-enabled pythonscad-el9
sudo dnf install pythonscad

Supported Architectures

Manual Download

You can also download packages directly:

GPG Key

Packages are signed with the PythonSCAD GPG key:

sudo rpm --import https://repos.pythonscad.org/yum/RPM-GPG-KEY-pythonscad

More Information

Visit github.com/pythonscad/pythonscad for documentation and source code.