Skip to content

Commit

Permalink
简化操作步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
E committed Jul 4, 2019
1 parent 6865faf commit fc4706d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions 使用yum下载RPM包/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
## Yumdownloader

```shell
$ yum install yum-utils
$ yum install -y yum-utils
# 默认下载在当前目录,--destdir=DESTDIR destination directory (defaults to current directory)
$ yumdownloader <package>
$ yumdownloader --downloadonly <package>
```

```bash
$ yum install --download
```



0 comments on commit fc4706d

Please sign in to comment.