How To Install libcss on Fedora 36

In this tutorial we learn how to install libcss in Fedora 36. libcss is A CSS parser and selection engine

Introduction

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

What is libcss

LibCSS is a CSS (Cascading Style Sheet) parser and selection engine, written in C. It was developed as part of the NetSurf project. For further details, see README. Features * Parses CSS, good and bad * Simple C API * Low memory usage * Fast selection engine * Portable

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

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

sudo dnf -y install libcss

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

sudo yum -y install libcss

How To Uninstall libcss on Fedora 36

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

sudo dnf remove libcss

libcss Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/18fb54cd0f7a33ecd67d16723eaedc1568ee19
/usr/lib64/libcss.so.0
/usr/lib64/libcss.so.0.9.1
/usr/share/doc/libcss
/usr/share/doc/libcss/README
/usr/share/licenses/libcss
/usr/share/licenses/libcss/COPYING

References

Summary

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


title: “How To Install libcss on Fedora 36” linkTitle: “libcss” type: “docs” description: “In this tutorial we learn how to install libcss in Fedora 36. libcss is A CSS parser and selection engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcss-featured.png

Introduction

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

What is libcss

LibCSS is a CSS (Cascading Style Sheet) parser and selection engine, written in C. It was developed as part of the NetSurf project. For further details, see README. Features * Parses CSS, good and bad * Simple C API * Low memory usage * Fast selection engine * Portable

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

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

sudo dnf -y install libcss

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

sudo yum -y install libcss

How To Uninstall libcss on Fedora 36

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

sudo dnf remove libcss

libcss Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/a0643bcb1caa8ee9d79c0f7a51a6c192077c2c
/usr/lib/libcss.so.0
/usr/lib/libcss.so.0.9.1
/usr/share/doc/libcss
/usr/share/doc/libcss/README
/usr/share/licenses/libcss
/usr/share/licenses/libcss/COPYING

References

Summary

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