Package Details - udev
Metadata
- Version
- 257.9-0ubuntu2.4
- Architecture
amd64- Section
admin- Priority
important- Source
systemd- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://systemd.io
- Description
/dev/ and hotplug management daemon
Relations
Depends
libblkid1 (>= 2.37.2)
libc6 (>= 2.38)
libsystemd-shared (= 257.9-0ubuntu2.4)
systemd
|
systemd-standalone-sysusers
|
systemd-sysusers
libkmod2
libudev1 (= 257.9-0ubuntu2.4)
Recommends
Conflicts
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/2
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-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install udev
Status & Files
Storage State: Physical (Cached)
Download Size: 1395 KB
Installed Size: 10056 B
Component: main
Multi-Arch: foreign
Hashes
SHA256: fa3ba2ee54c850cc0d7a7f5d9858a68f820543950ca3d63f0fc6aa2b901eb8b0 SHA1: 1de8db9cc6e6b035adfd95c87f6a6d6283888f83 MD5: 104ef25e1cdc0e48cff6c984d7e50fcaWhat 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.