Update Ubuntu installation documentation (#67)
This commit is contained in:
parent
ac60431eb8
commit
0740edbdc7
1 changed files with 2 additions and 23 deletions
|
@ -16,30 +16,9 @@ brew install yadm
|
|||
|
||||
Several yum repositories are on Copr. Follow this link for [repositories and installation instructions](https://copr.fedorainfracloud.org/coprs/thelocehiliosan/yadm/).
|
||||
|
||||
## Ubuntu
|
||||
## Ubuntu/Debian
|
||||
|
||||
Beginning with Ubuntu 16.10 _(yakkety)_, a version of **yadm** is available via
|
||||
standard package repositories.
|
||||
|
||||
---
|
||||
|
||||
If using an older Ubuntu release, or to get a more up-to-date version of **yadm**, a PPA containing **yadm** exists
|
||||
[here](https://launchpad.net/~flexiondotorg/+archive/ubuntu/yadm). These
|
||||
commands should be sufficient to install:
|
||||
|
||||
```
|
||||
sudo apt-get install -y software-properties-common
|
||||
sudo add-apt-repository -y ppa:flexiondotorg/yadm
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install yadm
|
||||
```
|
||||
---
|
||||
|
||||
Otherwise, the instructions for Debian below should also work for Ubuntu.
|
||||
|
||||
## Debian
|
||||
|
||||
**yadm** is available in the stable release of Debian. It may be installed with `apt-get`.
|
||||
A version of **yadm** is available via standard package repositories. Use `apt-get` to install.
|
||||
|
||||
## Arch Linux
|
||||
|
||||
|
|
Loading…
Reference in a new issue