This instructional video covers the installation of Oracle Enterprise Linux 7 on a VirtualBox VM.
https://www.youtube.com/watch?v=WKvbPL2pkfM
We will use this installation as a starting point for future videos including: Installation of Oracle Server 19c, Installation of Oracle E-Business Suite 12.2.9, and others.
During the video, I deploy a quick script to list the packages installed. That script is available below:
#!/bin/bash
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n"