uGet is a lightweight and powerful. Full-featured Download Manager for Linux. It is an Open Source download manager application for GNU/Linux developed with GTK+. This tutorial having two part i.e. part A and part B. Initializing the given command step wise you can successfully install uGet on Linux Distribution.
Part-A-Installation of uGet Download Manager on Fedora
Step-I (Installing Remi Respiratory)
First of all the Remi Repository contains various tools and packages which is useful.
# yum localinstall --nogpgcheck http://rpms.famillecollet.com/fedora/remi-release-20.rpm
Step-II (Installing RPMfusion Respiratory)
After that the rpmfusion repository provides a very good support.
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm # yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Step-III (Enabling Remi and RPMfusion Respiratories)
Then after the reposity install it is required to clean up the old repository and load new packages into a db.
# yum clean all # yum update
Step-IV (Installation of uGet Download Manager and Aria 2 Plugin)
Finally installation of uget is so easy which can be useful for the latest tools.
# yum install uget # yum install aria2
Step-V (Starting of uGet Download Manager)
Lastly the starting is necessary while using the download tools.
# uget
Part-B[Installation of uGet Download Manager on RHEL / CentOS / Oracle Linux
Step-I (Installing EPEL repository)
EPEL is a repository developed by the fedora community.
# yum localinstall --nogpgcheck http://download.fedoraproject.org/pub/epel/6/x64_86/epel-release-6-7.noarch.rpm
Step-II (Installing Remi repository)
After all the Remi repository contains lots of packages that is necessary.
# yum localinstall --nogpgcheck http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
Step-III (Installing RPMfusionrepository)
finally the last package is rpmfusion is the basic package.
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/x64_86/rpmfusion-free-release-6-1.noarch.rpm # yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/el/updates/6/x64_86/rpmfusion-nonfree-release-6-1.noarch.rpm
Step-IV (Enabling EPEL, Remi and RPMfusion Respiratories)
Lastly after enable.
# yum clean all # yum update
Step-V (Installation of uGet Download Manager and Aria 2 Plugin)
Lastly run as per usage.
# yum install uget # yum install aria2
Step-VI (Starting of uGet Download Manager)
Finally run this tool as soon it installed.
# uget
That’s all for now.