How To Install ucpp-libs on Fedora 36

In this tutorial we learn how to install ucpp-libs in Fedora 36. ucpp-libs is Library for preprocessing C code compliant with ISO-C99

Introduction

In this tutorial we learn how to install ucpp-libs on Fedora 36.

What is ucpp-libs

libucpp is an ISO standard 9899 code. It will output tokens, one at a time, on demand, as an integrated lexer.

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

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

sudo dnf -y install ucpp-libs

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

sudo yum -y install ucpp-libs

How To Uninstall ucpp-libs on Fedora 36

To uninstall only the ucpp-libs package we can use the following command:

sudo dnf remove ucpp-libs

ucpp-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/21475d16599a1c3b4119742a3c66cfe8dce9fb
/usr/lib/libucpp.so.13
/usr/lib/libucpp.so.13.0.5
/usr/share/doc/ucpp-libs
/usr/share/doc/ucpp-libs/AUTHORS
/usr/share/doc/ucpp-libs/COPYING
/usr/share/doc/ucpp-libs/ChangeLog.old
/usr/share/doc/ucpp-libs/README

References

Summary

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


title: “How To Install ucpp-libs on Fedora 36” linkTitle: “ucpp-libs” type: “docs” description: “In this tutorial we learn how to install ucpp-libs in Fedora 36. ucpp-libs is Library for preprocessing C code compliant with ISO-C99” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ucpp-libs-featured.png

Introduction

In this tutorial we learn how to install ucpp-libs on Fedora 36.

What is ucpp-libs

libucpp is an ISO standard 9899 code. It will output tokens, one at a time, on demand, as an integrated lexer.

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

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

sudo dnf -y install ucpp-libs

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

sudo yum -y install ucpp-libs

How To Uninstall ucpp-libs on Fedora 36

To uninstall only the ucpp-libs package we can use the following command:

sudo dnf remove ucpp-libs

ucpp-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/267cea73c7b9056d833d738dd6565e5e12ff0f
/usr/lib64/libucpp.so.13
/usr/lib64/libucpp.so.13.0.5
/usr/share/doc/ucpp-libs
/usr/share/doc/ucpp-libs/AUTHORS
/usr/share/doc/ucpp-libs/COPYING
/usr/share/doc/ucpp-libs/ChangeLog.old
/usr/share/doc/ucpp-libs/README

References

Summary

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