How To Install pangomm on Fedora 34
Introduction
In this tutorial we learn how to install pangomm
on Fedora 34.
What is pangomm
pangomm provides a C++ interface to the Pango library. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces. pangomm 2.46.1 1.fc34 x86_64 69 k pangomm-2.46.1-1.fc34.src.rpm updates C++ interface for Pango https LGPLv2+ pangomm provides a C++ interface to the Pango library. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.
We can use yum
or dnf
to install pangomm
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install pangomm.
Install pangomm 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 pangomm
using dnf
by running the following command:
sudo dnf -y install pangomm
Install pangomm 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 pangomm
using yum
by running the following command:
sudo yum -y install pangomm
How To Uninstall pangomm on Fedora 34
To uninstall only the pangomm
package we can use the following command:
sudo dnf remove pangomm
pangomm Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/455c363468a7881f904cbcab7edfd4a94dbd75
/usr/lib64/libpangomm-1.4.so.1
/usr/lib64/libpangomm-1.4.so.1.0.30
/usr/share/doc/pangomm
/usr/share/doc/pangomm/AUTHORS
/usr/share/doc/pangomm/NEWS
/usr/share/doc/pangomm/README
/usr/share/licenses/pangomm
/usr/share/licenses/pangomm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/96b3e34d7330e9fc04dcf6142c62237f13ed64
/usr/lib/libpangomm-1.4.so.1
/usr/lib/libpangomm-1.4.so.1.0.30
/usr/share/doc/pangomm
/usr/share/doc/pangomm/AUTHORS
/usr/share/doc/pangomm/NEWS
/usr/share/doc/pangomm/README
/usr/share/licenses/pangomm
/usr/share/licenses/pangomm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/5700743f7c22a03efce907a83a80498ddbdd44
/usr/lib64/libpangomm-1.4.so.1
/usr/lib64/libpangomm-1.4.so.1.0.30
/usr/share/doc/pangomm
/usr/share/doc/pangomm/AUTHORS
/usr/share/doc/pangomm/NEWS
/usr/share/doc/pangomm/README
/usr/share/licenses/pangomm
/usr/share/licenses/pangomm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/5c4a7c84750d946ad2f7baf540e06cb82fa313
/usr/lib/libpangomm-1.4.so.1
/usr/lib/libpangomm-1.4.so.1.0.30
/usr/share/doc/pangomm
/usr/share/doc/pangomm/AUTHORS
/usr/share/doc/pangomm/NEWS
/usr/share/doc/pangomm/README
/usr/share/licenses/pangomm
/usr/share/licenses/pangomm/COPYING
References
- [pangomm website](https://www.gtkmm.org/ https://www.gtkmm.org/)
Summary
In this tutorial we learn how to install pangomm
on Fedora 34 using yum and dnf.