How To Install plplot-fortran-devel on Fedora 36

In this tutorial we learn how to install plplot-fortran-devel in Fedora 36. plplot-fortran-devel is Development files for using PLplot Fortran bindings

Introduction

In this tutorial we learn how to install plplot-fortran-devel on Fedora 36.

What is plplot-fortran-devel

Development files for using PLplot Fortran bindings.

We can use yum or dnf to install plplot-fortran-devel on Fedora 36. 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 Fedora 36 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 Fedora 36 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 Fedora 36

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 Fedora 36

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

References

Summary

In this tutorial we learn how to install plplot-fortran-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install plplot-fortran-devel on Fedora 36” linkTitle: “plplot-fortran-devel” type: “docs” description: “In this tutorial we learn how to install plplot-fortran-devel in Fedora 36. plplot-fortran-devel is Development files for using PLplot Fortran bindings” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/plplot-fortran-devel-featured.png

Introduction

In this tutorial we learn how to install plplot-fortran-devel on Fedora 36.

What is plplot-fortran-devel

Development files for using PLplot Fortran bindings.

We can use yum or dnf to install plplot-fortran-devel on Fedora 36. 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 Fedora 36 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 Fedora 36 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 Fedora 36

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 Fedora 36

/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.15.0/examples/fortran
/usr/share/plplot5.15.0/examples/fortran/CMakeLists.txt
/usr/share/plplot5.15.0/examples/fortran/Makefile
/usr/share/plplot5.15.0/examples/fortran/README_precision
/usr/share/plplot5.15.0/examples/fortran/plfortrandemos.inc
/usr/share/plplot5.15.0/examples/fortran/x00f.f90
/usr/share/plplot5.15.0/examples/fortran/x01f.f90
/usr/share/plplot5.15.0/examples/fortran/x02f.f90
/usr/share/plplot5.15.0/examples/fortran/x03f.f90
/usr/share/plplot5.15.0/examples/fortran/x04f.f90
/usr/share/plplot5.15.0/examples/fortran/x05f.f90
/usr/share/plplot5.15.0/examples/fortran/x06f.f90
/usr/share/plplot5.15.0/examples/fortran/x07f.f90
/usr/share/plplot5.15.0/examples/fortran/x08f.f90
/usr/share/plplot5.15.0/examples/fortran/x09f.f90
/usr/share/plplot5.15.0/examples/fortran/x10f.f90
/usr/share/plplot5.15.0/examples/fortran/x11f.f90
/usr/share/plplot5.15.0/examples/fortran/x12f.f90
/usr/share/plplot5.15.0/examples/fortran/x13f.f90
/usr/share/plplot5.15.0/examples/fortran/x14f.f90
/usr/share/plplot5.15.0/examples/fortran/x15f.f90
/usr/share/plplot5.15.0/examples/fortran/x16af.f90
/usr/share/plplot5.15.0/examples/fortran/x16f.f90
/usr/share/plplot5.15.0/examples/fortran/x17f.f90
/usr/share/plplot5.15.0/examples/fortran/x18f.f90
/usr/share/plplot5.15.0/examples/fortran/x19f.f90
/usr/share/plplot5.15.0/examples/fortran/x20f.f90
/usr/share/plplot5.15.0/examples/fortran/x21f.f90
/usr/share/plplot5.15.0/examples/fortran/x22f.f90
/usr/share/plplot5.15.0/examples/fortran/x23f.f90
/usr/share/plplot5.15.0/examples/fortran/x24f.f90
/usr/share/plplot5.15.0/examples/fortran/x25f.f90
/usr/share/plplot5.15.0/examples/fortran/x26f.f90
/usr/share/plplot5.15.0/examples/fortran/x27f.f90
/usr/share/plplot5.15.0/examples/fortran/x28f.f90
/usr/share/plplot5.15.0/examples/fortran/x29f.f90
/usr/share/plplot5.15.0/examples/fortran/x30f.f90
/usr/share/plplot5.15.0/examples/fortran/x31f.f90
/usr/share/plplot5.15.0/examples/fortran/x33f.f90
/usr/share/plplot5.15.0/examples/test_fortran.sh

References

Summary

In this tutorial we learn how to install plplot-fortran-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).