<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] How to install guest tools via apt?]]></title><description><![CDATA[<p dir="auto">i tried to install guest tools via apt because it is easier when working with cloud images so we can install it in cloudinit</p>
<p dir="auto">but when i did, it is showing older versions <code>7.20.2</code> from the installation output below</p>
<pre><code>root@test-1:~# apt install xe-guest-utilities
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  xe-guest-utilities
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 765 kB of archives.
After this operation, 1979 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 xe-guest-utilities amd64 7.20.2-0ubuntu1 [765 kB]
Fetched 765 kB in 1s (834 kB/s)             
Selecting previously unselected package xe-guest-utilities.
(Reading database ... 74727 files and directories currently installed.)
Preparing to unpack .../xe-guest-utilities_7.20.2-0ubuntu1_amd64.deb ...
Unpacking xe-guest-utilities (7.20.2-0ubuntu1) ...
Setting up xe-guest-utilities (7.20.2-0ubuntu1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/xe-daemon.service → /usr/lib/systemd/system/xe-daemon.service.
Scanning processes...                                                                                                                              
Scanning linux images...
</code></pre>
<p dir="auto">but when i check it in xen-orchestra the version showed is different and IP still not even showing</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1733672437250-5ab0f4d8-7207-4471-a980-db583d95ee0d-image.png" alt="5ab0f4d8-7207-4471-a980-db583d95ee0d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">if i installed using the guest-tools iso the latest version <code>7.30.0-12</code> is installed<br />
for XCP-ng version v8.2</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1733672498932-8a5d59d8-baa1-4e5f-95cb-9bf479630354-image.png" alt="8a5d59d8-baa1-4e5f-95cb-9bf479630354-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>so can someone please explain to me how we can install same version used with the guest tools iso <code>7.30.0-12</code>?</strong></p>
]]></description><link>https://xcp-ng.org/forum/topic/10088/solved-how-to-install-guest-tools-via-apt</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 01:15:36 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/10088.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Dec 2024 15:42:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] How to install guest tools via apt? on Sun, 08 Dec 2024 16:11:27 GMT]]></title><description><![CDATA[<p dir="auto">so i imported a new VM and made sure i mounted the guest-tools iso to it before converting it to template</p>
<p dir="auto">i just tried this and it worked!!!</p>
<pre><code>#cloud-config
hostname: someotheruser
ssh_authorized_keys:
  - ssh-rsa AAAAxxx
  - ssh-rsa AAAAxxx
  - ssh-ed25519 AAAAxxx
runcmd:
  - [mkdir, -p, /mnt/guest-tools]
  - [mount, /dev/cdrom, /mnt/guest-tools]
  - [bash, /mnt/guest-tools/Linux/install.sh]
  - [umount, /dev/cdrom]
  - [rm, -rf, /mnt/guest-tools]
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/86639</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/86639</guid><dc:creator><![CDATA[encryptblockr]]></dc:creator><pubDate>Sun, 08 Dec 2024 16:11:27 GMT</pubDate></item></channel></rss>