I ran the command:
and received the following:
I searched the forum and only found this thread:
https://forum.proxmox.com/threads/install-qemu-guest-agent-at-ubuntu-18-04.47641/
Unlike the OP in that thread, I do have the Bionic universe repository enabled.
So, I ran the command
and my repositories are:
Thanks,
Code:
sudo apt-get install qemu-guest-agent
and received the following:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package qemu-guest-agent
I searched the forum and only found this thread:
https://forum.proxmox.com/threads/install-qemu-guest-agent-at-ubuntu-18-04.47641/
Unlike the OP in that thread, I do have the Bionic universe repository enabled.
So, I ran the command
Code:
cat /etc/apt/sources.lest | less
- deb http://archive.ubuntu.com/ubuntu bionic main restricted
- deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted
- deb http://archive.ubuntu.com/ubuntu bionic universe
- deb http://archive.ubuntu.com/ubuntu bionic-updates universe
- deb http://archive.ubuntu.com/ubuntu bionic multiverse
- deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
- deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
Thanks,