Merge pull request #4701 from jvanz/opensuse-dep
install.md: openSUSE dependencies
This commit is contained in:
commit
43292040ab
|
|
@ -149,6 +149,12 @@ sudo apt-get install \
|
||||||
uidmap
|
uidmap
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On openSUSE Leap 15.x and Tumbleweed:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo zypper -n in libseccomp-devel libgpgme-devel
|
||||||
|
```
|
||||||
|
|
||||||
On Manjaro (and maybe other Linux distributions):
|
On Manjaro (and maybe other Linux distributions):
|
||||||
|
|
||||||
Make sure that the Linux kernel supports user namespaces:
|
Make sure that the Linux kernel supports user namespaces:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue