How To Install uget on Fedora 36

In this tutorial we learn how to install uget in Fedora 36. uget is Download manager using GTK+ and libcurl

Introduction

In this tutorial we learn how to install uget on Fedora 36.

What is uget

uGet is a download manager with downloads queue, pause/resume, clipboard monitor, batch downloads, browser integration (Firefox & Chrome), multiple connections, speed limit controls, powerful category based control and much more. Each Category has an independent configuration that can be inherited by each download in that category.

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

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

sudo dnf -y install uget

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

sudo yum -y install uget

How To Uninstall uget on Fedora 36

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

sudo dnf remove uget

uget Package Contents on Fedora 36

/usr/bin/uget-gtk
/usr/bin/uget-gtk-1to2
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/f7e07d4f1123e44feaaa38f728d91f74965268
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/c04ebbdcced0130cac2a88c02196a47f25e19e
/usr/share/applications/uget-gtk.desktop
/usr/share/doc/uget
/usr/share/doc/uget/AUTHORS
/usr/share/doc/uget/ChangeLog
/usr/share/doc/uget/README
/usr/share/icons/hicolor/128x128/apps/uget-icon.png
/usr/share/icons/hicolor/16x16/apps/uget-icon.png
/usr/share/icons/hicolor/16x16/apps/uget-tray-default.png
/usr/share/icons/hicolor/16x16/apps/uget-tray-downloading.png
/usr/share/icons/hicolor/16x16/apps/uget-tray-error.png
/usr/share/icons/hicolor/22x22/apps/uget-icon.png
/usr/share/icons/hicolor/22x22/apps/uget-tray-default.png
/usr/share/icons/hicolor/22x22/apps/uget-tray-downloading.png
/usr/share/icons/hicolor/22x22/apps/uget-tray-error.png
/usr/share/icons/hicolor/24x24/apps/uget-icon.png
/usr/share/icons/hicolor/24x24/apps/uget-tray-default.png
/usr/share/icons/hicolor/24x24/apps/uget-tray-downloading.png
/usr/share/icons/hicolor/24x24/apps/uget-tray-error.png
/usr/share/icons/hicolor/32x32/apps/uget-icon.png
/usr/share/icons/hicolor/32x32/apps/uget-tray-default.png
/usr/share/icons/hicolor/32x32/apps/uget-tray-downloading.png
/usr/share/icons/hicolor/32x32/apps/uget-tray-error.png
/usr/share/icons/hicolor/48x48/apps/uget-icon.png
/usr/share/icons/hicolor/48x48/apps/uget-tray-default.png
/usr/share/icons/hicolor/48x48/apps/uget-tray-downloading.png
/usr/share/icons/hicolor/48x48/apps/uget-tray-error.png
/usr/share/icons/hicolor/64x64/apps/uget-icon.png
/usr/share/icons/hicolor/96x96/apps/uget-icon.png
/usr/share/icons/hicolor/scalable/apps/uget-icon.svg
/usr/share/licenses/uget
/usr/share/licenses/uget/COPYING
/usr/share/locale/ar/LC_MESSAGES/uget.mo
/usr/share/locale/be/LC_MESSAGES/uget.mo
/usr/share/locale/bg/LC_MESSAGES/uget.mo
/usr/share/locale/bn_BD/LC_MESSAGES/uget.mo
/usr/share/locale/ca/LC_MESSAGES/uget.mo
/usr/share/locale/cs/LC_MESSAGES/uget.mo
/usr/share/locale/da/LC_MESSAGES/uget.mo
/usr/share/locale/de/LC_MESSAGES/uget.mo
/usr/share/locale/es/LC_MESSAGES/uget.mo
/usr/share/locale/fa/LC_MESSAGES/uget.mo
/usr/share/locale/fr/LC_MESSAGES/uget.mo
/usr/share/locale/he/LC_MESSAGES/uget.mo
/usr/share/locale/hr/LC_MESSAGES/uget.mo
/usr/share/locale/hu/LC_MESSAGES/uget.mo
/usr/share/locale/id/LC_MESSAGES/uget.mo
/usr/share/locale/it/LC_MESSAGES/uget.mo
/usr/share/locale/ja/LC_MESSAGES/uget.mo
/usr/share/locale/ka_GE/LC_MESSAGES/uget.mo
/usr/share/locale/kk/LC_MESSAGES/uget.mo
/usr/share/locale/ku/LC_MESSAGES/uget.mo
/usr/share/locale/lt/LC_MESSAGES/uget.mo
/usr/share/locale/or_IN/LC_MESSAGES/uget.mo
/usr/share/locale/pl/LC_MESSAGES/uget.mo
/usr/share/locale/pt_BR/LC_MESSAGES/uget.mo
/usr/share/locale/ro/LC_MESSAGES/uget.mo
/usr/share/locale/ru/LC_MESSAGES/uget.mo
/usr/share/locale/sk_SK/LC_MESSAGES/uget.mo
/usr/share/locale/sr/LC_MESSAGES/uget.mo
/usr/share/locale/sr@latin/LC_MESSAGES/uget.mo
/usr/share/locale/sv/LC_MESSAGES/uget.mo
/usr/share/locale/tr/LC_MESSAGES/uget.mo
/usr/share/locale/uk/LC_MESSAGES/uget.mo
/usr/share/locale/uz@Latn/LC_MESSAGES/uget.mo
/usr/share/locale/vi/LC_MESSAGES/uget.mo
/usr/share/locale/zh_CN/LC_MESSAGES/uget.mo
/usr/share/locale/zh_TW/LC_MESSAGES/uget.mo
/usr/share/pixmaps/uget
/usr/share/pixmaps/uget/logo.png
/usr/share/sounds/uget
/usr/share/sounds/uget/notification.wav

References

Summary

In this tutorial we learn how to install uget on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).