Hello @Aman.Kulsange,
I found this info...it may not completely apply to your specific situation, but I hope it provides some insight.
You will need to install ncurses-compat-libs. sudo yum install -y ncurses-compat-libs Or you can install libncurses6 and create symlinks. Install libncurses6 sudo yum install libncurses6 For libncurses6 you need to create symlink for libncurses5 pointing to libncurses6. Create symlinks as shown in the link below https://docs.appdynamics.com/appd/onprem/latest/en/planning-your-deployment/physical-machine-controller-deployment-guide/prepare-the-controller-host/prepare-linux-for-the-controller Please see below for the required libraries https://docs.appdynamics.com/appd/onprem/latest/en/enterprise-console/enterprise-console-requirements#id-.EnterpriseConsoleRequirementsv23.9-required-librariesRequiredLibraries
... View more