Skip to content

Linux usage

Mealman1551 edited this page Jan 11, 2026 · 20 revisions

How to install and use on Linux Linux

Requirements

  • A Modern Linux distro with at least glibc 2.31

Installation


Tarball

  1. Donwload the tarball

You can download the tarball here: Download

  1. Unpack the tarball

  2. run install.sh

  3. type

adc

in the terminal to use ADC


Command

Dependencies:

  1. Wget
  2. xz-utils
mkdir -p ~/adc-temp && cd ~/adc-temp && wget -O adc.tar.xz "https://github.com/Mealman1551/ArchivedDataCodec/releases/download/v1.4.4/adc.tar.xz" && tar -xJf adc.tar.xz && sudo ./install.sh && cd ~ && rm -rf ~/adc-temp

Remove ADC

You can remove ADC by running remove.sh

or via command

wget -O- "https://gitlab.com/adc-project/bash/-/raw/main/remove.sh" | bash
© 2025 Mealman1551

Clone this wiki locally