How To Install atkmm on Fedora 34
Introduction
In this tutorial we learn how to install atkmm
on Fedora 34.
What is atkmm
atkmm provides a C++ interface for the ATK 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. atkmm 2.28.2 1.fc34 x86_64 94 k atkmm-2.28.2-1.fc34.src.rpm updates C++ interface for the ATK library https LGPLv2+ atkmm provides a C++ interface for the ATK 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 atkmm
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install atkmm.
Install atkmm 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 atkmm
using dnf
by running the following command:
sudo dnf -y install atkmm
Install atkmm 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 atkmm
using yum
by running the following command:
sudo yum -y install atkmm
How To Uninstall atkmm on Fedora 34
To uninstall only the atkmm
package we can use the following command:
sudo dnf remove atkmm
atkmm Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/f2a48556bbaf62966631c93848f397ed90a02e
/usr/lib/libatkmm-1.6.so.1
/usr/lib/libatkmm-1.6.so.1.1.0
/usr/share/doc/atkmm
/usr/share/doc/atkmm/AUTHORS
/usr/share/doc/atkmm/NEWS
/usr/share/doc/atkmm/README
/usr/share/licenses/atkmm
/usr/share/licenses/atkmm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/0d0e38bc9c2e125c66d16eb473bd8e12259b0f
/usr/lib/libatkmm-1.6.so.1
/usr/lib/libatkmm-1.6.so.1.1.0
/usr/share/doc/atkmm
/usr/share/doc/atkmm/AUTHORS
/usr/share/doc/atkmm/NEWS
/usr/share/doc/atkmm/README
/usr/share/licenses/atkmm
/usr/share/licenses/atkmm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/4e9c3b41c65419e01f22cc08ce55971e16f227
/usr/lib64/libatkmm-1.6.so.1
/usr/lib64/libatkmm-1.6.so.1.1.0
/usr/share/doc/atkmm
/usr/share/doc/atkmm/AUTHORS
/usr/share/doc/atkmm/NEWS
/usr/share/doc/atkmm/README
/usr/share/licenses/atkmm
/usr/share/licenses/atkmm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/8942700111fb2086cf4d52ffea735b5963c16d
/usr/lib64/libatkmm-1.6.so.1
/usr/lib64/libatkmm-1.6.so.1.1.0
/usr/share/doc/atkmm
/usr/share/doc/atkmm/AUTHORS
/usr/share/doc/atkmm/NEWS
/usr/share/doc/atkmm/README
/usr/share/licenses/atkmm
/usr/share/licenses/atkmm/COPYING
References
- [atkmm website](https://www.gtkmm.org/ https://www.gtkmm.org/)
Summary
In this tutorial we learn how to install atkmm
on Fedora 34 using yum and dnf.