DNF Config-manager missing
I've tried updating repos to install certain softwares like Tailscale, but I keep getting "unknown subcommand 'config-manager' when following instructions on how to download and install said softwares. Is there a way to fix this or another way to load up the repos?
12 Replies
Tailscale comes preinstalled on Bazzite. Can't remember if it's service comes enabled or not. If not you can run
sudo systemctl enable --now tailscaled
then just follow the instructions on the tailscale site for setting it up.
Also if you want to enable/disable rpm repos Bazzite uses a tool called copr
https://github.com/boredsquirrel/COPR-commandsays tailscale.service does not exist
Sorry about that fixed the command needs to be
tailscaled
rather than tailscale
That worked. Thanks.. I'm still having issues adding repos though
you cant add using config-manager but you can still manually add it by creating repo file in yum.repos.d
How would i do that
just download the repo from the link
and add the file inside
/etc/yum.repos.d
https://github.com/ublue-os/bazzite/blob/cc695544a19a8e816d7ab18052b1d1e3d70401e8/Containerfile#L230
here some example
GitHub
bazzite/Containerfile at cc695544a19a8e816d7ab18052b1d1e3d70401e8 ·...
Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld. - ublue-os/bazzite
You can, but with dnf5
Dnf seems to still be occupied by the cliwrap thingy
can you do it in booted system? i thought dnf5 is in containerfile only
yeah, any command works, except installing packages in /usr because read-only
ah good to know