Gopeed Download Manager

Gopeed is a free and open source download manager application for Linux, Windows, MacOS, Android and iOS. It supports HTTP, BitTorrent, Magnet protocols. In addition to basic download functions, you can set max running jobs, change User-Agent, add tracker and many more. It is written in Golang and Flutter and released under GPL-3.0 license.

Gopeed Download Manager

Download Gopeed

How to Install Gopeed on Ubuntu

You can install Gopeed download manager via flatpak, portable AppImage and Native deb. Download the latest Gopeed app in .deb package format from thr above download link and save it on your Downloads folder. Now open the terminal application (ctrl+alt+t) and run below command. It will install the latest version of Gopeed your system.

sudo apt install ./Downloads/Gopeed-v1.5.5-linux-amd64.deb

[OR]

sudo apt install ./Downloads/Gopeed*.deb

Here “Gopeed-v1.5.5-linux-amd64.deb” is the downloaded file name. You can change above commands based on your file name.

Install Gopeed via AppImage:

Like above download the Gopeed app in portable .AppImage file format and save it on your Downloads folder. Now in the terminal run below commands one by one.

cd Downloads
sudo chmod +x ~ Gopeed-v1.5.5-linux-x86_64.AppImage
./Gopeed-v1.5.5-linux-x86_64.AppImage

Install Gopeed via Flatpak:

In the terminal run below comman, it will install Gopeed flatpak on your system.

flatpak install flathub com.gopeed.Gopeed

Afte that you can open the app using below command.

flatpak run com.gopeed.Gopeed

Note: If you don’t already have flatpak and flathub installed,then install them on your system first using the commands provided below. After the installation, restart your system and again start the Gopeed download manager installation.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  Caja File Manager Application

Leave a Reply