Package manager
Frequent commands
MocaccinoOS uses luet as a package manager. Here in this document are collected references from the luet docs.
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 August 27, 2024: Update desktop_environments.md (009b061)