#deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current non-free #deb http://downloads.linux.hpe.com/SDR/repo/mcp bullseye/current non-free deb http://downloads.linux.hpe.com/SDR/repo/mcp bookworm/current non-free
curl http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | sudo apt-key add - curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | sudo apt-key add - curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | sudo apt-key add - curl http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | sudo apt-key add -
mv /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/hpe.gpg
Альтернативный способ:
wget -O- https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | gpg --dearmor > /usr/share/keyrings/hpePublicKey2048-archive-keyring.gpg echo "deb [signed-by=/usr/share/keyrings/hpePublicKey2048-archive-keyring.gpg] http://downloads.linux.hpe.com/SDR/repo/mcp bookworm/current non-free" > /etc/apt/sources.list.d/hpe.list