Package Details - gstreamer1.0-plugins-base-apps
Metadata
- Version
- 1.26.6-1ubuntu0.1
- Architecture
amd64- Section
utils- 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 helper programs from the "base" set
Relations
Depends
libc6 (>= 2.34)
libglib2.0-0t64 (>= 2.76.0)
libgstreamer-plugins-base1.0-0 (>= 1.20.0)
libgstreamer1.0-0 (>= 1.26.0)
gstreamer1.0-tools
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-plugins-base-apps
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 44 KB
Installed Size: 181 B
Component: main
Hashes
SHA256: 05bd5a9013e57b989980f86ff6b425fe3dd728e634ce4fc4e87b6b506ccdffc6 SHA1: f53c93eb2a7557d72a70b65acd2e0171bcd5b7b2 MD5: ab3fa326f8fb19d46513975fbdf0d69aWhat 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.