How To Install unixcw on Fedora 34
Introduction
In this tutorial we learn how to install unixcw
on Fedora 34.
What is unixcw
unixcw is a project providing libcw library and a set of programs using the library want to learn receiving and sending Morse code. unixcw is developed and tested on GNU/Linux system. unixcw 3.6.0 2.fc34 x86_64 166 k unixcw-3.6.0-2.fc34.src.rpm fedora Shared library for Morse programs http GPLv2+ unixcw is a project providing libcw library and a set of programs using the library want to learn receiving and sending Morse code. unixcw is developed and tested on GNU/Linux system.
We can use yum
or dnf
to install unixcw
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install unixcw.
Install unixcw on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install unixcw
using dnf
by running the following command:
sudo dnf -y install unixcw
Install unixcw on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install unixcw
using yum
by running the following command:
sudo yum -y install unixcw
How To Uninstall unixcw on Fedora 34
To uninstall only the unixcw
package we can use the following command:
sudo dnf remove unixcw
unixcw Package Contents on Fedora 34
/usr/bin/cw
/usr/bin/cwcp
/usr/bin/cwgen
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/b4021e3608c22f06d850ab8aec7bf6b1ca4c4c
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/e301c21e470c63d4133fc9a5082b9c713f8ab3
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/38a9dff9af81ee9a345e13e597e17245d17fd3
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/0ca19ebf4e49c753ae43be2160acfd9d571b33
/usr/lib/libcw.so.7
/usr/lib/libcw.so.7.0.0
/usr/share/doc/unixcw
/usr/share/doc/unixcw/AUTHORS
/usr/share/doc/unixcw/README
/usr/share/licenses/unixcw
/usr/share/licenses/unixcw/COPYING
/usr/share/man/man1/cw.1.gz
/usr/share/man/man1/cwcp.1.gz
/usr/share/man/man1/cwgen.1.gz
/usr/share/man/man3/libcw.3.gz
/usr/share/man/man7/cw.7.gz
/usr/bin/cw
/usr/bin/cwcp
/usr/bin/cwgen
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/a27fb8ed3dcc0ad925e12fd9df3d142bfa895a
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/fa4817bc2e75c482dd9ba6da3e546a3f50fc31
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/27f7eb4b731a3489c814a5baed0175eb1581aa
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/2071cc96257670e4beb7efe3aecf821f72b8cb
/usr/lib64/libcw.so.7
/usr/lib64/libcw.so.7.0.0
/usr/share/doc/unixcw
/usr/share/doc/unixcw/AUTHORS
/usr/share/doc/unixcw/README
/usr/share/licenses/unixcw
/usr/share/licenses/unixcw/COPYING
/usr/share/man/man1/cw.1.gz
/usr/share/man/man1/cwcp.1.gz
/usr/share/man/man1/cwgen.1.gz
/usr/share/man/man3/libcw.3.gz
/usr/share/man/man7/cw.7.gz
References
- [unixcw website](http://unixcw.sourceforge.net http://unixcw.sourceforge.net)
Summary
In this tutorial we learn how to install unixcw
on Fedora 34 using yum and dnf.