Package Details - libcjson1

Metadata
Version
1.7.18-3.1ubuntu0.1
Architecture
amd64
Section
universe/libs
Priority
optional
Source
cjson
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Maytham Alsudany <maytha8thedev@gmail.com>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://github.com/DaveGamble/cJSON
Description

Ultralightweight JSON parser in ANSI C

Relations
Depends
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 libcjson1
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 22 KB

Installed Size: 83 B

Component: universe

Multi-Arch: same


Hashes
SHA256: 57208a170af981174873dcb4c5c0b699810602156fb910c0a8676616a5f1ec05 SHA1: 714cd299da32f155c03bee3901b8c853cf639d25 MD5: 90096a4b0bcf13b52d49c51fc4b945a6
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.