Snap
Besides (prefered) flatpak, MocaccinoOS also offers snap.
Warning
Using Snap is currently experimental on MocaccinoOSInstalling and configuring
To install snap, run as root:
|
|
Once the snap package is installed, enable these services:
|
|
AppArmor
Snap’s fallback behavior without AppArmor is flaky, and some snaps won’t work at all. So we must enable AppArmor on our system. It is bundled with the apps/snapd package so we already have it on the system.
Enable the apparmor service:
|
|
Enable required boot parameters. Edit /etc/default/grub and append apparmor=1 security=apparmor parameters.
|
|
After editing this file, regenerate the grub config file:
|
|
Now restart the system.
Using snap
To install Spotify, for example, now you can:
|
|
For a detailed documentation, we suggest as a follow-up reading the official docs, here you can find a short summary of the most used commands.
Search
Applications can be found in any of the added remotes using the search command. For example:
|
|
Running applications
After an application is installed, can be run by their id:
|
|
Updating
To update all your installed applications and runtimes to the latest available version in Flatpak, run:
|
|