iownall555
UBUniversal Blue
•Created by LZ on 8/16/2024 in #🛟bazzite-help
Uninstalling sunshine and dnf remove/uninstall
But I'm also on the KDE version which uses Discover instead of GNOME Software
19 replies
UBUniversal Blue
•Created by LZ on 8/16/2024 in #🛟bazzite-help
Uninstalling sunshine and dnf remove/uninstall
Not sure about that one. It should show updatable flatpaks. I just use the built in updater script most of the time.
19 replies
UBUniversal Blue
•Created by LZ on 8/16/2024 in #🛟bazzite-help
Uninstalling sunshine and dnf remove/uninstall
Glad to help. Apologies though idk how to help with power management issues. Hope you can get it solved though.
19 replies
UBUniversal Blue
•Created by LZ on 8/16/2024 in #🛟bazzite-help
Uninstalling sunshine and dnf remove/uninstall
True. Admittedly remove/uninstall probably isn't the right wording imo
19 replies
UBUniversal Blue
•Created by LZ on 8/16/2024 in #🛟bazzite-help
Uninstalling sunshine and dnf remove/uninstall
Bazzite uses the
rpm-ostree
to layer and override/unlayer packages.
It can be a bit tricky to grasp compared to how dnf works but the general gist is:
rpm-ostree install <package_name>
- Install a package (e.g htop)
rpm-ostree uninstall <package_name>
- Uninstall a package you have installed via the first command
rpm-ostree override remove <package_name>
- Uninstall a "base" package. That is, one that was included with the image. For example, nano.
https://coreos.github.io/rpm-ostree/administrator-handbook/19 replies