How To Install plplot-qt-devel on Fedora 36
Introduction
In this tutorial we learn how to install plplot-qt-devel
on Fedora 36.
What is plplot-qt-devel
Development files for using PLplot with Qt.
We can use yum
or dnf
to install plplot-qt-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install plplot-qt-devel.
Install plplot-qt-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-qt-devel
using dnf
by running the following command:
sudo dnf -y install plplot-qt-devel
Install plplot-qt-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-qt-devel
using yum
by running the following command:
sudo yum -y install plplot-qt-devel
How To Uninstall plplot-qt-devel on Fedora 36
To uninstall only the plplot-qt-devel
package we can use the following command:
sudo dnf remove plplot-qt-devel
plplot-qt-devel Package Contents on Fedora 36
/usr/include/plplot/qt.h
/usr/lib/libplplotqt.so
/usr/lib/pkgconfig/plplot-qt.pc
/usr/share/plplot5.15.0/examples/cmake/modules/ndp_UseQt4.cmake
References
Summary
In this tutorial we learn how to install plplot-qt-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install plplot-qt-devel on Fedora 36” linkTitle: “plplot-qt-devel” type: “docs” description: “In this tutorial we learn how to install plplot-qt-devel in Fedora 36. plplot-qt-devel is Development files for using PLplot with Qt” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/plplot-qt-devel-featured.png
Introduction
In this tutorial we learn how to install plplot-qt-devel
on Fedora 36.
What is plplot-qt-devel
Development files for using PLplot with Qt.
We can use yum
or dnf
to install plplot-qt-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install plplot-qt-devel.
Install plplot-qt-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-qt-devel
using dnf
by running the following command:
sudo dnf -y install plplot-qt-devel
Install plplot-qt-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-qt-devel
using yum
by running the following command:
sudo yum -y install plplot-qt-devel
How To Uninstall plplot-qt-devel on Fedora 36
To uninstall only the plplot-qt-devel
package we can use the following command:
sudo dnf remove plplot-qt-devel
plplot-qt-devel Package Contents on Fedora 36
/usr/include/plplot/qt.h
/usr/lib64/libplplotqt.so
/usr/lib64/pkgconfig/plplot-qt.pc
/usr/share/plplot5.15.0/examples/cmake/modules/ndp_UseQt4.cmake
References
Summary
In this tutorial we learn how to install plplot-qt-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).