mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-05-31 11:57:26 +02:00
essentialsoftware.md: removing all flatpaks
This commit is contained in:
parent
da6d6416e3
commit
44235253f3
@ -48,6 +48,7 @@ _{{ page.excerpt }}_
|
|||||||
- [Remember!](#remember)
|
- [Remember!](#remember)
|
||||||
- [Accessing UEFI setup without key smashing](#accessing-uefi-setup-without-key-smashing)
|
- [Accessing UEFI setup without key smashing](#accessing-uefi-setup-without-key-smashing)
|
||||||
- [Recovering selinux policy issues](#recovering-selinux-policy-issues)
|
- [Recovering selinux policy issues](#recovering-selinux-policy-issues)
|
||||||
|
- [Removing all flatpaks](#removing-all-flatpaks)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -171,7 +172,7 @@ is on a Steam Deck, so gayming related things have suddenly became essential.
|
|||||||
```bash
|
```bash
|
||||||
# Considering everything is installed from there, it should exist
|
# Considering everything is installed from there, it should exist
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
sudo flatpak install flathub com.github.tchx84.Flatseal com.github.wwmm.easyeffects com.heroicgameslauncher.hgl com.valvesoftware.Steam com.valvesoftware.Steam.CompatibilityTool.Proton-GE de.haeckerfelix.Shortwave org.fedoraproject.MediaWriter net.davidotek.pupgui2 org.pulseaudio.pavucontrol org.torproject.torbrowser-launcher org.videolan.VLC
|
sudo flatpak install flathub com.github.tchx84.Flatseal com.github.wwmm.easyeffects com.heroicgameslauncher.hgl com.valvesoftware.Steam com.valvesoftware.Steam.CompatibilityTool.Proton-GE de.haeckerfelix.Shortwave org.fedoraproject.MediaWriter net.davidotek.pupgui2 org.pulseaudio.pavucontrol org.torproject.torbrowser-launcher org.mozilla.firefox org.videolan.VLC
|
||||||
```
|
```
|
||||||
|
|
||||||
- Flatseal is a permission/override manager GUI, although one is integrated with
|
- Flatseal is a permission/override manager GUI, although one is integrated with
|
||||||
@ -192,6 +193,8 @@ sudo flatpak install flathub com.github.tchx84.Flatseal com.github.wwmm.easyeffe
|
|||||||
- pavucontrol is the volume manager and needs no introduction especially if one
|
- pavucontrol is the volume manager and needs no introduction especially if one
|
||||||
looks at it
|
looks at it
|
||||||
- Tor Browser just must exist everywhere just in case!
|
- Tor Browser just must exist everywhere just in case!
|
||||||
|
- Firefox is the last major non-Chromium web browser and while installed by
|
||||||
|
default, it may not survive `flatpak uninstall --all`.
|
||||||
- VLC is a world-famous media player supporting ~everything and the flathub
|
- VLC is a world-famous media player supporting ~everything and the flathub
|
||||||
apparently bundles libdvdcss having the capacity to play DVDs.
|
apparently bundles libdvdcss having the capacity to play DVDs.
|
||||||
|
|
||||||
@ -416,3 +419,12 @@ it.
|
|||||||
- Boot with flags `enforcing=0 autorelabel` to temporarily have permissive mode
|
- Boot with flags `enforcing=0 autorelabel` to temporarily have permissive mode
|
||||||
and automatic fixing.
|
and automatic fixing.
|
||||||
- What actually worked was booting with `enforcing=0` and `sudo restorecon -R /`
|
- What actually worked was booting with `enforcing=0` and `sudo restorecon -R /`
|
||||||
|
|
||||||
|
### Removing all flatpaks
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo flatpak uninstall --all --assumeyes
|
||||||
|
```
|
||||||
|
|
||||||
|
Now that overwhelmingly sinking into them has been resolved, you can reinstall a
|
||||||
|
lot of them and feel overwhelmed again!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user