How To Install libcss-devel on Fedora 36

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

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

lastmod: “2022-08-17”

Introduction

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


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

Introduction

What is libcss-devel

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

The libcss-devel package contains libraries and header files for developing applications that use libcss.

What is libcss-devel

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

The libcss-devel package contains libraries and header files for developing applications that use libcss.

Install libcss-devel on Fedora 36 Using dnf

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

Update yum database with dnf using the following command.

Install libcss-devel on Fedora 36 Using dnf


sudo dnf makecache --refresh
Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install `libcss-devel` using `dnf` by running the following command:
sudo dnf -y install libcss-devel
After updating yum database, We can install `libcss-devel` using `dnf` by running the following command:

sudo dnf -y install libcss-devel
## Install libcss-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

Install libcss-devel on Fedora 36 Using yum

Update yum database with `yum` using the following command.
sudo yum makecache --refresh

sudo yum makecache --refresh

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

After updating yum database, We can install `libcss-devel` using `yum` by running the following command:
sudo yum -y install libcss-devel
sudo yum -y install libcss-devel
## How To Uninstall libcss-devel on Fedora 36

How To Uninstall libcss-devel on Fedora 36

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

sudo dnf remove libcss-devel

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

libcss-devel Package Contents on Fedora 36


```bash
sudo dnf remove libcss-devel

libcss-devel Package Contents on Fedora 36

/usr/include/libcss
/usr/include/libcss/computed.h
/usr/include/libcss/errors.h
/usr/include/libcss/font_face.h
/usr/include/libcss/fpmath.h
/usr/include/libcss/functypes.h
/usr/include/libcss/hint.h
/usr/include/libcss/libcss.h
/usr/include/libcss/properties.h
/usr/include/libcss/select.h
/usr/include/libcss/stylesheet.h
/usr/include/libcss/types.h
/usr/lib/libcss.so
/usr/lib/pkgconfig/libcss.pc
/usr/share/doc/libcss-devel
/usr/share/doc/libcss-devel/API
/usr/share/doc/libcss-devel/API-ABI-Changes
/usr/share/doc/libcss-devel/Bytecode
/usr/share/doc/libcss-devel/Colour
/usr/share/doc/libcss-devel/Doxyfile
/usr/share/doc/libcss-devel/Grammar
/usr/share/doc/libcss-devel/Lexer
/usr/share/doc/libcss-devel/Representation
/usr/share/doc/libcss-devel/Tokens

References

Summary

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

/usr/include/libcss /usr/include/libcss/computed.h /usr/include/libcss/errors.h /usr/include/libcss/font_face.h /usr/include/libcss/fpmath.h /usr/include/libcss/functypes.h /usr/include/libcss/hint.h /usr/include/libcss/libcss.h /usr/include/libcss/properties.h /usr/include/libcss/select.h /usr/include/libcss/stylesheet.h /usr/include/libcss/types.h /usr/lib64/libcss.so /usr/lib64/pkgconfig/libcss.pc /usr/share/doc/libcss-devel /usr/share/doc/libcss-devel/API /usr/share/doc/libcss-devel/API-ABI-Changes /usr/share/doc/libcss-devel/Bytecode /usr/share/doc/libcss-devel/Colour /usr/share/doc/libcss-devel/Doxyfile /usr/share/doc/libcss-devel/Grammar /usr/share/doc/libcss-devel/Lexer /usr/share/doc/libcss-devel/Representation /usr/share/doc/libcss-devel/Tokens


## References

* [libcss-devel website](http://www.netsurf-browser.org/projects/libcss/)

## Summary

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