Skip to content

Commit

Permalink
book: fix rpm download links
Browse files Browse the repository at this point in the history
  • Loading branch information
lemora committed Jul 28, 2023
1 parent 108f2f5 commit 9e19557
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/TheBook/src/main/markdown/install.md
Expand Up @@ -64,17 +64,18 @@ HTTP/WebDAV protocol.
### Installing dCache

All dCache packages are available directly from our website's
[dCache releases](https://www.dcache.org/downloads/1.9/) page, under
the Downloads section.
[dCache downloads](https://www.dcache.org/downloads/) page.

```console-root
rpm -ivh https://www.dcache.org/downloads/1.9/repo/##SERIES##/dcache-##VERSION##-1.noarch.rpm
|Retrieving https://www.dcache.org/downloads/1.9/repo/##SERIES##/dcache-##VERSION##-1.noarch.rpm
rpm -ivh https://www.dcache.org/old/downloads/1.9/repo/##SERIES##/dcache-##VERSION##-1.noarch.rpm
|Retrieving https://www.dcache.org/old/downloads/1.9/repo/##SERIES##/dcache-##VERSION##-1.noarch.rpm
|Preparing... ################################# [100%]
|Updating / installing...
| 1:dcache-##VERSION##-1 ################################# [100%]
```

For example, `##SERIES##` could be `9.1` and `##VERSION##` could be `9.1.1`.

### Installing prerequisite packages

First, install OpenJDK and httpd-tools packages.
Expand Down

0 comments on commit 9e19557

Please sign in to comment.