Arch linux qemu guest agent

ArchPKGs

qemu-guest-agent-git Install (Update/Remove) Guide on Arch-Based Linux (Manjaro/RebornOS)

qemu-guest-agent-git is «QEMU Guest Agent. Git version.» according to its description. To get qemu-guest-agent-git from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Artix, Garuda, RebornOS) is fairly uncomplicated. This guide will be covering how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay ).

Table of Contents

Two well known ways are used to install qemu-guest-agent-git from AUR. pacman is the choice for you if you are a veteran in command-line interface and know the concept of how packages are built. Otherwise, yay is a convenient alternative to install packages without the need to review PKGBUILD and build packages with makepkg afterwards.

sudo pacman -S --needed git && git clone https://aur.archlinux.org/qemu-guest-agent-git.git && cd qemu-guest-agent-git && makepkg -si
  1. Install git if required (not installed before).
  2. clone the package’s git repository from AUR.
  3. cd into the folder of the repository.
  4. Build the package with makepkg . Also, it will automatically be installed with pacman if built successfully.
yay -S qemu-guest-agent-git

Just like installing AUR packages, updating them is almost the same. All you have to do is pull it from source then re-build it. Yet, it is still a good practice to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid dependency issues, since Arch is a rolling-release Linux distro.

Читайте также:  Linux подключить сетевой диск cifs

Make certain you’re in the directory of the repository you previously cloned before running the command:

git pull && makepkg -si
  1. pull from the package’s git repository.
  2. Use makepkg to build the package. Also, it will automatically be updated with pacman afterwards.

Removing packages is the simplest of these three,just choose whether to purge the dependencies that no longer required by other packages and the configuration files used by the package.

sudo pacman -R qemu-guest-agent-git
sudo pacman -Rs qemu-guest-agent-git
sudo pacman -Rns qemu-guest-agent-git
yay -R qemu-guest-agent-git
yay -Rs qemu-guest-agent-git
yay -Rns qemu-guest-agent-git

For more information about installing/updating AUR packages or how to get yay , please refer to this tutorial published on NoCache.

Beginner’s Guide on Installing kamailio on Arch Linux, Manjaro and BlackArch

kamailio is «The Open Source SIP Server» based on its description. To get this package (kamailio) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Garuda, RebornOS) is comparatively straightforward. This tutorial will cover how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay.

Complete Tutorial on libpam-freerdp2 Installation on Arch Linux (Manjaro/Artix)

«Arctica Greeter: Remote logon support for freerdp (PAM module)» is their definition of libpam-freerdp2. To install and update this package (libpam-freerdp2) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, ArcoLinux, RebornOS, Artix, Garuda) is pretty easy. This tutorial will show you step-by-step how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.

Guide on Install (Update/Uninstall) olsrd on Arch Linux (Manjaro, Garuda)

Quoting from olsrd’s definition, it is «The olsr.org implementation of the Optimized Link State Routing Protocol.». To install and update this package (olsrd) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Garuda) is rather uncomplicated. This tutorial will show you step-by-step how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).

Читайте также:  Неклассифицированное usb устройство astra linux

How to Install (Update/Uninstall) stardict-jmdict-ja-en on Arch Linux, Manjaro and RebornOS

«Stardict Japanese-Multilingual Dictionary: Japanese to English.» is the developer’s definition of stardict-jmdict-ja-en. To get this package (stardict-jmdict-ja-en) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Garuda, Anarchy, BlackArch) is comparatively straightforward. This tutorial will be covering how to install, update and remove the package with either the default package manager pacman or an AUR helper (e.g. yay).

Installing browserstack-local-x64 with CLI on Arch-Based Linux (Manjaro/Artix)

browserstack-local-x64 is «BrowserStack Local Testing binary — 64bit» based on its own definition. To install and update this package (browserstack-local-x64) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, BlackArch, Parabola, ArcoLinux, Garuda) is fairly simple. This tutorial will be covering how to install/update/remove the package with either the default package manager pacman or an AUR helper (e.g. yay).

How to Install zfs-undelete-git with Command Line on Arch Linux/Manjaro/ArcoLinux

«easy-to-use CLI tool to recover files from zfs snapshots» is the maintainer’s description of zfs-undelete-git. To install zfs-undelete-git from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy and Garuda is pretty uncomplicated. This tutorial will show you step-by-step how to install, update and remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

More guides… copyright 2023 ArchPKGs. All Rights Reserved.

Источник

DESCRIPTION

