> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Install uGet Download Manager on Ubuntu Linux
- URL: https://itsfoss.com/install-latest-uget-ubuntu-linux-mint/
- Published: 2015-05-05T22:28:40.000Z
- Updated: 2023-01-11T09:56:12.000Z
- Author: Abhishek Prakash
- Tags: Ubuntu, #Import 2022-12-26 08:27

[uGet](http://ugetdm.com/?ref=itsfoss.com) is a popular open source download manager for Linux and other major platforms including mobile devices. It is a lightweight yet feature rich application that has always been ranked among the [best download managers for Linux](https://itsfoss.com/4-best-download-managers-for-linux/).

![Install Latest Uget Ubuntu Linux](https://itsfoss.com/content/images/wordpress/2015/05/install-latest-uget-ubuntu-linux.jpg)

Here are the main features uget offers:

- Queue Downloads
- Pause/Resume
- Clipboard Monitor
- Multi-Connection
- Multi-Mirror
- Multi-Protocol
- Batch Downloads
- Global Defaults
- Categorized Defaults
- Speed Limits
- YouTube download
- Mega Download
- Browser extensions
- Support for multiple languages
- [Wayland](https://wayland.freedesktop.org/?ref=itsfoss.com) support
- Browser extensions

## Install uGet in Ubuntu Linux

There are two ways to install uGet on your machine. You can install it from Ubuntu software center, or you can install it using PPA for the latest version.

Start Ubuntu Software and use the search option to look for uGet.

Once found, click on the install button and enter your password to start installing the download manager.

![Install Uget](https://itsfoss.com/content/images/wordpress/2020/06/install-uget.jpg)

Install Uget

Once installed, open up your Unity Dashboard, and you will find the software there.

![Uget](https://itsfoss.com/content/images/wordpress/2020/06/uget.jpg)

Uget

## Install the latest version of Uget Using PPA

To install the latest stable version of uGet in Ubuntu 18.04, 20.04, Linux 19 and latest series and elementary OS, you can [use this PPA](https://launchpad.net/~plushuang-tw/+archive/ubuntu/uget-stable?ref=itsfoss.com):

```
sudo add-apt-repository ppa:plushuang-tw/uget-stable
sudo apt-get update
sudo apt install uget
```

![Terminal](https://itsfoss.com/content/images/wordpress/2020/06/terminal.jpg)

Uget PPA

Want more features? install Aria2

Apart from installing uGet only, you can also consider installing uGet with the [Aria2 plugin](https://ugetdm.com/downloads/aria2/?ref=itsfoss.com). 

Aria2 is a lightweight multi-protocol and multi-source command-line download utility. It mainly comes as an additional installation option for uGet, and it adds extra features to the download client like Bittorrent, Meta links, and a few more.

**Notable features of Aria2 Plugin**:

- Bittorrent including Magnet Links
- Metalinks

To install uGet with Aria2, you can run these below command in the terminal: 

```
sudo apt install uget aria2
```

Here’s how uGet will look after installation:

![Uget Ui](https://itsfoss.com/content/images/wordpress/2020/06/uget-UI.jpg)

Uget Ui

You can get uGet for other Linux distributions from the link below:

[Download uGet](https://ugetdm.com/downloads/?ref=itsfoss.com)

## Remove Uget From Ubuntu 

Just in case, if you wish to uninstall uGet from your computer. Then you can run this below command:

```
sudo apt-get remove --auto-remove uget
```

![Remove Uget](https://itsfoss.com/content/images/wordpress/2020/06/remove-uget.jpg)

Remove Uget

If you used the PPA, you should [delete the PPA](https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/) as well:

```
sudo add-apt-repository -r ppa:plushuang-tw/uget-stable
```

That’s all you need to do. I hope you find this tutorial helpful. Ciao :)