<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Running apt on HVM Hosts in HPE Morpheus VM Essentials Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/running-apt-on-hvm-hosts/m-p/7258019#M1353</link>
    <description>&lt;P&gt;You can certainly run apt update &amp;amp;&amp;amp; apt upgrade on the HVM hosts.&amp;nbsp; The HVM Base ISO is configured to use HPE speficic repositories instead of the standard Ubuntu ones.&lt;BR /&gt;If you receive a "signed-by" error during apt update, you can fix it as described below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;1. Retrieve the Public Key&lt;BR /&gt;Download the public GPG key to the hosts using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;wget&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command:&lt;/DIV&gt;&lt;PRE&gt;wget -P /etc/apt/keyrings/ &lt;A href="https://update1.linux.hpe.com/repo/hpevme/apt/pub_key/zion_repo_public.key" target="_blank" rel="noopener noreferrer"&gt;https://update1.linux.hpe.com/repo/hpevme/apt/pub_key/zion_repo_public.key&lt;/A&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. Configure APT Sources with the New GPG Key&lt;BR /&gt;Update the APT sources list to reference the newly downloaded GPG key for both repositories.&lt;BR /&gt;Content of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/etc/apt/sources.list.d/hpe-ubuntu.sources:&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;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.key&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3. Update and Upgrade Packages&lt;BR /&gt;Run the following commands to refresh package lists and apply updates.&lt;/DIV&gt;&lt;PRE&gt;sudo apt update sudo apt upgrade&lt;/PRE&gt;&lt;DIV&gt;You should not see the warning message anymore.&lt;/DIV&gt;</description>
    <pubDate>Sun, 02 Nov 2025 21:56:11 GMT</pubDate>
    <dc:creator>Arnout_Verbeken</dc:creator>
    <dc:date>2025-11-02T21:56:11Z</dc:date>
    <item>
      <title>Running apt on HVM Hosts</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/running-apt-on-hvm-hosts/m-p/7257583#M1285</link>
      <description>&lt;P&gt;When installing using the HVM OS installation ISO, should I run `apt update` and `apt upgrade` on the host to update the packages?&lt;BR /&gt;Or is it better not to run them?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/running-apt-on-hvm-hosts/m-p/7257583#M1285</guid>
      <dc:creator>YA1007</dc:creator>
      <dc:date>2025-10-28T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Running apt on HVM Hosts</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/running-apt-on-hvm-hosts/m-p/7258019#M1353</link>
      <description>&lt;P&gt;You can certainly run apt update &amp;amp;&amp;amp; apt upgrade on the HVM hosts.&amp;nbsp; The HVM Base ISO is configured to use HPE speficic repositories instead of the standard Ubuntu ones.&lt;BR /&gt;If you receive a "signed-by" error during apt update, you can fix it as described below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;1. Retrieve the Public Key&lt;BR /&gt;Download the public GPG key to the hosts using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;wget&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command:&lt;/DIV&gt;&lt;PRE&gt;wget -P /etc/apt/keyrings/ &lt;A href="https://update1.linux.hpe.com/repo/hpevme/apt/pub_key/zion_repo_public.key" target="_blank" rel="noopener noreferrer"&gt;https://update1.linux.hpe.com/repo/hpevme/apt/pub_key/zion_repo_public.key&lt;/A&gt;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. Configure APT Sources with the New GPG Key&lt;BR /&gt;Update the APT sources list to reference the newly downloaded GPG key for both repositories.&lt;BR /&gt;Content of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/etc/apt/sources.list.d/hpe-ubuntu.sources:&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;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.key&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3. Update and Upgrade Packages&lt;BR /&gt;Run the following commands to refresh package lists and apply updates.&lt;/DIV&gt;&lt;PRE&gt;sudo apt update sudo apt upgrade&lt;/PRE&gt;&lt;DIV&gt;You should not see the warning message anymore.&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Nov 2025 21:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/running-apt-on-hvm-hosts/m-p/7258019#M1353</guid>
      <dc:creator>Arnout_Verbeken</dc:creator>
      <dc:date>2025-11-02T21:56:11Z</dc:date>
    </item>
  </channel>
</rss>

