How To Install florist on Fedora 36

In this tutorial we learn how to install florist in Fedora 36. florist is Open Source implementation of the POSIX Ada Bindings

Introduction

In this tutorial we learn how to install florist on Fedora 36.

What is florist

Florist is an implementation of the IEEE Standards 1003.5 IEEE STD 1003.5b also known as the POSIX Ada Bindings. Using this library, you can call operating system services from within Ada programs.

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

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

sudo dnf -y install florist

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

sudo yum -y install florist

How To Uninstall florist on Fedora 36

To uninstall only the florist package we can use the following command:

sudo dnf remove florist

florist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/625534efcc7d711b3876688792513f0172951a
/usr/lib/florist
/usr/lib/florist/libflorist.so.1
/usr/lib/libflorist.so.1
/usr/share/doc/florist
/usr/share/doc/florist/README
/usr/share/licenses/florist
/usr/share/licenses/florist/COPYING

References

Summary

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


title: “How To Install florist on Fedora 36” linkTitle: “florist” type: “docs” description: “In this tutorial we learn how to install florist in Fedora 36. florist is Open Source implementation of the POSIX Ada Bindings” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/florist-featured.png

Introduction

In this tutorial we learn how to install florist on Fedora 36.

What is florist

Florist is an implementation of the IEEE Standards 1003.5 IEEE STD 1003.5b also known as the POSIX Ada Bindings. Using this library, you can call operating system services from within Ada programs.

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

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

sudo dnf -y install florist

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

sudo yum -y install florist

How To Uninstall florist on Fedora 36

To uninstall only the florist package we can use the following command:

sudo dnf remove florist

florist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/190fa3530c00b34e350ce11e5c094c59bec2dd
/usr/lib64/florist
/usr/lib64/florist/libflorist.so.1
/usr/lib64/libflorist.so.1
/usr/share/doc/florist
/usr/share/doc/florist/README
/usr/share/licenses/florist
/usr/share/licenses/florist/COPYING

References

Summary

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