How To Install utox on Fedora 36
In this tutorial we learn how to install utox in Fedora 36. utox is The lightweight Tox client
Introduction
In this tutorial we learn how to install utox
on Fedora 36.
What is utox
The lightweight Tox client
We can use yum
or dnf
to install utox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install utox.
Install utox 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 utox
using dnf
by running the following command:
sudo dnf -y install utox
Install utox 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 utox
using yum
by running the following command:
sudo yum -y install utox
How To Uninstall utox on Fedora 36
To uninstall only the utox
package we can use the following command:
sudo dnf remove utox
utox Package Contents on Fedora 36
/usr/bin/utox
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/d793dd0383f9a97ee8970e6d67c45af14ce6d7
/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 36 using yum and [dnf]((/fedora/36/dnf/).