How To Install libeasyfc on Fedora 34
Introduction
In this tutorial we learn how to install libeasyfc
on Fedora 34.
What is libeasyfc
libeasyfc aims to provide an easy interface to generate fontconfig configuration on demand. libeasyfc 0.14.0 9.fc34 x86_64 48 k libeasyfc-0.14.0-9.fc34.src.rpm fedora Easy configuration generator interface for fontconfig http LGPLv3+ libeasyfc aims to provide an easy interface to generate fontconfig configuration on demand.
We can use yum
or dnf
to install libeasyfc
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libeasyfc.
Install libeasyfc 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 libeasyfc
using dnf
by running the following command:
sudo dnf -y install libeasyfc
Install libeasyfc 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 libeasyfc
using yum
by running the following command:
sudo yum -y install libeasyfc
How To Uninstall libeasyfc on Fedora 34
To uninstall only the libeasyfc
package we can use the following command:
sudo dnf remove libeasyfc
libeasyfc Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/f4f2267cff1ee88a92f8a864cb6e598f0dec9c
/usr/lib/libeasyfc.so.0
/usr/lib/libeasyfc.so.0.6.0
/usr/share/doc/libeasyfc
/usr/share/doc/libeasyfc/AUTHORS
/usr/share/doc/libeasyfc/ChangeLog
/usr/share/doc/libeasyfc/README
/usr/share/licenses/libeasyfc
/usr/share/licenses/libeasyfc/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/2e30688ab72538081d3da804e2921488dee652
/usr/lib64/libeasyfc.so.0
/usr/lib64/libeasyfc.so.0.6.0
/usr/share/doc/libeasyfc
/usr/share/doc/libeasyfc/AUTHORS
/usr/share/doc/libeasyfc/ChangeLog
/usr/share/doc/libeasyfc/README
/usr/share/licenses/libeasyfc
/usr/share/licenses/libeasyfc/COPYING
References
- [libeasyfc website](http://tagoh.bitbucket.org/libeasyfc/ http://tagoh.bitbucket.org/libeasyfc/)
Summary
In this tutorial we learn how to install libeasyfc
on Fedora 34 using yum and dnf.