How To Install ucpp-devel on Fedora 36

In this tutorial we learn how to install ucpp-devel in Fedora 36. ucpp-devel is Development files for libucpp Library

Introduction

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

What is ucpp-devel

libucpp is an ISO standard 9899 code. It will output tokens, one at a time, on demand, as an integrated lexer. This package contains the development files for the library.

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

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

sudo dnf -y install ucpp-devel

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

sudo yum -y install ucpp-devel

How To Uninstall ucpp-devel on Fedora 36

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

sudo dnf remove ucpp-devel

ucpp-devel Package Contents on Fedora 36

/usr/include/libucpp
/usr/include/libucpp/cpp.h
/usr/include/libucpp/hash.h
/usr/include/libucpp/mem.h
/usr/include/libucpp/nhash.h
/usr/include/libucpp/tune.h
/usr/include/libucpp/ucpp-config.h
/usr/include/libucpp/ucppi.h
/usr/lib64/libucpp.so
/usr/lib64/pkgconfig/libucpp.pc

References

Summary

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


title: “How To Install ucpp-devel on Fedora 36” linkTitle: “ucpp-devel” type: “docs” description: “In this tutorial we learn how to install ucpp-devel in Fedora 36. ucpp-devel is Development files for libucpp Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ucpp-devel-featured.png

Introduction

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

What is ucpp-devel

libucpp is an ISO standard 9899 code. It will output tokens, one at a time, on demand, as an integrated lexer. This package contains the development files for the library.

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

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

sudo dnf -y install ucpp-devel

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

sudo yum -y install ucpp-devel

How To Uninstall ucpp-devel on Fedora 36

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

sudo dnf remove ucpp-devel

ucpp-devel Package Contents on Fedora 36

/usr/include/libucpp
/usr/include/libucpp/cpp.h
/usr/include/libucpp/hash.h
/usr/include/libucpp/mem.h
/usr/include/libucpp/nhash.h
/usr/include/libucpp/tune.h
/usr/include/libucpp/ucpp-config.h
/usr/include/libucpp/ucppi.h
/usr/lib/libucpp.so
/usr/lib/pkgconfig/libucpp.pc

References

Summary

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