Skip to content

3. Usage

Chiron edited this page Feb 21, 2026 · 9 revisions

Commands

There are 3 commands:

  • install
  • uninstall
  • list

Install

Usage: sudo centaur install [PACKAGE]

will install the specified package by running the relevant .centaur file.

Uninstall

Usage: sudo centaur uninstall [PACKAGE]

will uninstall the specified package by running the relevant uninstall script and removing package from installed database.

Force uninstall

Usage: sudo centaur uninstall [PACKAGE] force

the will force uninstall the specified package. For use when the install fails halfway and/or normal uninstall is confused.

List

Usage: centaur list

does not need root privileges. Lists all packages that have been installed (by centaur).

Clone this wiki locally