How To Install plplot-java on Fedora 36
Introduction
In this tutorial we learn how to install plplot-java
on Fedora 36.
What is plplot-java
Functions for scientific plotting with Java.
We can use yum
or dnf
to install plplot-java
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install plplot-java.
Install plplot-java 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-java
using dnf
by running the following command:
sudo dnf -y install plplot-java
Install plplot-java 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-java
using yum
by running the following command:
sudo yum -y install plplot-java
How To Uninstall plplot-java on Fedora 36
To uninstall only the plplot-java
package we can use the following command:
sudo dnf remove plplot-java
plplot-java Package Contents on Fedora 36
---
title: "How To Install plplot-java on Fedora 36"
linkTitle: "plplot-java"
type: "docs"
description: "In this tutorial we learn how to install plplot-java in Fedora 36. plplot-java is Functions for scientific plotting with Java"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/plplot-java-featured.png
---
## Introduction
In this tutorial we learn how to install `plplot-java` on Fedora 36.
### What is `plplot-java`
> Functions for scientific plotting with Java.
We can use `yum` or `dnf` to install `plplot-java` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install plplot-java.
## Install plplot-java on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install plplot-java
using dnf
by running the following command:
sudo dnf -y install plplot-java
Install plplot-java 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-java
using yum
by running the following command:
sudo yum -y install plplot-java
How To Uninstall plplot-java on Fedora 36
To uninstall only the plplot-java
package we can use the following command:
sudo dnf remove plplot-java
plplot-java Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/fe2cd9650bec47636195d10f2c7259100e209f
/usr/lib/plplot5.15.0/libplplotjavac_wrap.so
/usr/share/java/plplot.jar
References
Summary
In this tutorial we learn how to install plplot-java
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/04 /usr/lib/.build-id/04/17d7db9dc2d9011c8cf36216958cc808d8b876 /usr/lib64/plplot5.15.0/libplplotjavac_wrap.so /usr/share/java/plplot.jar
## References
* [plplot-java website](http://plplot.sourceforge.net/)
## Summary
In this tutorial we learn how to install `plplot-java` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).