The QEMU Guest Agent is a daemon intended to be run within virtual machines. It allows the hypervisor host to perform various operations in the guest, such as:

  • get information from the guest
  • set the guest’s system time
  • read/write a file
  • sync and freeze the filesystems
  • suspend the guest
  • reconfigure guest local processors
  • set user’s password
  • .

qemu-ga will read a system configuration file on startup (located at /etc/qemu/qemu-ga.conf by default), then parse remaining configuration options on the command line. For the same key, the last option wins, but the lists accumulate (see below for configuration file format).

OPTIONS

-m, —method=METHOD Transport method: one of unix-listen, virtio-serial, or isa-serial, or vsock-listen (virtio-serial is the default).

-p, —path=PATH Device/socket path (the default for virtio-serial is /dev/virtio-ports/org.qemu.guest_agent.0, the default for isa-serial is /dev/ttyS0). Socket addresses for vsock-listen are written as : .

Читайте также:  Ivms 4200 linux x64

-F, —fsfreeze-hook=PATH Enable fsfreeze hook. Accepts an optional argument that specifies script to run on freeze/thaw. Script will be called with ‘freeze’/’thaw’ arguments accordingly (default is /etc/qemu/fsfreeze-hook). If using -F with an argument, do not follow -F with a space (for example: -F/var/run/fsfreezehook.sh).

-t, —statedir=PATH Specify the directory to store state information (absolute paths only, default is /var/run).

-b, —block-rpcs=LIST Comma-separated list of RPCs to disable (no spaces, use help to list available RPCs).

FILES

The syntax of the qemu-ga.conf configuration file follows the Desktop Entry Specification, here is a quick summary: it consists of groups of key-value pairs, interspersed with comments.

# qemu-ga configuration sample [general] daemonize = 0 pidfile = /var/run/qemu-ga.pid verbose = 0 method = virtio-serial path = /dev/virtio-ports/org.qemu.guest_agent.0 statedir = /var/run

The list of keys follows the command line options:

Key Key type
daemon boolean
method string
path string
logfile string
pidfile string
fsfreeze-hook string
statedir string
verbose boolean
block-rpcs string list

SEE ALSO

AUTHOR

2023, The QEMU Project Developers

Package name: extra/qemu-guest-agent Version: 8.0.2-1 Upstream: https://www.qemu.org/ Licenses: GPL2, LGPL2.1 Manuals: /listing/extra/qemu-guest-agent/ Table of contents

Powered by archmanweb, using mandoc for the conversion of manual pages.

The website is available under the terms of the GPL-3.0 license, except for the contents of the manual pages, which have their own license specified in the corresponding Arch Linux package.

Источник

qemu-guest-agent on Arch Linux

Learn how to install qemu-guest-agent package:

2. Uninstall / Remove qemu-guest-agent package

Please follow the guidelines below to uninstall qemu-guest-agent package:

3. Details of qemu-guest-agent package

Repository : extra
Name : qemu-guest-agent
Version : 7.0.0-12
Description : QEMU Guest Agent
Architecture : x86_64
URL : https://www.qemu.org/
Licenses : GPL2 LGPL2.1
Groups : None
Provides : None
Depends On : gcc-libs glib2 libglib-2.0.so=0-64 libgmodule-2.0.so=0-64
glibc liburing liburing.so=2-64 systemd-libs
libudev.so=1-64
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 207.92 KiB
Installed Size : 646.87 KiB
Packager : Anatol Pomozov
Build Date : Wed Aug 10 20:35:02 2022
Validated By : MD5 Sum SHA-256 Sum Signature

4. References on Arch Linux

5. The same packages on other Linux Distributions

qemu-guest-agent (1:2.11+dfsg-1ubuntu7.40) Ubuntu 18.04 LTS (Bionic Beaver)

qemu-guest-agent (1:2.5+dfsg-5ubuntu10.51) Ubuntu 16.04 LTS (Xenial Xerus)

qemu-guest-agent (1:5.0-5ubuntu9.8) Ubuntu 20.10 (Groovy Gorilla)

qemu-guest-agent (1:6.0+dfsg-2expubuntu1.1) Ubuntu 21.10 (Impish Indri)

qemu-guest-agent (5.2.0-106.4) openSUSE Leap

qemu-guest-agent (6.1.0-35.1) openSuSE Tumbleweed

qemu-guest-agent (1:6.2+dfsg-2ubuntu6.3) Ubuntu 22.04 LTS (Jammy Jellyfish)

qemu-guest-agent (1:3.1+dfsg-8+deb10u9) Debian 10 (Buster)

Источник

Оцените статью
Adblock
detector