Package Details - gpsd-clients

Metadata
Version
3.25-5ubuntu1.25.10.1
Architecture
amd64
Section
universe/misc
Priority
optional
Source
gpsd
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Boian Bonev <bbonev@ipacct.com>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://gpsd.io
Description

Global Positioning System - clients

Relations
Depends
gir1.2-gtk-3.0 gpsd-tools (= 3.25-5ubuntu1.25.10.1) libgps30t64 (= 3.25-5ubuntu1.25.10.1) python3 python3-cairo python3-gi python3-gi-cairo python3-gps python3-matplotlib python3-serial python3:any libbluetooth3 (>= 4.91) libc6 (>= 2.42) libdbus-1-3 (>= 1.10) libusb-1.0-0 (>= 2:1.0.8)
Suggests
Breaks
Replaces
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 gpsd-clients
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 488 KB

Installed Size: 1639 B

Component: universe


Hashes
SHA256: ad33f7fcc9ba95a961d2738510d455571b54230e04a1185374e9f0683a2251b3 SHA1: 0dfceb2f9621dddf41c939c95edf59a1ac596b36 MD5: 831c274a82c5789d7a66ff2968cce12f
What 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.