packagesrcrpm
packagesrcrpm is an open-source software project that provides a set of tools and libraries for handling RPM packages within a unified workflow. The project aims to simplify building, distributing, and installing RPMs across multiple distributions by offering a common interface for package metadata, dependency resolution, signing, and repository management.
Core features include a dependency resolver capable of computing install plans across configured repositories, repository management
Architecture is modular: a core resolution engine, repository adapters, a signing and verification subsystem, a build
Usage is typically through the command-line interface, with commands such as search, info, install, upgrade, remove,
Development and licensing: packagesrcrpm is published under an open-source license and maintained by a distributed community
See also: RPM package management, DNF, YUM, RPM signing, CI/CD for packaging.