How To Install libepc on Fedora 36
Introduction
In this tutorial we learn how to install libepc
on Fedora 36.
What is libepc
A library to easily publish and consume values on networks
We can use yum
or dnf
to install libepc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libepc.
Install libepc 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 libepc
using dnf
by running the following command:
sudo dnf -y install libepc
Install libepc 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 libepc
using yum
by running the following command:
sudo yum -y install libepc
How To Uninstall libepc on Fedora 36
To uninstall only the libepc
package we can use the following command:
sudo dnf remove libepc
libepc Package Contents on Fedora 36
---
title: "How To Install libepc on Fedora 36"
linkTitle: "libepc"
type: "docs"
description: "In this tutorial we learn how to install libepc in Fedora 36. libepc is Easy Publish and Consume library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libepc-featured.png
---
## Introduction
In this tutorial we learn how to install `libepc` on Fedora 36.
### What is `libepc`
> A library to easily publish and consume values on networks
We can use `yum` or `dnf` to install `libepc` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libepc.
## Install libepc on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libepc
using dnf
by running the following command:
sudo dnf -y install libepc
Install libepc 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 libepc
using yum
by running the following command:
sudo yum -y install libepc
How To Uninstall libepc on Fedora 36
To uninstall only the libepc
package we can use the following command:
sudo dnf remove libepc
libepc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/68d24efbd1f7d8c9c422525abfac979abf1199
/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
Summary
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/207db569250bd0a7a1e2e9a024fea2f149c9c7
/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
In this tutorial we learn how to install libepc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [libepc website](http://live.gnome.org/libepc/)
## Summary
In this tutorial we learn how to install `libepc` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).