How To Install AGReader on Fedora 36
Introduction
In this tutorial we learn how to install AGReader
on Fedora 36.
What is AGReader
A viewer for the UNIX console which can read and display AmigaGuide files. It supports all of the v39 AmigaGuide specification possible and supports a large subset of the v40 specifications.
We can use yum
or dnf
to install AGReader
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install AGReader.
Install AGReader 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 AGReader
using dnf
by running the following command:
sudo dnf -y install AGReader
Install AGReader 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 AGReader
using yum
by running the following command:
sudo yum -y install AGReader
How To Uninstall AGReader on Fedora 36
To uninstall only the AGReader
package we can use the following command:
sudo dnf remove AGReader
AGReader Package Contents on Fedora 36
/usr/bin/agr
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/b6b753afc844df5ca83d8447896da73ea02b13
/usr/share/doc/AGReader
/usr/share/doc/AGReader/README
/usr/share/doc/AGReader/agr.guide
/usr/share/doc/AGReader/agr.html
/usr/share/doc/AGReader/test.guide
/usr/share/man/man1/agr.1.gz
References
Summary
In this tutorial we learn how to install AGReader
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).