Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OEL 7.6 yum update java-1.8.0-openjdk

Marcelo MarquesMar 4 2019 — edited Mar 5 2019

Hello,

Oracle Enterprise Linux 7.6 , yum fails to update java-1.8.0-openjdk

[root@localhost ~]# cat /etc/redhat-release

Red Hat Enterprise Linux Server release 7.6 (Maipo)

[root@localhost ~]#

[root@localhost ~]# cat /etc/oracle-release

Oracle Linux Server release 7.6

[root@localhost ~]#

[root@localhost ~]# yum update

Loaded plugins: langpacks, ulninfo

Resolving Dependencies

--> Running transaction check

...

--> Finished Dependency Resolution

Error: Package: 1:java-1.8.0-openjdk-headless-1.8.0.201.b09-0.el7_6.x86_64 (ol7_latest)

Requires: pcsc-lite-devel(x86-64)

You could try using --skip-broken to work around the problem

You could try running: rpm -Va --nofiles --nodigest

I found the workaround at RedHat Support.

https://access.redhat.com/solutions/3949501

# yum update --exclude java-1.8.0-openjdk*

This works fine and I am able to install the other updates.

But the RedHat workaround to update java-1.8.0-openjdk does not work for Oracle Enterprise Linux.

# subscription-manager repos --enable=rhel-7-server-optional-rpms

Is there another way to update java-1.8.0-openjdk on Oracle Enterprise Linux?

Thanks,

Marcelo Marques

Technical Manager, OCP

Esri www.esri.com

This post has been answered by Dude! on Mar 4 2019
Jump to Answer
Comments
Post Details
Added on Mar 4 2019
4 comments
3,187 views