diff --git a/articles/cheatsheets/rpm.html.md b/articles/cheatsheets/rpm.html.md index e110480..702e7fd 100644 --- a/articles/cheatsheets/rpm.html.md +++ b/articles/cheatsheets/rpm.html.md @@ -19,6 +19,12 @@ This is my cheatsheet for setting up distribution using rpm. I am more experienced with distributions using dpkg, so I need this a little in the beginning. +Note on Fedora: install package "yum-plugin-fastestmirror" to always get the fastest mirror!. It comes with CentOS by default and is like http.debian.net and mirrors.ubuntu.com from Debian side of Linux family. + +``` +yum install yum-plugin-fastestmirror +``` + ## Installing Virtualbox guest additions Start by installing dkms from [EPEL](https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F).