Fix Error Linux

Installation of Guest Additions in Centos 8 Stream



– Add user to wheel group – Installation of graphical interface for a “minimal server” Centos 8 Stream – Installation of Guest Additions VirtualBox Centos 8 Stream Commands used during the video: 1) Add user to group wheel usermod -aG wheel USER 2) Check updates sudo dnf check-update 3) Query Group List sudo dnf group list 4) GUI install sudo dnf groupinstall “Server with GUI” 5) Boot graphical sudo systemctl set-default graphical sudo systemctl get-default sudo reboot 6) Install additional repositories (Not required) sudo dnf install epel-release 7) Install basic build tools sudo dnf install gcc make perl kernel-devel kernel-headers bzip2 dkms 8) Check current kernel rpm -q kernel- devel uname -r 9) Kernel update sudo dnf update kernel-* sudo reboot 10) Check current kernel rpm -q kernel-devel uname -r 11) Installation of Guest Addtions VirtualBox. (Transport to the place where you have the script) cd Documents/ 12) Give execution permission chmod +x VBoxLinuxAdditions.run 13) Run installation script sudo ./VBoxLinuxAdditions.run Video made by: José Antonio Martínez Balderas Links of external queries that were useful for the content of this video:

Concluzion: Instalación de Guest Additions en Centos 8 Stream – Education,Educación,Redes de Computadoras,Computer Networks,UNAM,Universidad Nacional Autónoma de México,Facultad de Ciencias,Ciencias de la Computación,Computer Science

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply