essentialsoftware.md: uninstall all flatpaks when setting up Atomic

This commit is contained in:
Aminda Suomalainen 2025-08-09 22:26:59 +03:00
parent e9f2a73ad5
commit 6e98d0f6b1
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -219,6 +219,12 @@ sudo rpm-ostree apply-live && sudo chmod a+x /var/roothome
# footclient (or server) for all users on-demand. Requires
# the previous command or reboot
sudo systemctl --global enable foot-server.socket
# Uninstall all flatpaks (to get rid of Fedora remote and unnecessary apps,
# refer to later section of this page for more relevant flatpaks).
# (Yes, the invalid command is intentional, fix it to acknowledge reading and
# understanding.)
sudo flatpak uninstall --all --assumeno
```
Consider also adding