qemu-guest-agent from home:buluma project

Select Your Operating System

For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install qemu-guest-agent
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install qemu-guest-agent

Packages for Debian Testing:

Packages for Debian 11:

For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:buluma/Fedora_Rawhide/home:buluma.repo
dnf install qemu-guest-agent

Packages for Fedora Rawhide:

For xUbuntu 22.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install qemu-guest-agent
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install qemu-guest-agent
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install qemu-guest-agent

Packages for xUbuntu 22.10:

Packages for xUbuntu 22.04:

Packages for xUbuntu 20.04:

For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?