Having trouble installing anything NOT from Flatpak
(i should note that i'm relatively new to linux, i switched because windows 11 update bricked my ssd. that being said,)
I keep getting the same errors every time I try and paste in the command and run it from whatever software I try to install, be it Wine or OpenRazer. I have literally no idea what I'm supposed to do. Can anyone help me out?
edit: for anyone wondering the command i used to solve this,
ujust install-openrazerSolution:Jump to solution
openrazer can be installed from the ujust script, and using system wine is strongly discouraged, you should use a wine frontend like Steam, Heroic, lutris or winezgui instead (the former 2 preinstalled, the latter in bazaar)
this page explains some more https://docs.bazzite.gg/Installing_and_Managing_Software/...
Installing and Managing Applications - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
4 Replies
Heres the error(s?)

@π₯ Gumi π bazzite is an atomic distro, as the error suggests you have to use
rpm-ostree to layer additional packages onto your system, while keeping in mind it's not really intended to be used as a regular package manager as it can cause instability
bazzite also has a ujust utility that has a bunch of macros for installing stuff, try itSolution
openrazer can be installed from the ujust script, and using system wine is strongly discouraged, you should use a wine frontend like Steam, Heroic, lutris or winezgui instead (the former 2 preinstalled, the latter in bazaar)
this page explains some more https://docs.bazzite.gg/Installing_and_Managing_Software/
Installing and Managing Applications - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
thank you!