From 9b26c3b16ae01d0120c2706d402563ffad64a705 Mon Sep 17 00:00:00 2001 From: Moni Ghaoui Date: Mon, 13 Oct 2025 23:20:15 +0200 Subject: [PATCH] x --- os/AlmaLinux/AlmaLinux.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/os/AlmaLinux/AlmaLinux.md b/os/AlmaLinux/AlmaLinux.md index f2fc0a6..a7a6e73 100644 --- a/os/AlmaLinux/AlmaLinux.md +++ b/os/AlmaLinux/AlmaLinux.md @@ -22,6 +22,18 @@ And then install my favorites: dnf install -y tmux htop ncdu neovim git ``` +Disable `This system is not registered with an entitlement server. You can use subscription-manager to register.` + +```sh +nvim /etc/yum/pluginconf.d/subscription-manager.conf +``` + +Set this variable: + +```ini +enabled=0 +``` + # Docker Official instructions: https://docs.docker.com/engine/install/rhel/