How To Install atkmm on Fedora 36
Introduction
In this tutorial we learn how to install atkmm
on Fedora 36.
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.
We can use yum
or dnf
to install atkmm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install atkmm.
Install atkmm 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 atkmm
using dnf
by running the following command:
sudo dnf -y install atkmm
Install atkmm 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 atkmm
using yum
by running the following command:
sudo yum -y install atkmm
How To Uninstall atkmm on Fedora 36
To uninstall only the atkmm
package we can use the following command:
sudo dnf remove atkmm
atkmm Package Contents on Fedora 36
---
title: "How To Install atkmm on Fedora 36"
linkTitle: "atkmm"
type: "docs"
description: "In this tutorial we learn how to install atkmm in Fedora 36. atkmm is C++ interface for the ATK library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/atkmm-featured.png
---
## Introduction
In this tutorial we learn how to install `atkmm` on Fedora 36.
### 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.
We can use `yum` or `dnf` to install `atkmm` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install atkmm.
## Install atkmm on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install atkmm
using dnf
by running the following command:
sudo dnf -y install atkmm
Install atkmm 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 atkmm
using yum
by running the following command:
sudo yum -y install atkmm
How To Uninstall atkmm on Fedora 36
To uninstall only the atkmm
package we can use the following command:
sudo dnf remove atkmm
atkmm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/9c080a8853ea6ded44dd1061c402e5381995f8
/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
References
Summary
In this tutorial we learn how to install atkmm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/3d /usr/lib/.build-id/3d/600679fffe259fa52e3e3c2b81b3526da36989 /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/)
## Summary
In this tutorial we learn how to install `atkmm` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).