Parmo

Current version: 0.0.5 (18 January 2025) [src]

The package and repository maintenance operator, parmo, is a tool to build software from source, turn it into native operating system packages, and manage repositories of those packages.

Use parmo to build internal repositories of local software, for example packaging the software used by your organisation for quick deployment using standard commands like “apt install” and “dnf update”.

Target operating systems supported:

Packaging types supported:

Using Docker or Podman, parmo can support multiple operating systems on a single host. It automatically maintains build environment containers for each target. Alternatively, parmo can run in native mode without containers, supporting only the operating system it is running on.


This software is distributed under the terms of the GNU General Public License version 3 or later.

To install parmo, follow these steps:

wget https://www.ivarch.com/programs/sources/parmo-0.0.5.tar.gz
tar xzf parmo-0.0.5.tar.gz
cd parmo-0.0.5
sh ./configure
make
sudo make install

Comments, bug reports, and patches can be sent using the Issue tracker, or through the Contact Form.

News

0.0.5 - 18 January 2025

0.0.1 - 18 January 2025