This is a “Guide” for installing Dell iDRAC Service Module.
This works both on Debian 11 (Bullseye) and Ubuntu 22.04 (Jammy)
For Ubuntu 22.04
sudo echo 'deb http://linux.dell.com/repo/community/openmanage/iSM/5100/jammy jammy main' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
sudo wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
sudo apt-key add 0x1285491434D8786F.asc
sudo apt-get update
sudo apt-get install dcism
For Debian 11
sudo echo 'deb http://linux.dell.com/repo/community/openmanage/iSM/5100/bullseye bullseye main' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
sudo wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
sudo apt-key add 0x1285491434D8786F.asc
sudo apt-get update
sudo apt-get install dcism
For any older versions please look at the OpenManage Repo