How To Install ucommon-devel on Fedora 36

In this tutorial we learn how to install ucommon-devel in Fedora 36. ucommon-devel is Headers for building GNU uCommon applications

Introduction

In this tutorial we learn how to install ucommon-devel on Fedora 36.

What is ucommon-devel


title: “How To Install ucommon-devel on Fedora 36”

This package provides header and support files needed for building applications that use the uCommon and commoncpp libraries.
linkTitle: “ucommon-devel”

type: “docs” We can use yum or dnf to install ucommon-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ucommon-devel. description: “In this tutorial we learn how to install ucommon-devel in Fedora 36. ucommon-devel is Headers for building GNU uCommon applications”

date: “2022-08-17” lastmod: “2022-08-17”

Install ucommon-devel on Fedora 36 Using dnf

#image: /images/fedora/36/ucommon-devel-featured.png


Update yum database with dnf using the following command.

Introduction


sudo dnf makecache --refresh
In this tutorial we learn how to install `ucommon-devel` on Fedora 36.

What is ucommon-devel

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

This package provides header and support files needed for building applications that use the uCommon and commoncpp libraries.


sudo dnf -y install ucommon-devel

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

Install ucommon-devel on Fedora 36 Using yum

Install ucommon-devel on Fedora 36 Using dnf

Update yum database with yum using the following command. Update yum database with dnf using the following command.

```bash
sudo yum makecache --refresh
sudo dnf makecache --refresh


After updating yum database, We can install `ucommon-devel` using `yum` by running the following command:
After updating yum database, We can install `ucommon-devel` using `dnf` by running the following command:


```bash
```bash
sudo yum -y install ucommon-devel
sudo dnf -y install ucommon-devel
## How To Uninstall ucommon-devel on Fedora 36


## Install ucommon-devel on Fedora 36 Using yum
To uninstall only the `ucommon-devel` package we can use the following command:


Update yum database with `yum` using the following command.

```bash
sudo yum makecache --refresh
```bash

sudo dnf remove ucommon-devel


After updating yum database, We can install `ucommon-devel` using `yum` by running the following command:

## ucommon-devel Package Contents on Fedora 36
```bash

