Hi im still new to Linux and specially atomic desktops and bazzite but i downloaded it and i tried to use the new terra repo with "sudo dnf install on my desktop pc it says if you see this you have done something wrong read the documentation but on my laptop it tries to download i it loads the repos and mentions terra repo but fails to run the transaction
Am i using it all wrong or do i need something? i hope someone can help
Im using the same version on both pcs the only difference is one i clicked “other laptop” and the other i clicked desktop while getting the iso from the website
dnf and/or dnf5 do not work with atomic desktops. If you really must install packages natively - by natively, I mean doing something like sudo dnf install or sudo apt install or sudo pacman -S - you will have to use rpm-ostree install, or as we call it in atomic desktops, layer the package.
Terra repos are used when the OS image is being built. It’s not something users generally install packages from. If you need end-user packages, like GUI apps - Discord Canary, for example - you are highly encouraged to install them as Flatpaks if available.
You can review this Bazzite documentation page to better understand this and package installation recommendations:
Ah i thought since the february update mentioned DNF5 it was beginning to use it aswell oh well ill stick to flatpaks then. rpm-ostree seems too complicated for me ahah thanks for the reply tho