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