How To Install libfep on Fedora 34

libfep is Library to implement FEP (front end processor) on ANSI terminals Library to implement FEP (front end processor) on ANSI terminals

Introduction

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

What is libfep

The libfep project aims to provide a server and a library to implement input method FEP (front end processor), running on ANSI compliant terminals. libfep 0.1.0 17.fc34 x86_64 62 k libfep-0.1.0-17.fc34.src.rpm fedora Library to implement FEP (front end processor) on ANSI terminals http BSD and GPLv3+ The libfep project aims to provide a server and a library to implement input method FEP (front end processor), running on ANSI compliant terminals.

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

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

sudo dnf -y install libfep

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

sudo yum -y install libfep

How To Uninstall libfep on Fedora 34

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

sudo dnf remove libfep

libfep Package Contents on Fedora 34

/usr/bin/fep
/usr/bin/fepcli
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/f0449c50e7dbf74e8d280464cfec3974240a24
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/cafba94e18bc4db0bf646a5eea1e51e36a4706
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/ed75c47f33f7ce49d542dbc4515916b4ee082d
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/578d2a55aa8e18566870971504ed7d13365079
/usr/lib64/girepository-1.0/Fep-1.0.typelib
/usr/lib64/libfep-glib.so.0
/usr/lib64/libfep-glib.so.0.0.0
/usr/lib64/libfep.so.0
/usr/lib64/libfep.so.0.0.0
/usr/share/doc/libfep
/usr/share/doc/libfep/COPYING
/usr/share/doc/libfep/COPYING.BSD
/usr/share/doc/libfep/ChangeLog
/usr/share/doc/libfep/README
/usr/share/doc/libfep/README.fep
/usr/share/man/man1/fep.1.gz
/usr/share/man/man1/fepcli.1.gz
/usr/bin/fep
/usr/bin/fepcli
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/dbaa13b97424b8c81bb6316f7852f7e9278188
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/88464748a627219d4092cb2710a13863d5e31a
/usr/lib/.build-id/94
/usr/lib/.build-id/94/965dcba6d898c3966f87d72877800c9a401af6
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/6d1955323adb33410455f1809e714751534ca5
/usr/lib/girepository-1.0/Fep-1.0.typelib
/usr/lib/libfep-glib.so.0
/usr/lib/libfep-glib.so.0.0.0
/usr/lib/libfep.so.0
/usr/lib/libfep.so.0.0.0
/usr/share/doc/libfep
/usr/share/doc/libfep/COPYING
/usr/share/doc/libfep/COPYING.BSD
/usr/share/doc/libfep/ChangeLog
/usr/share/doc/libfep/README
/usr/share/doc/libfep/README.fep
/usr/share/man/man1/fep.1.gz
/usr/share/man/man1/fepcli.1.gz

References

Summary

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