Adding google-chrome-stable to ODA
To cut a long story short: APEX app on ODA database. Need to convert certain APEX pages to PDF. Want to (from inside PL/SQL code) run Chrome in headless mode on the local ODA db server/VM, making the URL call, saving its HTML DOM as PDF, and then do a load LOB from file of the PDF into the database. All relatively straight forward to do.
Thus: need to yum install google-chrome-stable on the ODA db servers.
Only, yum database (rpmdb) is broken, with yum check reporting:
oak-12.1.2.10.0_LINUX.X64_170214-1.x86_64 has missing requires of /usr/bin/bashoak-12.1.2.10.0_LINUX.X64_170214-1.x86_64 has missing requires of /usr/local/bin/perloak-12.1.2.10.0_LINUX.X64_170214-1.x86_64 has missing requires of libc.so.1..etc..