mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-05-07 15:17:41 +02:00
articles/cheatsheets/rpm.html.md: trying with Fedora. Add note to recommend installing yum-plugin-fastestmirror which CentOS includes by default.
This commit is contained in:
parent
9d2701d5dc
commit
474326ca04
@ -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.
|
||||
|
||||
<strong>Note on Fedora: install package "yum-plugin-fastestmirror" to always get the fastest mirror!</strong>. 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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user