From 608b599caf6ae96121fcc6c22c6200ef92495cdf Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 28 Apr 2024 17:34:38 +0100 Subject: [PATCH] doc: add a note on debian based install. --- docs/install.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index af58b491..09879ddd 100644 --- a/docs/install.md +++ b/docs/install.md @@ -65,6 +65,12 @@ sudo dpkg -i ../apparmor.d_*.deb sudo apt install -t bookworm-backports golang-go ``` +!!! warning + + **Beware**: do not install a `.deb` made for Debian on Ubuntu, the packages are differents. + + If your distribution is based on Ubuntu or Debian, you may want to manually set the target distribution by exporting `DISTRIBUTION=debian` if is Debian based, or `DISTRIBUTION=ubuntu` if it is Ubuntu based. + ## :simple-suse: OpenSUSE OpenSUSE users need to add [cboltz](https://en.opensuse.org/User:Cboltz) repo on OBS @@ -77,7 +83,7 @@ zypper install apparmor.d ## Partial install -For test purposes, you can install specific profiles with the following commands. Abstractions, tunables, and most of the OS dependent post-processing is managed. +For test purposes, you can install specific profiles with the following commands. Abstractions, tunable, and most of the OS dependent post-processing is managed. ```sh make