How To Install bamf on Fedora 36
Introduction
In this tutorial we learn how to install bamf
on Fedora 36.
What is bamf
BAMF removes the headache of applications matching into a simple DBus daemon and C wrapper library. Currently features application matching at amazing levels of accuracy (covering nearly every corner case).
We can use yum
or dnf
to install bamf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bamf.
Install bamf 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 bamf
using dnf
by running the following command:
sudo dnf -y install bamf
Install bamf 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 bamf
using yum
by running the following command:
sudo yum -y install bamf
How To Uninstall bamf on Fedora 36
To uninstall only the bamf
package we can use the following command:
sudo dnf remove bamf
bamf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/beb4bda6037fd81191c3cb732678fb1e57be6b
/usr/lib/girepository-1.0/Bamf-3.typelib
/usr/lib/libbamf3.so.2
/usr/lib/libbamf3.so.2.0.0
/usr/share/licenses/bamf
/usr/share/licenses/bamf/COPYING
/usr/share/licenses/bamf/COPYING.LGPL
References
Summary
In this tutorial we learn how to install bamf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install bamf on Fedora 36” linkTitle: “bamf” type: “docs” description: “In this tutorial we learn how to install bamf in Fedora 36. bamf is Application matching framework” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/bamf-featured.png
Introduction
In this tutorial we learn how to install bamf
on Fedora 36.
What is bamf
BAMF removes the headache of applications matching into a simple DBus daemon and C wrapper library. Currently features application matching at amazing levels of accuracy (covering nearly every corner case).
We can use yum
or dnf
to install bamf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bamf.
Install bamf 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 bamf
using dnf
by running the following command:
sudo dnf -y install bamf
Install bamf 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 bamf
using yum
by running the following command:
sudo yum -y install bamf
How To Uninstall bamf on Fedora 36
To uninstall only the bamf
package we can use the following command:
sudo dnf remove bamf
bamf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/14706634e96a0e95ea520fa4d6cd26bc571085
/usr/lib64/girepository-1.0/Bamf-3.typelib
/usr/lib64/libbamf3.so.2
/usr/lib64/libbamf3.so.2.0.0
/usr/share/licenses/bamf
/usr/share/licenses/bamf/COPYING
/usr/share/licenses/bamf/COPYING.LGPL
References
Summary
In this tutorial we learn how to install bamf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).