Failed to install client on fedora 39

running
curl -s https://binaries.twingate.com/client/linux/install.sh | sudo bash

I get
Unknown argument “config-manager” for command “dnf5”. Add “–help” for more information about the arguments.

also tried manually
dnf install -y ‘dnf-command(config-manager)’
dnf config-manager --add-repo https://packages.twingate.com/rpm/
dnf config-manager --save --setopt=packages.twingate.com_rpm_.gpgcheck=0
dnf install -y twingate # or twingate-latest

and get
Unknown argument “config-manager” for command “dnf5”. Add “–help” for more information about the arguments.

So I dont get to add twingate to repos as it gets stuck on cant find config-manager

please help

fixed it (my distro is Nobaro (fedora base))

sudo dnf-3 config-manager --add-repo https://packages.twingate.com/rpm/

make sure when calling dnf for config-manager use sudo dnf-3 config-manager etc

found at