-
-
Notifications
You must be signed in to change notification settings - Fork 0
Linux usage
Mealman1551 edited this page Jan 11, 2026
·
20 revisions
- A Modern Linux distro with at least glibc 2.31
- Donwload the tarball
You can download the tarball here: Download
-
Unpack the tarball
-
run
install.sh -
type
adcin the terminal to use ADC
Dependencies:
- Wget
- 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-tempYou can remove ADC by running remove.sh
or via command
wget -O- "https://gitlab.com/adc-project/bash/-/raw/main/remove.sh" | bashOfficial ADC Archiver wiki