Skip to content

Instantly share code, notes, and snippets.

@krzysztofjeziorny
Last active December 3, 2018 16:59
Show Gist options
  • Save krzysztofjeziorny/8d581c591bbc9ccc3fc618c87362fe91 to your computer and use it in GitHub Desktop.
Save krzysztofjeziorny/8d581c591bbc9ccc3fc618c87362fe91 to your computer and use it in GitHub Desktop.
HP Enterprise apt repository for Debian 9/Stretch
Use script https://downloads.linux.hpe.com/SDR/add_repo.sh (wget, chmod +x, run) or add manually:
vim /etc/apt/sources.list.d/HP-mcp.list
# HPE Management Component Pack
# Latest, here for Debian stretch:
deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current non-free
# for Gen9 and older, use 10.xx dist:
deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/10.62 non-free
--
# GPG keys
# https://downloads.linux.hpe.com/SDR/keys.html
curl http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | apt-key add -
curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add -
curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add -
curl http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add -
--
getting the list of packages:
grep ^Package: /var/lib/apt/lists/downloads.linux.hpe.com*
Source: https://downloads.linux.hpe.com/SDR/project/mcp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment