How To Install libsafec on Fedora 34

libsafec is Safec fork with all C11 Annex K functions Safec fork with all C11 Annex K functions

Introduction

In this tutorial we learn how to install libsafec on Fedora 34.

What is libsafec

Safec fork with all C11 Annex K functions libsafec 3.3 8.fc34 x86_64 78 k libsafec-3.3-8.fc34.src.rpm fedora Safec fork with all C11 Annex K functions https MIT Safec fork with all C11 Annex K functions

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

Install libsafec on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libsafec using dnf by running the following command:

sudo dnf -y install libsafec

Install libsafec on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libsafec using yum by running the following command:

sudo yum -y install libsafec

How To Uninstall libsafec on Fedora 34

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

sudo dnf remove libsafec

libsafec Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/31fcb710f26305d5d8a1f7302079fe9b953dc6
/usr/lib64/libsafec-3.3.so.3
/usr/lib64/libsafec-3.3.so.3.0.3
/usr/share/doc/libsafec
/usr/share/doc/libsafec/README
/usr/share/licenses/libsafec
/usr/share/licenses/libsafec/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/0f09628f8f4e7912a42f9dd732b279fc6f74eb
/usr/lib/libsafec-3.3.so.3
/usr/lib/libsafec-3.3.so.3.0.3
/usr/share/doc/libsafec
/usr/share/doc/libsafec/README
/usr/share/licenses/libsafec
/usr/share/licenses/libsafec/COPYING

References

Summary

In this tutorial we learn how to install libsafec on Fedora 34 using yum and dnf.