How To Install java-11-openjdk-slowdebug on Rocky Linux 8

In this tutorial we learn how to install java-11-openjdk-slowdebug on Rocky Linux 8. java-11-openjdk-slowdebug is OpenJDK 11 Runtime Environment unoptimised with full debugging on

Introduction

In this tutorial we learn how to install java-11-openjdk-slowdebug on Rocky Linux 8.

What is java-11-openjdk-slowdebug

The OpenJDK 11 runtime environment. This package is unoptimised with full debugging. Install only as needed and remove ASAP.

We can use yum or dnf to install java-11-openjdk-slowdebug on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install java-11-openjdk-slowdebug.

Install java-11-openjdk-slowdebug on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install java-11-openjdk-slowdebug using dnf by running the following command:

sudo dnf -y install java-11-openjdk-slowdebug

Install java-11-openjdk-slowdebug on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install java-11-openjdk-slowdebug using yum by running the following command:

sudo yum -y install java-11-openjdk-slowdebug

How To Uninstall java-11-openjdk-slowdebug on Rocky Linux 8

To uninstall only the java-11-openjdk-slowdebug package we can use the following command:

sudo dnf remove java-11-openjdk-slowdebug

java-11-openjdk-slowdebug Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/a2717e9afa0eed6dfc99f926fe4a54bb8083e3
/usr/lib/.build-id/35
/usr/lib/.build-id/35/4279b6b5e962d2a63c2e511242862932c678fb
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/45e58d01a114bfde1c7b97071491a90b9a6780
/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64-slowdebug/lib/libawt_xawt.so
/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64-slowdebug/lib/libjawt.so
/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-2.el8_4.x86_64-slowdebug/lib/libsplashscreen.so
/usr/share/icons/hicolor/16x16/apps/java-11-openjdk.png
/usr/share/icons/hicolor/24x24/apps/java-11-openjdk.png
/usr/share/icons/hicolor/32x32/apps/java-11-openjdk.png
/usr/share/icons/hicolor/48x48/apps/java-11-openjdk.png
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/a8b04c553599d1d855c3d07026e84f09805625
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/e6f53c53f712f68ef4805e3ea67d91ef710411
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/2d2acc88e64f4da2148d061d50f7d3c0a7f959
/usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.el8_4.x86_64-slowdebug/lib/libawt_xawt.so
/usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.el8_4.x86_64-slowdebug/lib/libjawt.so
/usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.el8_4.x86_64-slowdebug/lib/libsplashscreen.so
/usr/share/icons/hicolor/16x16/apps/java-11-openjdk.png
/usr/share/icons/hicolor/24x24/apps/java-11-openjdk.png
/usr/share/icons/hicolor/32x32/apps/java-11-openjdk.png
/usr/share/icons/hicolor/48x48/apps/java-11-openjdk.png

References

Summary

In this tutorial we learn how to install java-11-openjdk-slowdebug on Rocky Linux 8 using yum and dnf.