What does dnf config-manager --set-enabled crb
perform?
man dnf config-manager
:
--set-enabled, --enable
Enable the specified repos (implies --save)
It enables the crb repository.
6 Likes
For the future. if you want to rtfm in a bit nicer way (maybe not yet used to navigate man pages?), try DNF config-manager Plugin — dnf-plugins-core 4.3.1-1 documentation
1 Like
What is the crb repository?
third-party repository that you installed and enabled. Nothing that Fedora provides.
Have a look at the content:
sudo cat /etc/yum.repos.d/crb.repo
useful links with first-hand info:
2 Likes