How To Install libacars on Fedora 36
Introduction
In this tutorial we learn how to install libacars
on Fedora 36.
What is libacars
libacars is a library for decoding various ACARS message payloads.
We can use yum
or dnf
to install libacars
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libacars.
Install libacars 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 libacars
using dnf
by running the following command:
sudo dnf -y install libacars
Install libacars 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 libacars
using yum
by running the following command:
sudo yum -y install libacars
How To Uninstall libacars on Fedora 36
To uninstall only the libacars
package we can use the following command:
sudo dnf remove libacars
libacars Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/9cbce44bbf5e9799220fddc84236ca4021fcd9
/usr/lib/libacars.so.1
/usr/share/doc/libacars
/usr/share/doc/libacars/CHANGELOG.md
/usr/share/doc/libacars/README.md
/usr/share/licenses/libacars
/usr/share/licenses/libacars/LICENSE.md
References
Summary
In this tutorial we learn how to install libacars
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libacars on Fedora 36” linkTitle: “libacars” type: “docs” description: “In this tutorial we learn how to install libacars in Fedora 36. libacars is A library for decoding various ACARS message payloads” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libacars-featured.png
Introduction
In this tutorial we learn how to install libacars
on Fedora 36.
What is libacars
libacars is a library for decoding various ACARS message payloads.
We can use yum
or dnf
to install libacars
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libacars.
Install libacars 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 libacars
using dnf
by running the following command:
sudo dnf -y install libacars
Install libacars 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 libacars
using yum
by running the following command:
sudo yum -y install libacars
How To Uninstall libacars on Fedora 36
To uninstall only the libacars
package we can use the following command:
sudo dnf remove libacars
libacars Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/c0c7282ab2ec5589b02601b2ceda27e8e95196
/usr/lib64/libacars.so.1
/usr/share/doc/libacars
/usr/share/doc/libacars/CHANGELOG.md
/usr/share/doc/libacars/README.md
/usr/share/licenses/libacars
/usr/share/licenses/libacars/LICENSE.md
References
Summary
In this tutorial we learn how to install libacars
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).