mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-27 07:17:23 +02:00
essentialsoftware.md: uninstall all flatpaks when setting up Atomic
This commit is contained in:
parent
e9f2a73ad5
commit
6e98d0f6b1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user