Package manager
Frequent commands
MocaccinoOS uses luet as a package manager. Here in this document are collected references from the luet docs.
Note
Luet does not recognize packages installed on top of its layers (e.g., by Flatpak) and functions as an immutable system, meaning its core components remain unchanged.Update the repositories
This command updates your repository database.
|
|
Installing a package
To install a package with luet
, simply run:
|
|
Be sure you write the full package name that includes the category.
So if you are installing for example neofetch
:
|
|
Uninstalling a package
To uninstall a package with luet
, simply run:
|
|
Upgrading the system
To upgrade your system, simply run:
|
|
Searching a package
To search a package:
|
|
To search a package and display results in a table:
|
|
To look into the installed packages:
|
|
Note: the regex argument is optional
Search output
Search can return results in the terminal in different ways: as terminal output, as json or as yaml.
JSON
|
|
YAML
|
|
Tabular
|
|
References
Last modified March 23, 2025: Update usage.md (2beb46a)