- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials Software
- >
- Re: Running apt on HVM Hosts
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2025 07:31 PM - last edited on 10-28-2025 07:32 AM by support_s
10-26-2025 07:31 PM - last edited on 10-28-2025 07:32 AM by support_s
Running apt on HVM Hosts
When installing using the HVM OS installation ISO, should I run `apt update` and `apt upgrade` on the host to update the packages?
Or is it better not to run them?
Since `/etc/apt/sources.list.d/hep-ubuntu.sources` exists, running `apt update` and `apt upgrade` would update the packages, so I was wondering if updating is recommended.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2025 01:56 PM
11-02-2025 01:56 PM
Re: Running apt on HVM Hosts
You can certainly run apt update && apt upgrade on the HVM hosts. The HVM Base ISO is configured to use HPE speficic repositories instead of the standard Ubuntu ones.
If you receive a "signed-by" error during apt update, you can fix it as described below:
Download the public GPG key to the hosts using the wget command:
wget -P /etc/apt/keyrings/ https://update1.linux.hpe.com/repo/hpevme/apt/pub_key/zion_repo_public.key
Update the APT sources list to reference the newly downloaded GPG key for both repositories.
Content of /etc/apt/sources.list.d/hpe-ubuntu.sources:
Types: deb
URIs: https://update1.linux.hpe.com/repo/hpevme/zion-private-ubuntu/
Suites: pulp
Components: upload
Check-Valid-Until: False
Trusted: True
Signed-by: /etc/apt/keyrings/zion_repo_public.key
Types: deb
URIs: https://update1.linux.hpe.com/repo/hpevme/zion-os-updates-prod/ubuntu2404-os-updates/
Suites: noble-updates
Components: main
Check-Valid-Until: False
Trusted: True
Signed-by: /etc/apt/keyrings/zion_repo_public.keyRun the following commands to refresh package lists and apply updates.
sudo apt update sudo apt upgrade
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]