Repositories
By default MocaccinoOS ships with the mocaccino-desktop-stable repository installed. This repository has all the core layers and desktop environments.
Community repository
Any additional software that is compiled and packaged by the MocaccinoOS project is available in the community repository. So if you for instance want to install neovim, alacritty or gimp, you first need to install the community repository.
|
|
The community repository is maintained by the community and users can participate by requesting packages or even make a pull request to contribute.
Using development repositories for testing
Development isos that have the -dev
suffix have the development repositories pre-installed. The -dev ISOs
are intended for development and testing only, so this document outlines the steps to switch back and forth from the stable and unstable repositories.
Identify the installed repositories
With luet repo list
you can check the repositories currently installed in the system, for example:
|
|
If the output doesn’t contain repositories named with -stable
at the end, most likely you are using the development repositories.
Switch repositories
Warning
Do not mix development and stable repositories! Be sure to only have installedstable
or the development repositories.
In MocaccinoOS repositories are standard packages. To remove the development repositories, you can:
|
|
And then to enable the stable repositories:
|
|
The same procedure is valid as well to switch from -stable
to development repositories.
The difference is that you have to remove the -stable
ones instead.