Package Details - google-guest-agent
Metadata
- Version
- 20250506.01-0ubuntu1.1
- Architecture
amd64- Section
devel- Priority
optional- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/GoogleCloudPlatform/guest-agent
- Description
Google Compute Engine Guest Agent
Relations
Depends
libc6 (>= 2.34)
google-compute-engine-oslogin (>= 20231004.00-0ubuntu1)
Breaks
gce-compute-image-packages (<< 20191115)
python3-google-compute-engine
Replaces
gce-compute-image-packages (<< 20191115)
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/4
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update
Step 2: Install the package
sudo apt install google-guest-agent
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 14439 KB
Installed Size: 50235 B
Component: main
Hashes
SHA256: 77e899f4fb638cf1a80e2b4bc7687924dec345e5b0c22307ba268490ac3fb176 SHA1: 4ff66925e4f3388dac0f6aba138a1a80e75c8d61 MD5: c44ef55830768466f9b3ff5f268f191fWhat is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.