Package Details - gvfs-daemons

Metadata
Version
1.57.2-2ubuntu5.1
Architecture
amd64
Section
libs
Priority
optional
Source
gvfs
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://wiki.gnome.org/Projects/gvfs
Description

userspace virtual filesystem - servers

Relations
Depends
gvfs-common (= 1.57.2-2ubuntu5.1) gvfs-libs (= 1.57.2-2ubuntu5.1) lsof udisks2 libc6 (>= 2.38) libglib2.0-0t64 (>= 2.83.0) libgudev-1.0-0 (>= 147) libsecret-1-0 (>= 0.7) libsystemd0 libudisks2-0 (>= 2.0.91)
Recommends
dbus gvfs
Suggests
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 gvfs-daemons
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 107 KB

Installed Size: 477 B

Component: main

Multi-Arch: foreign


Hashes
SHA256: e7ffebb41f40bddf262808478670dd0842ece53c55f2216ae572c49c63df9b64 SHA1: fb979050b4d1a51806b682d3481eedfca8caad6e MD5: 98f821b8a9565fea3849209cdccf386a
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.