Table of Contents
Introduction
Verify Required OS Packages for OEM 13c Installation is one of the first prerequisite checks to complete before starting the Oracle Enterprise Manager 13c Cloud Control installation.
Missing operating system packages can cause prerequisite validation failures during the installation process and may prevent Oracle Management Service (OMS) components from being deployed successfully.
In this guide, we will verify the required OS Packages for the OEM 13c Installation and identify any missing dependencies before launching the installer. Performing this validation in advance helps avoid installation interruptions and reduces troubleshooting effort later in the deployment process.
Note – This article focuses on verifying the operating system packages required for Oracle Enterprise Manager 13c installation.
Before proceeding, ensure the following components are already available:
Oracle Linux 8.10 Installation Guide
Oracle 19c Database Creation for OEM 13c Using DBCA
Preparing the OEM Repository Database for OEM 13c Installation
OEM 13c Cloud Control Installation Guide
Oracle Enterprise Manager installation media and certification information can be downloaded and verified from Oracle Software Delivery Cloud and Oracle Enterprise Manager certification documentation.
After completing the package verification, return to the OEM 13c Cloud Control Installation Guide and continue with the installation process.
Step 1) Verify Operating System Version
cat /etc/os-release
Step 2) Check Required glibc Packages
rpm -qa | grep glibc
Step 3) Verify Additional OEM Dependencies
rpm -qa | egrep "binutils|gcc|libaio|ksh|make"
Step 4) Install Missing Packages
yum install <package_name>Conclusion
In this guide, we completed the OS Packages for OEM 13c Installation Verification process and confirmed that the required operating system dependencies are available on the Oracle Linux server. Performing this validation before starting the Oracle Enterprise Manager installation helps prevent prerequisite check failures and ensures a smoother OEM 13c deployment experience. The server is now ready for the next phase of the OEM 13c installation process.







