Repositories
This document describes how to switch between stable and unstable repositories
MocaccinoOS uses luet as a package manager. Here in this document are collected references from the luet docs.
This command updates your repository database.
|
|
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
:
|
|
To uninstall a package with luet
, simply run:
|
|
To upgrade your system, simply run:
|
|
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 can return results in the terminal in different ways: as terminal output, as json or as yaml.
|
|
|
|
|
|
This document describes how to switch between stable and unstable repositories
How to build packages on MocaccinoOS with portage (or not)