@
Jafee 我之前在一个 vps 上用 ubuntu 时就是用我 1 楼那样说的做的。
安装上 libssh2-1 和 libc-ares2 这俩包(我测试虚拟机里就缺这俩),之后就能运行 arch 包里解压出的 aria2c 了
```
$ ./aria2c -v
aria2 version 1.31.0
Copyright (C) 2006, 2016 Tatsuhiro Tsujikawa
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
** Configuration **
Enabled Features: Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink, XML-RPC, SFTP
Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5, adler32
Libraries: zlib/1.2.11 libxml2/2.9.4 sqlite3/3.16.2 GnuTLS/3.5.8 nettle GMP/6.1.2 c-ares/1.12.0 libssh2/1.8.0
Compiler: gcc 6.3.1 20170109
built by x86_64-pc-linux-gnu
on Jan 17 2017 10:25:57
System: Linux 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64
Report bugs to
https://github.com/aria2/aria2/issuesVisit
https://aria2.github.io/```