How/where do I get hponcfg for Ubuntu 24?
Oliver Grawert
ogra at ubuntu.com
Fri Jun 27 17:27:34 UTC 2025
Hi,
Am Freitag, dem 27.06.2025 um 13:13 -0400 schrieb Robert Moskowitz via
ubuntu-users:
> Unfortunately for me, I am a Ubuntu newbe and instructions like this:
>
> Apt(ubuntu/debian) is a bit different in that you put the
> configuration file in /etc/apt/sources.list.d/, which contains one
> line,
> for example "deb http://downloads.linux.hpe.com/SDR/repo/hprest
> xenial/current non-free". Substituting xenial with your current
> distribution version (cat /etc/lsb-release). For the contents of the
> configuration file, please see the project page for the repository.
> The
> hprest configuration file, for example, is at
> http://downloads.linux.hpe.com/SDR/project/hprest/
>
> are beyond my current level. Give me a year or two.
>
> The config file?
>
You create a file like: /etc/apt/sources.list.d/hpconfig-repo.list
> and
>
> cat /etc/lsb-release
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=24.04
> DISTRIB_CODENAME=noble
> DISTRIB_DESCRIPTION="Ubuntu 24.04.2 LTS"
>
> distribution version?
That tells your distribution code name is "noble"
Googling a bit gets me to this page with the package list of a repo
containing the tool you look for:
https://downloads.linux.hpe.com/SDR/repo/mcp/ubuntu/dists/noble/current/non-free/binary-amd64/Packages
So deducting from that URL you want to put the line (mind you the mail
program might wrap the line below, you want a single line):
deb http://downloads.linux.hpe.com/SDR/repo/mcp
noble/current non-free
...into the /etc/apt/sources.list.d/hpconfig-repo.list file
then run:
sudo apt update
sudo apt install hpconfig
(you might need to allow it to install the package unsigned, I could
not find a GPG key for the repo)
ciao
oli
More information about the ubuntu-users
mailing list