I need to install HP support package on Ubuntu Trust / 14.04.
Add the following line to:
sudo nano /etc/apt/sources.list.d/hp-proliant-support-pack.list
Add the following line:
deb http://downloads.linux.hpe.com/SDR/downloads/MCP/ubuntu trusty current/non-free
Update the apt-get cache:
sudo apt-get update
You can see the list of packaging in this repository by using this command:
grep ^Package: /var/lib/apt/lists/downloads.linux.hp.com*
Hope this helps someone.