How To Install libcgi on Fedora 36

In this tutorial we learn how to install libcgi in Fedora 36. libcgi is CGI easy as C

Introduction

In this tutorial we learn how to install libcgi on Fedora 36.

What is libcgi

LibCGI is a library written from scratch to easily make CGI applications in C.

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

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

sudo dnf -y install libcgi

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

sudo yum -y install libcgi

How To Uninstall libcgi on Fedora 36

To uninstall only the libcgi package we can use the following command:

sudo dnf remove libcgi

libcgi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/4fbe0d10bac0a4eecf3bb0b953f2ec513e3480
/usr/lib64/libcgi.so.1
/usr/lib64/libcgi.so.1.0
/usr/share/doc/libcgi
/usr/share/doc/libcgi/AUTHORS
/usr/share/doc/libcgi/BUGS
/usr/share/doc/libcgi/ChangeLog
/usr/share/doc/libcgi/README
/usr/share/doc/libcgi/THANKS
/usr/share/doc/libcgi/TODO

References

Summary

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


title: “How To Install libcgi on Fedora 36” linkTitle: “libcgi” type: “docs” description: “In this tutorial we learn how to install libcgi in Fedora 36. libcgi is CGI easy as C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcgi-featured.png

Introduction

In this tutorial we learn how to install libcgi on Fedora 36.

What is libcgi

LibCGI is a library written from scratch to easily make CGI applications in C.

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

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

sudo dnf -y install libcgi

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

sudo yum -y install libcgi

How To Uninstall libcgi on Fedora 36

To uninstall only the libcgi package we can use the following command:

sudo dnf remove libcgi

libcgi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/7cdf9045578a1abc6b33673121f09030a33489
/usr/lib/libcgi.so.1
/usr/lib/libcgi.so.1.0
/usr/share/doc/libcgi
/usr/share/doc/libcgi/AUTHORS
/usr/share/doc/libcgi/BUGS
/usr/share/doc/libcgi/ChangeLog
/usr/share/doc/libcgi/README
/usr/share/doc/libcgi/THANKS
/usr/share/doc/libcgi/TODO

References

Summary

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