How To Install orocos-bfl on Fedora 36

In this tutorial we learn how to install orocos-bfl in Fedora 36. orocos-bfl is A framework for inference in Dynamic Bayesian Networks

Introduction

In this tutorial we learn how to install orocos-bfl on Fedora 36.

What is orocos-bfl

The Bayesian Filtering Library (BFL) provides an application independent framework for inference in Dynamic Bayesian Networks, i.e., recursive information processing and estimation algorithms based on Bayes’ rule, such as (Extended) Kalman Filters, Particle Filters, etc. These algorithms can, for example, be run on top of the Realtime Services, or be used for estimation in Kinematics & Dynamics applications.

We can use yum or dnf to install orocos-bfl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install orocos-bfl.

Install orocos-bfl 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 orocos-bfl using dnf by running the following command:

sudo dnf -y install orocos-bfl

Install orocos-bfl 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 orocos-bfl using yum by running the following command:

sudo yum -y install orocos-bfl

How To Uninstall orocos-bfl on Fedora 36

To uninstall only the orocos-bfl package we can use the following command:

sudo dnf remove orocos-bfl

orocos-bfl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/a660df24799fcbd54b312473d39852608ea532
/usr/lib/liborocos-bfl.so.0.8
/usr/share/doc/orocos-bfl
/usr/share/doc/orocos-bfl/README.md
/usr/share/licenses/orocos-bfl
/usr/share/licenses/orocos-bfl/COPYING

References

Summary

In this tutorial we learn how to install orocos-bfl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install orocos-bfl on Fedora 36” linkTitle: “orocos-bfl” type: “docs” description: “In this tutorial we learn how to install orocos-bfl in Fedora 36. orocos-bfl is A framework for inference in Dynamic Bayesian Networks” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/orocos-bfl-featured.png

Introduction

In this tutorial we learn how to install orocos-bfl on Fedora 36.

What is orocos-bfl

The Bayesian Filtering Library (BFL) provides an application independent framework for inference in Dynamic Bayesian Networks, i.e., recursive information processing and estimation algorithms based on Bayes’ rule, such as (Extended) Kalman Filters, Particle Filters, etc. These algorithms can, for example, be run on top of the Realtime Services, or be used for estimation in Kinematics & Dynamics applications.

We can use yum or dnf to install orocos-bfl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install orocos-bfl.

Install orocos-bfl 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 orocos-bfl using dnf by running the following command:

sudo dnf -y install orocos-bfl

Install orocos-bfl 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 orocos-bfl using yum by running the following command:

sudo yum -y install orocos-bfl

How To Uninstall orocos-bfl on Fedora 36

To uninstall only the orocos-bfl package we can use the following command:

sudo dnf remove orocos-bfl

orocos-bfl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/40ca343c64f744021f59dbee54528ac6075026
/usr/lib64/liborocos-bfl.so.0.8
/usr/share/doc/orocos-bfl
/usr/share/doc/orocos-bfl/README.md
/usr/share/licenses/orocos-bfl
/usr/share/licenses/orocos-bfl/COPYING

References

Summary

In this tutorial we learn how to install orocos-bfl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).