How To Install libspectre on Fedora 36
Introduction
In this tutorial we learn how to install libspectre on Fedora 36.
What is libspectre
libspectre is a small library for rendering PostScript(TM) documents. It provides a convenient easy to use API for handling and rendering PostScript documents.
We can use yum or dnf to install libspectre on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libspectre.
Install libspectre 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 libspectre using dnf by running the following command:
sudo dnf -y install libspectre
Install libspectre 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 libspectre using yum by running the following command:
title: "How To Install libspectre on Fedora 36"
sudo yum -y install libspectre
linkTitle: "libspectre"
type: “docs”
How To Uninstall libspectre on Fedora 36
description: “In this tutorial we learn how to install libspectre in Fedora 36. libspectre is A library for rendering PostScript(TM) documents”
To uninstall only the libspectre package we can use the following command:
date: “2022-08-17”
lastmod: "2022-08-17"
sudo dnf remove libspectre
#image: /images/fedora/36/libspectre-featured.png
libspectre Package Contents on Fedora 36
Introduction
In this tutorial we learn how to install `libspectre` on Fedora 36.
### What is `libspectre`
> libspectre is a small library for rendering PostScript(TM) documents. It provides a convenient easy to use API for handling and rendering PostScript documents.
We can use `yum` or `dnf` to install `libspectre` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libspectre.
## Install libspectre on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libspectre using dnf by running the following command:
sudo dnf -y install libspectre
Install libspectre 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 libspectre using yum by running the following command:
sudo yum -y install libspectre
How To Uninstall libspectre on Fedora 36
To uninstall only the libspectre package we can use the following command:
sudo dnf remove libspectre
libspectre Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/0bb24cb7fac034f2916d60dcb740574bdf9286
/usr/lib/libspectre.so.1
/usr/lib/libspectre.so.1.1.9
/usr/share/doc/libspectre
/usr/share/doc/libspectre/AUTHORS
/usr/share/doc/libspectre/NEWS
/usr/share/doc/libspectre/README
/usr/share/doc/libspectre/TODO
/usr/share/licenses/libspectre
/usr/share/licenses/libspectre/COPYING
References
Summary
In this tutorial we learn how to install libspectre on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/4b /usr/lib/.build-id/4b/f54d5ce44256ae2467b41f551e88429f45aa51 /usr/lib64/libspectre.so.1 /usr/lib64/libspectre.so.1.1.9 /usr/share/doc/libspectre /usr/share/doc/libspectre/AUTHORS /usr/share/doc/libspectre/NEWS /usr/share/doc/libspectre/README /usr/share/doc/libspectre/TODO /usr/share/licenses/libspectre /usr/share/licenses/libspectre/COPYING
## References
* [libspectre website](http://libspectre.freedesktop.org)
## Summary
In this tutorial we learn how to install `libspectre` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).