doc: update variables ref & minor improvment.
This commit is contained in:
parent
5704d1ba20
commit
10d852ca1d
6 changed files with 53 additions and 19 deletions
|
|
@ -55,6 +55,14 @@ dpkg-buildpackage -b -d --no-sign
|
|||
sudo dpkg -i ../apparmor.d_*_all.deb
|
||||
```
|
||||
|
||||
!!! tip
|
||||
|
||||
If you have `devscripts` installed, you can use the one liner:
|
||||
```sh
|
||||
make dpkg
|
||||
```
|
||||
|
||||
|
||||
|
||||
## :simple-suse: OpenSUSE
|
||||
|
||||
|
|
@ -97,6 +105,13 @@ sudo make profile-names...
|
|||
```
|
||||
So, you can install the additional profiles `wl-copy`, `xclip`, `pass-import`, and `child-pager` if desired.
|
||||
|
||||
|
||||
## Uninstall
|
||||
|
||||
- :material-arch: Archlinux `sudo pacman -R apparmor.d`
|
||||
- :material-ubuntu: Ubuntu & :material-debian: Debian `sudo apt purge apparmor.d`
|
||||
|
||||
|
||||
[aur]: https://aur.archlinux.org/packages/apparmor.d-git
|
||||
[repo]: https://repo.pujol.io/
|
||||
[keys]: https://repo.pujol.io/gpgkey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue