How To Install texttopaps on Fedora 36

In this tutorial we learn how to install texttopaps in Fedora 36. texttopaps is CUPS filter based on paps

Introduction

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

What is texttopaps

paps is a PostScript converter from plain text file using Pango. This package contains a CUPS filter based on paps.


title: “How To Install texttopaps on Fedora 36” linkTitle: “texttopaps” We can use yum or dnf to install texttopaps on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texttopaps. type: “docs”

Install texttopaps on Fedora 36 Using dnf

description: “In this tutorial we learn how to install texttopaps in Fedora 36. texttopaps is CUPS filter based on paps”

date: “2022-08-17” Update yum database with dnf using the following command. lastmod: “2022-08-17”

#image: /images/fedora/36/texttopaps-featured.png

---
sudo dnf makecache --refresh

Introduction

In this tutorial we learn how to install texttopaps on Fedora 36. After updating yum database, We can install texttopaps using dnf by running the following command:

What is texttopaps


sudo dnf -y install texttopaps
>  paps is a PostScript converter from plain text file using Pango.  This package contains a CUPS filter based on paps.  

Install texttopaps on Fedora 36 Using yum

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

Update yum database with yum using the following command.

Install texttopaps on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

sudo yum makecache --refresh
```bash

sudo dnf makecache –refresh

After updating yum database, We can install `texttopaps` using `yum` by running the following command:


After updating yum database, We can install `texttopaps` using `dnf` by running the following command:
```bash

sudo yum -y install texttopaps
```bash

sudo dnf -y install texttopaps

## How To Uninstall texttopaps on Fedora 36


## Install texttopaps on Fedora 36 Using yum
To uninstall only the `texttopaps` package we can use the following command:


Update yum database with `yum` using the following command.
```bash

sudo dnf remove texttopaps
```bash

sudo yum makecache –refresh

## texttopaps Package Contents on Fedora 36


```bash
After updating yum database, We can install `texttopaps` using `yum` by running the following command:

```bash
sudo yum -y install texttopaps

How To Uninstall texttopaps on Fedora 36

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

sudo dnf remove texttopaps

texttopaps Package Contents on Fedora 36

/etc/fonts/conf.d/29-paps.conf
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/fbb32fd91d9b2ecd732512990e73026dc022f0
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/66027fb08b08c019532dbbdda7b2696744bba4
/usr/lib/cups/filter/texttopaps
/usr/lib/libpaps.so.0
/usr/lib/libpaps.so.0.0.0
/usr/share/cups/mime/paps.convs
/usr/share/doc/texttopaps
/usr/share/doc/texttopaps/AUTHORS
/usr/share/doc/texttopaps/COPYING.LIB
/usr/share/doc/texttopaps/README
/usr/share/man/man1/texttopaps.1.gz

References

Summary

/etc/fonts/conf.d/29-paps.conf /usr/lib/.build-id /usr/lib/.build-id/6e /usr/lib/.build-id/6e/5617c53d7a64588c29ee17b52c8124f92adad5 /usr/lib/.build-id/99 /usr/lib/.build-id/99/663b097e5fd5c70b078c92b6b0ff1953f949e3 /usr/lib/cups/filter/texttopaps /usr/lib64/libpaps.so.0 /usr/lib64/libpaps.so.0.0.0 /usr/share/cups/mime/paps.convs /usr/share/doc/texttopaps /usr/share/doc/texttopaps/AUTHORS /usr/share/doc/texttopaps/COPYING.LIB /usr/share/doc/texttopaps/README /usr/share/man/man1/texttopaps.1.gz

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


## References

* [texttopaps website](http://paps.sourceforge.net/)

## Summary

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