XDM – 适用于 Linux 的下载管理器,可将您的速度提高 500%

linuxprogramminginternetjava

Xtreme 下载管理器 (xdman) 是一款有效的 Linux 下载管理器,采用 Java 编程语言开发。它可以将下载速度提高高达 500%,是 Windows IDM(Internet 下载管理器)的替代品。它与许多流行的互联网浏览器兼容,例如 Firefox、Chrome、Opera。

在安装 Xtreme 下载管理器之前,请在命令行中输入 java -version 检查 Java 是否已安装或不可用。

$ java -version

示例输出应如下所示 –

openjdk version "1.8.0_91"
OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14)
OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)

在 Linux 中安装 Xtreme 下载管理器

要在 Linux 发行版(包括 Ubuntu、Debian、Linux Mint、Fedora 等)中安装最新的 Xtreme 下载管理器 (XDM),首先需要检查 PPA,如下所示命令 –

$ sudo add-apt-repository ppa:noobslab/apps

示例输出应如下所示 –

This PPA Contains Applications for Ubuntu/Linux Mint from different sources but debianized by http://www.NoobsLab.com
More info: https://launchpad.net/~noobslab/+archive/ubuntu/apps
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpxm3c9iik/secring.gpg' created
gpg: keyring `/tmp/tmpxm3c9iik/pubring.gpg' created
gpg: requesting key F59EAE4D from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpxm3c9iik/trustdb.gpg: trustdb created
gpg: key F59EAE4D: public key "Launchpad PPA for NoobsLab" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK

按如下所示更新本地存储库-

$ sudo apt-get update

要安装 xdman,请使用以下命令 –

$ sudo apt-get install xdman

示例输出应如下所示 –

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
   apport-hooks-elementary contractor libgda-5.0-4 libgda-5.0-common
   libgranite-common libgranite3 libgsignon-glib1 libindicate5 libnoise-core0
   libtagc0 mysql-server-5.7 mysql-server-core-5.7
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
   xdman
0 upgraded, 1 newly installed, 0 to remove and 187 not upgraded.
Need to get 446 kB of archives.
After this operation, 1,135 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/noobslab/apps/ubuntu xenial/main amd64 xdman all 2:5.0.75~xenial~NoobsLab.com [446 kB]
.........................................................................................

要打开 xdman,请使用以下命令 –

$ xdman

示例输出应如下所示 –

阅读本文后,您将能够理解 – 如何在 Ubuntu 16.04 上安装 XDM。在下一篇文章中,我们将提供更多基于 Linux 的技巧和窍门。继续阅读!


相关文章