How To Install uudeview on Fedora 36
Introduction
In this tutorial we learn how to install uudeview
on Fedora 36.
What is uudeview
Handles uuencoding, xxencoding, yEnc, and base-64 encoding (MIME). Can do automatic splitting of large encodes, automatic posting. A must for anyone serious encoding/decoding.
We can use yum
or dnf
to install uudeview
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uudeview.
Install uudeview 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 uudeview
using dnf
by running the following command:
sudo dnf -y install uudeview
Install uudeview 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 uudeview
using yum
by running the following command:
sudo yum -y install uudeview
How To Uninstall uudeview on Fedora 36
To uninstall only the uudeview
package we can use the following command:
sudo dnf remove uudeview
uudeview Package Contents on Fedora 36
/usr/bin/uudeview
/usr/bin/uuenview
/usr/bin/uuwish
/usr/bin/xdeview
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/3e1a0bd5137e5e189e6d77e956d95f24c12f82
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/ec7ebf2bf89978660b5d8a7e721d2e725906d9
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/63c7315b93a4dff09666a41272a525ec71953b
/usr/share/applications/xdeview.desktop
/usr/share/doc/uudeview
/usr/share/doc/uudeview/COPYING
/usr/share/doc/uudeview/HISTORY
/usr/share/doc/uudeview/IAFA-PACKAGE
/usr/share/doc/uudeview/README
/usr/share/doc/uudeview/uudeview.lsm
/usr/share/man/man1/uudeview.1.gz
/usr/share/man/man1/uuenview.1.gz
/usr/share/man/man1/uuwish.1.gz
/usr/share/man/man1/xdeview.1.gz
References
Summary
In this tutorial we learn how to install uudeview
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).