18 lines
543 B
Markdown
18 lines
543 B
Markdown
Use the boot install:
|
|
- https://www.centos.org/download/
|
|
- Select CentOS **Stream**
|
|
- Select CentOS 8 Stream
|
|
- Why is anyone using this? EOL is right around the corner.
|
|
|
|
Install in VM environment of your choosing. You must have internet access inside the VM.
|
|
Set the installation source:
|
|
- http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
|
|
- repository url type
|
|
software selection:
|
|
- minimal install
|
|
- guest agents
|
|
|
|
|
|
sudo dnf groupinstall "Development Tools"
|
|
sudo yum install pulseaudio-libs
|
|
sudo yum install python3-devel |