Hi everyone.
In GUI AlmaLinux installer, in the component list there is an item
“Remote management interface for AlmaLinux”
what is the actual underlying component under this item?
I have tried to google and search in github (especially AlmaLinux repos) and haven’t found direct answer. It is mentioned XRDP or cockpit
Also would be thankful if someone will provide details or source code of the installer configuration.
Are you sure about the spelling?
The dnf group list --hidden | grep Remote finds “Remote Management for Linux”, which:
# dnf -q group info "Remote Management for Linux"
Group: Remote Management for Linux
Description: Remote management interface for AlmaLinux.
Default Packages:
cockpit
net-snmp
net-snmp-utils
rhel-system-roles
sblim-cmpi-base
tog-pegasus
wsmancli
Optional Packages:
openwsman-server
sblim-indication_helper
sblim-sfcb
sblim-wbemcli
Those default packages. Mainly the cockpit, I suppose. (I don’t use it. I do use Ansible though, but the managed system does not need the rhel-system-roles, just my “control tower”.)