How To Install libeplplot on Fedora 36
Introduction
In this tutorial we learn how to install libeplplot
on Fedora 36.
What is libeplplot
A modified version of plplot used by EMBOSS.
We can use yum
or dnf
to install libeplplot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libeplplot.
Install libeplplot 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 libeplplot
using dnf
by running the following command:
sudo dnf -y install libeplplot
Install libeplplot 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 libeplplot
using yum
by running the following command:
sudo yum -y install libeplplot
How To Uninstall libeplplot on Fedora 36
To uninstall only the libeplplot
package we can use the following command:
sudo dnf remove libeplplot
libeplplot Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e8/12aa0345e4f6b347853618803249389d884760
/usr/lib/libeplplot.so.3
/usr/lib/libeplplot.so.3.2.7
References
Summary
In this tutorial we learn how to install libeplplot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libeplplot on Fedora 36” linkTitle: “libeplplot” type: “docs” description: “In this tutorial we learn how to install libeplplot in Fedora 36. libeplplot is A modified version of plplot used by EMBOSS” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libeplplot-featured.png
Introduction
In this tutorial we learn how to install libeplplot
on Fedora 36.
What is libeplplot
A modified version of plplot used by EMBOSS.
We can use yum
or dnf
to install libeplplot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libeplplot.
Install libeplplot 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 libeplplot
using dnf
by running the following command:
sudo dnf -y install libeplplot
Install libeplplot 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 libeplplot
using yum
by running the following command:
sudo yum -y install libeplplot
How To Uninstall libeplplot on Fedora 36
To uninstall only the libeplplot
package we can use the following command:
sudo dnf remove libeplplot
libeplplot Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/42/c407e4c9b4c646f142b8f46f84df1d05121272
/usr/lib64/libeplplot.so.3
/usr/lib64/libeplplot.so.3.2.7
References
Summary
In this tutorial we learn how to install libeplplot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).