Package Details - gstreamer1.0-alsa

Metadata
Version
1.26.6-1ubuntu0.1
Architecture
amd64
Section
libs
Priority
optional
Source
gst-plugins-base1.0
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://gstreamer.freedesktop.org
Description

GStreamer plugin for ALSA

Relations
Depends
Suggests
alsa-utils (>= 0.9.0)
Provides
gstreamer1.0-audiosink gstreamer1.0-audiosource
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 gstreamer1.0-alsa
Status & Files

Storage State: Physical (Cached)

Download Size: 48 KB

Installed Size: 179 B

Component: main

Multi-Arch: same


Hashes
SHA256: e185bd3b45cb40560c0b40d2ffcd9cf302b0afb2d44bf75d53d28aafc5e70812 SHA1: c36336a1d414fa217c271a6cce082c7e266c3305 MD5: 6c835a36486df6ae4a86645a3b1f167f
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.