linux - How to change server in DNF -
i'm trying install package dnf
command utility, , freezes on downloading stage. think, it's server problem. how can change server, dnf
uses download from?
thank answers.
the server information stored in repo file:
/etc/yum.repos.d/fedora.repo
and
/etc/yum.repos.d/fedora-updates.repo
just need comment out mirror url, , uncomment baseurl lines , run dnf update
also can add new mirror here
it's recommended activate rpmfusin on system with:
su #type root password rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Comments
Post a Comment