Problems installing Multiple Matrix sessions with Element on Fedora Linux in CLI. “dl.flathub-org”: Name or service not known

Does any one know if I type something wrong or why I can not connect to the Flathub repository ?

flatpack remote-add --if-not-exists flathub
bash: flatpack: command not found...
[TemplePusher@jonas-bloch-riisgaard ~]$ flatpack remote-add --if-not-exists flathub http://dl.flathub-org/repo/flathub.flatpakkrepo
bash: flatpack: command not found...
[TemplePusher@jonas-bloch-riisgaard ~]$ flatpak remote-add --if-not-exists flathub http://dl.flathub-org/repo/flathub.flatpakrepo
error: Can't load uri http://dl.flathub-org/repo/flathub.flatpakrepo: Error resolving “dl.flathub-org”: Name or service not known

Yes, you typo’d something in all three attempts :smile:

Try this:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

In case you were wondering what it was, in the first two you typed flatpack instead of flatpak. In the second two you type flathub-org instead of flathub.org

1 Like