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
wolfyreload
wolfyreload2w ago
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-command
TheGamingOwl
TheGamingOwlOP2w ago
says tailscale.service does not exist
wolfyreload
wolfyreload2w ago
Sorry about that fixed the command needs to be tailscaled rather than tailscale
TheGamingOwl
TheGamingOwlOP2w ago
That worked. Thanks.. I'm still having issues adding repos though
asen23
asen232w ago
you cant add using config-manager but you can still manually add it by creating repo file in yum.repos.d
TheGamingOwl
TheGamingOwlOP2w ago
How would i do that
asen23
asen232w ago
just download the repo from the link and add the file inside /etc/yum.repos.d
asen23
asen232w ago
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
Zeglius
Zeglius2w ago
You can, but with dnf5 Dnf seems to still be occupied by the cliwrap thingy
asen23
asen232w ago
can you do it in booted system? i thought dnf5 is in containerfile only
Zeglius
Zeglius2w ago
yeah, any command works, except installing packages in /usr because read-only
asen23
asen232w ago
ah good to know

Did you find this page helpful?