18 lines
299 B
Markdown
Executable File
18 lines
299 B
Markdown
Executable File
# ubuntu 16.04 安装使用 uget
|
|
|
|
> http://www.cnblogs.com/EasonJim/p/7119294.html
|
|
|
|
|
|
## 安装uget
|
|
|
|
``` bash
|
|
sudo add-apt-repository ppa:plushuang-tw/uget-stable
|
|
sudo apt update
|
|
sudo apt install uget
|
|
```
|
|
|
|
``` bash
|
|
sudo add-apt-repository ppa:t-tujikawa/ppa
|
|
sudo apt update
|
|
sudo apt install aria2
|
|
``` |