How To Install libepc on Fedora 34
Introduction
In this tutorial we learn how to install libepc
on Fedora 34.
What is libepc
A library to easily publish and consume values on networks libepc 0.4.0 20.fc34 x86_64 82 k libepc-0.4.0-20.fc34.src.rpm fedora Easy Publish and Consume library http LGPLv2+ A library to easily publish and consume values on networks
We can use yum
or dnf
to install libepc
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libepc.
Install libepc 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 libepc
using dnf
by running the following command:
sudo dnf -y install libepc
Install libepc 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 libepc
using yum
by running the following command:
sudo yum -y install libepc
How To Uninstall libepc on Fedora 34
To uninstall only the libepc
package we can use the following command:
sudo dnf remove libepc
libepc Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/ad19ee379b7122ac7ee7d13f59ce817c4f7753
/usr/lib64/libepc-1.0.so.3
/usr/lib64/libepc-1.0.so.3.0.0
/usr/share/doc/libepc
/usr/share/doc/libepc/AUTHORS
/usr/share/doc/libepc/COPYING
/usr/share/doc/libepc/NEWS
/usr/share/doc/libepc/README
/usr/share/locale/ar/LC_MESSAGES/libepc.mo
/usr/share/locale/ca/LC_MESSAGES/libepc.mo
/usr/share/locale/cs/LC_MESSAGES/libepc.mo
/usr/share/locale/da/LC_MESSAGES/libepc.mo
/usr/share/locale/de/LC_MESSAGES/libepc.mo
/usr/share/locale/el/LC_MESSAGES/libepc.mo
/usr/share/locale/en_GB/LC_MESSAGES/libepc.mo
/usr/share/locale/es/LC_MESSAGES/libepc.mo
/usr/share/locale/fi/LC_MESSAGES/libepc.mo
/usr/share/locale/fr/LC_MESSAGES/libepc.mo
/usr/share/locale/gl/LC_MESSAGES/libepc.mo
/usr/share/locale/id/LC_MESSAGES/libepc.mo
/usr/share/locale/it/LC_MESSAGES/libepc.mo
/usr/share/locale/ja/LC_MESSAGES/libepc.mo
/usr/share/locale/lv/LC_MESSAGES/libepc.mo
/usr/share/locale/nb/LC_MESSAGES/libepc.mo
/usr/share/locale/pl/LC_MESSAGES/libepc.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libepc.mo
/usr/share/locale/sl/LC_MESSAGES/libepc.mo
/usr/share/locale/sv/LC_MESSAGES/libepc.mo
/usr/share/locale/th/LC_MESSAGES/libepc.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libepc.mo
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/e370eccf0961895c69fb8e60518f60453e2c5d
/usr/lib/libepc-1.0.so.3
/usr/lib/libepc-1.0.so.3.0.0
/usr/share/doc/libepc
/usr/share/doc/libepc/AUTHORS
/usr/share/doc/libepc/COPYING
/usr/share/doc/libepc/NEWS
/usr/share/doc/libepc/README
/usr/share/locale/ar/LC_MESSAGES/libepc.mo
/usr/share/locale/ca/LC_MESSAGES/libepc.mo
/usr/share/locale/cs/LC_MESSAGES/libepc.mo
/usr/share/locale/da/LC_MESSAGES/libepc.mo
/usr/share/locale/de/LC_MESSAGES/libepc.mo
/usr/share/locale/el/LC_MESSAGES/libepc.mo
/usr/share/locale/en_GB/LC_MESSAGES/libepc.mo
/usr/share/locale/es/LC_MESSAGES/libepc.mo
/usr/share/locale/fi/LC_MESSAGES/libepc.mo
/usr/share/locale/fr/LC_MESSAGES/libepc.mo
/usr/share/locale/gl/LC_MESSAGES/libepc.mo
/usr/share/locale/id/LC_MESSAGES/libepc.mo
/usr/share/locale/it/LC_MESSAGES/libepc.mo
/usr/share/locale/ja/LC_MESSAGES/libepc.mo
/usr/share/locale/lv/LC_MESSAGES/libepc.mo
/usr/share/locale/nb/LC_MESSAGES/libepc.mo
/usr/share/locale/pl/LC_MESSAGES/libepc.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libepc.mo
/usr/share/locale/sl/LC_MESSAGES/libepc.mo
/usr/share/locale/sv/LC_MESSAGES/libepc.mo
/usr/share/locale/th/LC_MESSAGES/libepc.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libepc.mo
References
- [libepc website](http://live.gnome.org/libepc/ http://live.gnome.org/libepc/)
Summary
In this tutorial we learn how to install libepc
on Fedora 34 using yum and dnf.