Skip to main content

A tool for managing APT packages

Project description

Debutizer

Debutizer is a tool for managing APT packages, targeted at users who need to manage a suite of potentially interdependent packages and want to do so with minimal boilerplate and modern continuous integration tooling.

Installation

APT Repository (Recommended)

Naturally, Debutizer is available for installation as an APT repository. If you're running on a Debian-based distribution, Debutizer can be installed with the following commands:

curl -SsL https://raw.githubusercontent.com/velovix/debutizer/main/debutizer.key | sudo apt-key add -
echo "deb http://apt.debutizer.dev $(lsb_release -s -c) main" | sudo tee /etc/apt/sources.list.d/debutizer.list
sudo apt update
sudo apt install debutizer

PyPI

Debutizer is also available on PyPI and can be installed like any other Python package. This is a good option for non-Debian Linux environments, but you will need to install Debutizer's system dependencies yourself.

Pipx is the recommended way to install through PyPI, as it gives Debutizer its own virtual environment to run in.

pipx install debutizer

You can check if Debutizer's system dependencies are available by running debutizer check.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

debutizer-0.9.3.tar.gz (71.1 kB view hashes)

Uploaded Source

Built Distribution

debutizer-0.9.3-py3-none-any.whl (86.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page