Package Details - apport-core-dump-handler

Metadata
Version
2.33.1-0ubuntu3
Architecture
all
Section
utils
Priority
optional
Source
apport
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://wiki.ubuntu.com/Apport
Description

Kernel core dump handler for Apport

Relations
Depends
Conflicts
core-dump-handler
Breaks
Replaces
apport (<< 2.27.0-0ubuntu7~) core-dump-handler
Provides
core-dump-handler
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/1

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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update

Step 2: Install the package

sudo apt install apport-core-dump-handler
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 19 KB

Installed Size: 38 B

Component: main


Hashes
SHA256: 29a0107cbae61a46334e6d297da6849198a0840e0f539da474644f78756c66a0 SHA1: 7f5746c80e6df8e77d76e0735aa85eefd2e6b620 MD5: 7f2bfeaff3d5b65a906f3e6ff801cb5e
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.