Will there be a Slimbook repo for Fedora 41?
6 Respuestas
Good afternoon magnus,
Yes, there will be a repository for Fedora 41 but when it will be stable version, not BETA.
Best regards,
Hello.
Fedora 41 is live since few days. What about repository?
Btw, IMHO repo should be ready before Fedora leaves beta - you officially sell laptops with fedora installed
Good morning piotr,
We ask for some patience regarding these issues, we are very busy as we have suffered water floods in Valencia and some of my colleagues still can't come to work.
I will advise my colleagues to upload the repository as soon as possible.
Regarding our collaboration with Fedora, yes, we install Fedora but we do not do user creation, it is clean installation, so Fedora tells us that they want their teams.
I hope you have a little patience, I leave more information here about the flood.
https://slimbook.com/en/blog/news-1/post/tragic-floods-in-valencia-430
Best regards,
Good afternoon,
Fedora 41 repository is ready.
sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/Slimbook/Fedora_41/home:Slimbook.repo
Kind regards,
Hello! I have tried to add the Fedora 41 repository but I get this error:
Unknown argument "--add-repo=https://download.opensuse.org/repositories/home:/Slimbook/Fedora_41/home:Slimbook
.repo" for command "config-manager". Add "--help" for more information about the arguments.
After searching on the Internet I've found a solucion:
sudo dnf-3 config-manager --add-repo https://download.opensuse.org/repositories/home:/Slimbook/Fedora_41/home:Slimbook.repo
I hope it is helpful.
Kind regards!
Good morning,
They have changed the syntax in DNF version 5, that's why it doesn't work.
There are two ways to do it now:
Option 1 (Download the url and then download the repository and install it):
$ wget https://download.opensuse.org/repositories/home:/Slimbook/Fedora_41/home:Slimbook.repo -O slimbook.repo
$ sudo dnf config-manager addrepo --from-repofile=slimbook.repo
Option 2 (Use DNF4 or DNF3 syntax):
$ sudo dnf4 config-manager --add-repo https://download.opensuse.org/repositories/home:/Slimbook/Fedora_41/home:Slimbook.repo
Kind regards,