How To Install acars-examples on Fedora 36

In this tutorial we learn how to install acars-examples in Fedora 36. acars-examples is Example applications for libacars

Introduction

In this tutorial we learn how to install acars-examples on Fedora 36.

What is acars-examples

Example applications for for libacars * decode_arinc.c - decodes ARINC-622 messages supplied at the command line or from a file. * adsc_get_position - illustrates how to extract position-related fields from decoded ADS-C message. * cpdlc_get_position - illustrates how to extract position-related fields from CPDLC position reports. * media_advisory - decodes Media Advisory messages (ACARS label SA reports)

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

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

sudo dnf -y install acars-examples

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

sudo yum -y install acars-examples

How To Uninstall acars-examples on Fedora 36

To uninstall only the acars-examples package we can use the following command:

sudo dnf remove acars-examples

acars-examples Package Contents on Fedora 36

/usr/bin/adsc_get_position
/usr/bin/cpdlc_get_position
/usr/bin/decode_acars_apps
/usr/bin/media_advisory
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/42b11bd79bdae7e09088ab057de43ca9bf7979
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/ced79665843f0b2cda902e42a2e146e502d777
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/28837d9a747fac46b8c7af9053c9f9c612cbd3
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/9b97c0f5b1f7dbe25f9205309733b800f6f55d

References

Summary

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