- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Running apt on HVM Hosts
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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.
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
a month ago
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]