Package Details - gstreamer1.0-plugins-base

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 plugins from the "base" set

Relations
Depends
libc6 (>= 2.38) libcdparanoia0 (>= 3.10.2+debian) libglib2.0-0t64 (>= 2.81.1) libgstreamer-plugins-base1.0-0 (>= 1.26.0) libgstreamer1.0-0 (>= 1.26.0) libogg0 (>= 1.0rc3) libopus0 (>= 1.1) liborc-0.4-0t64 (>= 1:0.4.34) libtheoradec1 (>= 1.1) libtheoraenc1 (>= 1.1) libvisual-0.4-0 (>= 0.4.0) libvorbis0a (>= 1.3.1) libvorbisenc2 (>= 1.3.1)
Suggests
Breaks
gstreamer1.0-plugins-bad (<< 1.15.1)
Replaces
gstreamer1.0-plugins-bad (<< 1.15.1)
Provides
gstreamer1.0-audiosource gstreamer1.0-videosource
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 gstreamer1.0-plugins-base
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 728 KB

Installed Size: 2520 B

Component: main

Multi-Arch: same


Hashes
SHA256: f5e56e9a3ff6fee85c1010da72222da45bd7993254421cbb3928827b7ddb83ad SHA1: 9f2ab68541e20e93a2efd56f194e09e569c5fa33 MD5: e96f5770148791641c43402c4b2b14ab
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.