sudo yum -y install ucommon-devel
```bash

How To Uninstall ucommon-devel on Fedora 36

To uninstall only the ucommon-devel package we can use the following command:

sudo dnf remove ucommon-devel

ucommon-devel Package Contents on Fedora 36

/usr/bin/commoncpp-config
/usr/bin/ucommon-config
/usr/include/commoncpp
/usr/include/commoncpp/address.h
/usr/include/commoncpp/applog.h
/usr/include/commoncpp/commoncpp.h
/usr/include/commoncpp/config.h
/usr/include/commoncpp/dccp.h
/usr/include/commoncpp/exception.h
/usr/include/commoncpp/export.h
/usr/include/commoncpp/file.h
/usr/include/commoncpp/mime.h
/usr/include/commoncpp/misc.h
/usr/include/commoncpp/numbers.h
/usr/include/commoncpp/object.h
/usr/include/commoncpp/persist.h
/usr/include/commoncpp/pointer.h
/usr/include/commoncpp/process.h
/usr/include/commoncpp/serial.h
/usr/include/commoncpp/slog.h
/usr/include/commoncpp/socket.h
/usr/include/commoncpp/string.h
/usr/include/commoncpp/tcp.h
/usr/include/commoncpp/thread.h
/usr/include/commoncpp/tokenizer.h
/usr/include/commoncpp/udp.h
/usr/include/commoncpp/xml.h
/usr/include/ucommon
/usr/include/ucommon/access.h
/usr/include/ucommon/arrayref.h
/usr/include/ucommon/atomic.h
/usr/include/ucommon/condition.h
/usr/include/ucommon/counter.h
/usr/include/ucommon/cpr.h
/usr/include/ucommon/datetime.h
/usr/include/ucommon/export.h
/usr/include/ucommon/fsys.h
/usr/include/ucommon/generics.h
/usr/include/ucommon/keydata.h
/usr/include/ucommon/linked.h
/usr/include/ucommon/mapped.h
/usr/include/ucommon/mapref.h
/usr/include/ucommon/memory.h
/usr/include/ucommon/numbers.h
/usr/include/ucommon/object.h
/usr/include/ucommon/platform.h
/usr/include/ucommon/protocols.h
/usr/include/ucommon/reuse.h
/usr/include/ucommon/secure.h
/usr/include/ucommon/shared.h
/usr/include/ucommon/shell.h
/usr/include/ucommon/socket.h
/usr/include/ucommon/stl.h
/usr/include/ucommon/stream.h
/usr/include/ucommon/string.h
/usr/include/ucommon/temporary.h
/usr/include/ucommon/thread.h
/usr/include/ucommon/timers.h
/usr/include/ucommon/typeref.h
/usr/include/ucommon/ucommon.h
/usr/include/ucommon/unicode.h
/usr/lib/libcommoncpp.so
/usr/lib/libucommon.so
/usr/lib/libusecure.so
/usr/lib/pkgconfig/commoncpp.pc
/usr/lib/pkgconfig/ucommon.pc
/usr/share/man/man1/commoncpp-config.1.gz
/usr/share/man/man1/ucommon-config.1.gz
/usr/share/ucommon
/usr/share/ucommon/cmake
/usr/share/ucommon/cmake/CapeConfig.cmake
/usr/share/ucommon/cmake/CapeMakeTargets.cmake

References

Summary

In this tutorial we learn how to install ucommon-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/commoncpp-config /usr/bin/ucommon-config /usr/include/commoncpp /usr/include/commoncpp/address.h /usr/include/commoncpp/applog.h /usr/include/commoncpp/commoncpp.h /usr/include/commoncpp/config.h /usr/include/commoncpp/dccp.h /usr/include/commoncpp/exception.h /usr/include/commoncpp/export.h /usr/include/commoncpp/file.h /usr/include/commoncpp/mime.h /usr/include/commoncpp/misc.h /usr/include/commoncpp/numbers.h /usr/include/commoncpp/object.h /usr/include/commoncpp/persist.h /usr/include/commoncpp/pointer.h /usr/include/commoncpp/process.h /usr/include/commoncpp/serial.h /usr/include/commoncpp/slog.h /usr/include/commoncpp/socket.h /usr/include/commoncpp/string.h /usr/include/commoncpp/tcp.h /usr/include/commoncpp/thread.h /usr/include/commoncpp/tokenizer.h /usr/include/commoncpp/udp.h /usr/include/commoncpp/xml.h /usr/include/ucommon /usr/include/ucommon/access.h /usr/include/ucommon/arrayref.h /usr/include/ucommon/atomic.h /usr/include/ucommon/condition.h /usr/include/ucommon/counter.h /usr/include/ucommon/cpr.h /usr/include/ucommon/datetime.h /usr/include/ucommon/export.h /usr/include/ucommon/fsys.h /usr/include/ucommon/generics.h /usr/include/ucommon/keydata.h /usr/include/ucommon/linked.h /usr/include/ucommon/mapped.h /usr/include/ucommon/mapref.h /usr/include/ucommon/memory.h /usr/include/ucommon/numbers.h /usr/include/ucommon/object.h /usr/include/ucommon/platform.h /usr/include/ucommon/protocols.h /usr/include/ucommon/reuse.h /usr/include/ucommon/secure.h /usr/include/ucommon/shared.h /usr/include/ucommon/shell.h /usr/include/ucommon/socket.h /usr/include/ucommon/stl.h /usr/include/ucommon/stream.h /usr/include/ucommon/string.h /usr/include/ucommon/temporary.h /usr/include/ucommon/thread.h /usr/include/ucommon/timers.h /usr/include/ucommon/typeref.h /usr/include/ucommon/ucommon.h /usr/include/ucommon/unicode.h /usr/lib64/libcommoncpp.so /usr/lib64/libucommon.so /usr/lib64/libusecure.so /usr/lib64/pkgconfig/commoncpp.pc /usr/lib64/pkgconfig/ucommon.pc /usr/share/man/man1/commoncpp-config.1.gz /usr/share/man/man1/ucommon-config.1.gz /usr/share/ucommon /usr/share/ucommon/cmake /usr/share/ucommon/cmake/CapeConfig.cmake /usr/share/ucommon/cmake/CapeMakeTargets.cmake


## References

* [ucommon-devel website](http://www.gnu.org/software/commoncpp)

## Summary

In this tutorial we learn how to install `ucommon-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).