From 914cf0c76079f9adac8ceb6ed322bc33faeb8b6f Mon Sep 17 00:00:00 2001 From: José Guilherme Vanz Date: Fri, 13 Dec 2019 19:42:49 -0300 Subject: install.md: openSUSE dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds documentation about how to install dependencies on openSUSE Signed-off-by: José Guilherme Vanz --- install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.md b/install.md index 218994587..5771fff45 100644 --- a/install.md +++ b/install.md @@ -149,6 +149,12 @@ sudo apt-get install \ uidmap ``` +On openSUSE Leap 15.x and Tumbleweed: + +```bash +sudo zypper -n in libseccomp-devel libgpgme-devel +``` + On Manjaro (and maybe other Linux distributions): Make sure that the Linux kernel supports user namespaces: -- cgit v1.2.3-54-g00ecf