How To Install plotmm on Fedora 34
Introduction
In this tutorial we learn how to install plotmm
on Fedora 34.
What is plotmm
This package provides an extension to the gtkmm library. It contains widgets which are primarily useful for technical and scientifical purposes. Initially, this is a 2-D plotting widget. plotmm 0.1.2 34.fc34 x86_64 86 k plotmm-0.1.2-34.fc34.src.rpm fedora GTKmm plot widget for scientific applications http LGPLv2 This package provides an extension to the gtkmm library. It contains widgets which are primarily useful for technical and scientifical purposes. Initially, this is a 2-D plotting widget.
We can use yum
or dnf
to install plotmm
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install plotmm.
Install plotmm on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install plotmm
using dnf
by running the following command:
sudo dnf -y install plotmm
Install plotmm on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install plotmm
using yum
by running the following command:
sudo yum -y install plotmm
How To Uninstall plotmm on Fedora 34
To uninstall only the plotmm
package we can use the following command:
sudo dnf remove plotmm
plotmm Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/f6683608bd32521fa05eda3ddba6c9edf3aef6
/usr/lib64/libplotmm.so.0
/usr/lib64/libplotmm.so.0.0.0
/usr/share/doc/plotmm
/usr/share/doc/plotmm/AUTHORS
/usr/share/doc/plotmm/COPYING
/usr/share/doc/plotmm/ChangeLog
/usr/share/doc/plotmm/README
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/725212ff936a636fbf037a528ec0727aff6e99
/usr/lib/libplotmm.so.0
/usr/lib/libplotmm.so.0.0.0
/usr/share/doc/plotmm
/usr/share/doc/plotmm/AUTHORS
/usr/share/doc/plotmm/COPYING
/usr/share/doc/plotmm/ChangeLog
/usr/share/doc/plotmm/README
References
- [plotmm website](http://plotmm.sourceforge.net/ http://plotmm.sourceforge.net/)
Summary
In this tutorial we learn how to install plotmm
on Fedora 34 using yum and dnf.