Hello Linux Geeksters. As you may know, ochDownloader is an open-source, multi-platform download accelerator, working on both Linux and Windows.
Among others, it has a feature for monitoring download links in the clipboard, supports drag and drop to the download list, it automatically reconnects the failed downloads and has support for both bandwidth limiting and simultaneous downloads. The latest version available is ochDownloader 0.9.2, which got support for Ubuntu 14.04 recently.
In this article I will show you how to install OchDownloader 0.9.2 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Linux Mint 17 Qiana and Linux Mint 16 Petra.
Because it is available via the GetDeb PPA, installing OchDownloader 0.9.2 on Ubuntu, Linux Mint and Elementary OS is easy. Follow the instructions for your system exactly, in order to get a successful installation.
How to install ochDownloader 0.9.2 on Ubuntu 14.04 and Linux Mint 17:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install ochdownloader
Optional, to remove ochdownloader, do:
$ sudo apt-get remove ochdownloader
How to install OchDownloader 0.9.2 on Ubuntu 13.10 and Linux Mint 16:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu saucy-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install ochdownloader
Optional, to remove ochdownloader, do:
$ sudo apt-get remove ochdownloader