1
0
Fork 0
mirror of synced 2024-05-26 12:01:11 -04:00

Add PPA information for Ubuntu installs (#24)

This commit is contained in:
Tim Byrne 2017-01-10 00:16:24 -06:00
parent 443e3d8f04
commit ed15fef0c0
No known key found for this signature in database
GPG key ID: 6CBE24C2FD8CF76E

View file

@ -16,7 +16,28 @@ brew install yadm
Several yum repositories are on Copr. Follow this link for [repositories and installation instructions](https://copr.fedorainfracloud.org/coprs/thelocehiliosan/yadm/).
## Debian / Ubuntu
## Ubuntu
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 currently in the "testing" release of Debian. If you are using the "stable" release, you can still install **yadm** using the following process.