How To Install utox on Fedora 34

utox is The lightweight Tox client

Introduction

In this tutorial we learn how to install utox on Fedora 34.

What is utox

The lightweight Tox client

We can use yum or dnf to install utox on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install utox.

Install utox 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 utox using dnf by running the following command:

sudo dnf -y install utox

Install utox 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 utox using yum by running the following command:

sudo yum -y install utox

How To Uninstall utox on Fedora 34

To uninstall only the utox package we can use the following command:

sudo dnf remove utox

utox Package Contents on Fedora 34

/usr/bin/utox
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/b2c9c124c9d6f8868df4f20b51edfb69742621
/usr/share/applications/utox.desktop
/usr/share/doc/utox
/usr/share/doc/utox/CHANGELOG.md
/usr/share/doc/utox/README.md
/usr/share/icons/hicolor/128x128/apps/utox-128x128.png
/usr/share/icons/hicolor/16x16/apps/utox-16x16.png
/usr/share/icons/hicolor/22x22/apps/utox-22x22.png
/usr/share/icons/hicolor/24x24/apps/utox-24x24.png
/usr/share/icons/hicolor/256x256/apps/utox-256x256.png
/usr/share/icons/hicolor/32x32/apps/utox-32x32.png
/usr/share/icons/hicolor/36x36/apps/utox-36x36.png
/usr/share/icons/hicolor/48x48/apps/utox-48x48.png
/usr/share/icons/hicolor/512x512/apps/utox-512x512.png
/usr/share/icons/hicolor/64x64/apps/utox-64x64.png
/usr/share/icons/hicolor/72x72/apps/utox-72x72.png
/usr/share/icons/hicolor/96x96/apps/utox-96x96.png
/usr/share/icons/hicolor/scalable/apps/utox.svg
/usr/share/licenses/utox
/usr/share/licenses/utox/LICENSE
/usr/share/man/man1/utox.1.gz
/usr/share/metainfo/utox.appdata.xml
/usr/bin/utox
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/9e24a1d335bb70598d597079651d5ace87cd47
/usr/share/applications/utox.desktop
/usr/share/doc/utox
/usr/share/doc/utox/CHANGELOG.md
/usr/share/doc/utox/README.md
/usr/share/icons/hicolor/128x128/apps/utox-128x128.png
/usr/share/icons/hicolor/16x16/apps/utox-16x16.png
/usr/share/icons/hicolor/22x22/apps/utox-22x22.png
/usr/share/icons/hicolor/24x24/apps/utox-24x24.png
/usr/share/icons/hicolor/256x256/apps/utox-256x256.png
/usr/share/icons/hicolor/32x32/apps/utox-32x32.png
/usr/share/icons/hicolor/36x36/apps/utox-36x36.png
/usr/share/icons/hicolor/48x48/apps/utox-48x48.png
/usr/share/icons/hicolor/512x512/apps/utox-512x512.png
/usr/share/icons/hicolor/64x64/apps/utox-64x64.png
/usr/share/icons/hicolor/72x72/apps/utox-72x72.png
/usr/share/icons/hicolor/96x96/apps/utox-96x96.png
/usr/share/icons/hicolor/scalable/apps/utox.svg
/usr/share/licenses/utox
/usr/share/licenses/utox/LICENSE
/usr/share/man/man1/utox.1.gz
/usr/share/metainfo/utox.appdata.xml

References

Summary

In this tutorial we learn how to install utox on Fedora 34 using yum and dnf.