How To Install douceur on Fedora 36
In this tutorial we learn how to install douceur in Fedora 36. douceur is A simple CSS parser and inliner in Go
Introduction
In this tutorial we learn how to install douceur
on Fedora 36.
What is douceur
A simple CSS parser and inliner in Go.
We can use yum
or dnf
to install douceur
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install douceur.
Install douceur 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 douceur
using dnf
by running the following command:
sudo dnf -y install douceur
Install douceur 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 douceur
using yum
by running the following command:
sudo yum -y install douceur
How To Uninstall douceur on Fedora 36
To uninstall only the douceur
package we can use the following command:
sudo dnf remove douceur
douceur Package Contents on Fedora 36
/usr/bin/douceur
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/42a6cec1b8141cccbed787dfe0157f0e2dc9f4
/usr/share/doc/douceur
/usr/share/doc/douceur/CHANGELOG.md
/usr/share/doc/douceur/README.md
/usr/share/licenses/douceur
/usr/share/licenses/douceur/LICENSE
References
Summary
In this tutorial we learn how to install douceur
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).