How To Install qodem on Fedora 36
Introduction
In this tutorial we learn how to install qodem
on Fedora 36.
What is qodem
Qodem is an open-source re-implementation of the Qmodem(tm) shareware communications package, updated for more modern uses. Major features include * Unicode display Special Graphics characters, VT220 National Replacement Character sets, etc., to Unicode * Terminal interface conveniences file, screen dump, dialing directory, keyboard macros, script support * Connection methods ssh, rlogin, rsh * Emulations VT100/102, VT220, Linux, and XTerm * Transfer protocols
We can use yum
or dnf
to install qodem
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qodem.
Install qodem 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 qodem
using dnf
by running the following command:
sudo dnf -y install qodem
Install qodem 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 qodem
using yum
by running the following command:
sudo yum -y install qodem
How To Uninstall qodem on Fedora 36
To uninstall only the qodem
package we can use the following command:
sudo dnf remove qodem
qodem Package Contents on Fedora 36
/usr/bin/qodem-x11
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/746c047c869493a3d6c65dc60802f3ca94f7ca
/usr/share/applications/qodem.desktop
/usr/share/doc/qodem
/usr/share/doc/qodem/CREDITS
/usr/share/doc/qodem/ChangeLog
/usr/share/doc/qodem/README.md
/usr/share/icons/hicolor/512x512/apps/qodem.png
/usr/share/icons/hicolor/64x64/apps/qodem.png
/usr/share/icons/hicolor/scalable/apps/a
/usr/share/licenses/qodem
/usr/share/licenses/qodem/COPYING
/usr/share/man/man1/qodem-x11.1.gz
/usr/share/metainfo/qodem.appdata.xml
References
Summary
In this tutorial we learn how to install qodem
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).