How To Install plplot-fortran-devel on Rocky Linux 8

In this tutorial we learn how to install plplot-fortran-devel on Rocky Linux 8. plplot-fortran-devel is Development files for using PLplot Fortran bindings

Introduction

In this tutorial we learn how to install plplot-fortran-devel on Rocky Linux 8.

What is plplot-fortran-devel

Development files for using PLplot Fortran bindings.

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

Install plplot-fortran-devel 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 plplot-fortran-devel using dnf by running the following command:

sudo dnf -y install plplot-fortran-devel

Install plplot-fortran-devel 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 plplot-fortran-devel using yum by running the following command:

sudo yum -y install plplot-fortran-devel

How To Uninstall plplot-fortran-devel on Rocky Linux 8

To uninstall only the plplot-fortran-devel package we can use the following command:

sudo dnf remove plplot-fortran-devel

plplot-fortran-devel Package Contents on Rocky Linux 8

/usr/lib64/gfortran/modules/plfortrandemolib.mod
/usr/lib64/gfortran/modules/plplot.mod
/usr/lib64/gfortran/modules/plplot_double.mod
/usr/lib64/gfortran/modules/plplot_graphics.mod
/usr/lib64/gfortran/modules/plplot_private_exposed.mod
/usr/lib64/gfortran/modules/plplot_private_utilities.mod
/usr/lib64/gfortran/modules/plplot_single.mod
/usr/lib64/gfortran/modules/plplot_types.mod
/usr/lib64/libplfortrandemolib.a
/usr/lib64/libplplotfortran.so
/usr/lib64/pkgconfig/plplot-fortran.pc
/usr/share/plplot5.14.0/examples/fortran
/usr/share/plplot5.14.0/examples/fortran/CMakeLists.txt
/usr/share/plplot5.14.0/examples/fortran/Makefile
/usr/share/plplot5.14.0/examples/fortran/README_precision
/usr/share/plplot5.14.0/examples/fortran/plfortrandemos.inc
/usr/share/plplot5.14.0/examples/fortran/x00f.f90
/usr/share/plplot5.14.0/examples/fortran/x01f.f90
/usr/share/plplot5.14.0/examples/fortran/x02f.f90
/usr/share/plplot5.14.0/examples/fortran/x03f.f90
/usr/share/plplot5.14.0/examples/fortran/x04f.f90
/usr/share/plplot5.14.0/examples/fortran/x05f.f90
/usr/share/plplot5.14.0/examples/fortran/x06f.f90
/usr/share/plplot5.14.0/examples/fortran/x07f.f90
/usr/share/plplot5.14.0/examples/fortran/x08f.f90
/usr/share/plplot5.14.0/examples/fortran/x09f.f90
/usr/share/plplot5.14.0/examples/fortran/x10f.f90
/usr/share/plplot5.14.0/examples/fortran/x11f.f90
/usr/share/plplot5.14.0/examples/fortran/x12f.f90
/usr/share/plplot5.14.0/examples/fortran/x13f.f90
/usr/share/plplot5.14.0/examples/fortran/x14f.f90
/usr/share/plplot5.14.0/examples/fortran/x15f.f90
/usr/share/plplot5.14.0/examples/fortran/x16af.f90
/usr/share/plplot5.14.0/examples/fortran/x16f.f90
/usr/share/plplot5.14.0/examples/fortran/x17f.f90
/usr/share/plplot5.14.0/examples/fortran/x18f.f90
/usr/share/plplot5.14.0/examples/fortran/x19f.f90
/usr/share/plplot5.14.0/examples/fortran/x20f.f90
/usr/share/plplot5.14.0/examples/fortran/x21f.f90
/usr/share/plplot5.14.0/examples/fortran/x22f.f90
/usr/share/plplot5.14.0/examples/fortran/x23f.f90
/usr/share/plplot5.14.0/examples/fortran/x24f.f90
/usr/share/plplot5.14.0/examples/fortran/x25f.f90
/usr/share/plplot5.14.0/examples/fortran/x26f.f90
/usr/share/plplot5.14.0/examples/fortran/x27f.f90
/usr/share/plplot5.14.0/examples/fortran/x28f.f90
/usr/share/plplot5.14.0/examples/fortran/x29f.f90
/usr/share/plplot5.14.0/examples/fortran/x30f.f90
/usr/share/plplot5.14.0/examples/fortran/x31f.f90
/usr/share/plplot5.14.0/examples/fortran/x33f.f90
/usr/share/plplot5.14.0/examples/test_fortran.sh

References

Summary

In this tutorial we learn how to install plplot-fortran-devel on Rocky Linux 8 using yum and dnf.