Skip to content

Debian or Ubuntu

Joshua1023 edited this page May 6, 2024 · 2 revisions

Tested on Ubuntu 22.04.

Disable SELinux

To simplify this tutorial, we will disable SELinux for now. You may also try to customize your SELinux policy if really needed.

setenforce 0
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/semanage.conf

Install dependencies

Run as root:

apt-get install -y git podman tar

Follow the instructions in AlmaLinux or Fedora or RHEL

Clone this wiki locally