cc_staff
247
edits
mNo edit summary |
No edit summary |
||
Line 136: | Line 136: | ||
</pre> | </pre> | ||
== Preparation of a VM running CentOS8 == <!--T:6--> | == Preparation of a VM running CentOS8, AlmaLinux8, RockyLinux8 == <!--T:6--> | ||
Once the VM is available, make sure to update the OS to the latest available software, including the kernel. Then reboot the VM to have the latest kernel running. | Once the VM is available, make sure to update the OS to the latest available software, including the kernel. Then reboot the VM to have the latest kernel running. | ||
<pre> | <pre> | ||
Line 147: | Line 147: | ||
<!--T:36--> | <!--T:36--> | ||
<pre> | <pre> | ||
[root@centos8]# dnf -y install | [root@centos8]# dnf -y install epel-release | ||
</pre> | </pre> | ||