[GH-ISSUE #1611] Documentation: add note about python3-distutils to bare metal install section #2474

Closed
opened 2026-03-01 17:59:17 +03:00 by kerem · 1 comment
Owner

Originally created by @Mela on GitHub (Dec 6, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1611

Originally assigned to: @pirate on GitHub.

What is the URL of the page you'd like to see improved?

https://github.com/ArchiveBox/ArchiveBox/wiki/Install#option-c-bare-metal-setup

What is the title of the relevant section?

Ubuntu/Debian-based Systems

What is the suggested edit?

Install base system dependencies manually (check ArchiveBox/Dockerfile for more if needed)

sudo apt install python3 python3-pip python3-minimal python3-distutils nodejs libatomic1 zlib1g-dev libssl-dev libldap2-dev libsasl2-dev python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps dnsutils wget curl git yt-dlp ffmpeg ripgrep

There is no apt packet named 'python3-distutils'. The instruction thus will not result in a working installation.

Regards,
Mela

Originally created by @Mela on GitHub (Dec 6, 2024). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1611 Originally assigned to: @pirate on GitHub. ### What is the URL of the page you'd like to see improved? https://github.com/ArchiveBox/ArchiveBox/wiki/Install#option-c-bare-metal-setup ### What is the title of the relevant section? Ubuntu/Debian-based Systems ### What is the suggested edit? > # Install base system dependencies manually (check ArchiveBox/Dockerfile for more if needed) > sudo apt install python3 python3-pip python3-minimal **python3-distutils** nodejs libatomic1 zlib1g-dev libssl-dev libldap2-dev libsasl2-dev python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps dnsutils wget curl git yt-dlp ffmpeg ripgrep There is no apt packet named 'python3-distutils'. The instruction thus will not result in a working installation. Regards, Mela
kerem 2026-03-01 17:59:17 +03:00
Author
Owner

@pirate commented on GitHub (Dec 6, 2024):

There is: https://packages.debian.org/search?keywords=python3-distutils

But it's not necessary for all debian-based distributions, you can try pip install distutils. It only became nesessary when python3.12 removed it from the default install.

<!-- gh-comment-id:2524376068 --> @pirate commented on GitHub (Dec 6, 2024): There is: https://packages.debian.org/search?keywords=python3-distutils But it's not necessary for all debian-based distributions, you can try `pip install distutils`. It only became nesessary when python3.12 removed it from the default install.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2474
No description provided.