[GH-ISSUE #1492] Question: How to uninstall ArchiveBox using apt on Ubuntu #3899

Closed
opened 2026-03-15 00:54:14 +03:00 by kerem · 3 comments
Owner

Originally created by @TheKingKerellos on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1492

Question in the title.
Ubuntu 22.04.3 LTS
Used the automatic install script

Originally created by @TheKingKerellos on GitHub (Aug 22, 2024). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1492 Question in the title. Ubuntu 22.04.3 LTS Used the automatic install script
kerem 2026-03-15 00:54:14 +03:00
Author
Owner

@pirate commented on GitHub (Aug 22, 2024):

Did you choose docker or apt when prompted by the auto script?

<!-- gh-comment-id:2305614404 --> @pirate commented on GitHub (Aug 22, 2024): Did you choose docker or apt when prompted by the auto script?
Author
Owner

@TheKingKerellos commented on GitHub (Aug 22, 2024):

Did you choose docker or apt when prompted by the auto script?

I used apt

<!-- gh-comment-id:2305622599 --> @TheKingKerellos commented on GitHub (Aug 22, 2024): > Did you choose docker or apt when prompted by the auto script? I used apt
Author
Owner

@pirate commented on GitHub (Aug 22, 2024):

Ok, thats easy then, you can just uninstall it with apt like any other package. Run this to fully uninstall:

pip uninstall archivebox
apt purge -y archivebox
apt autoremove -y
rm /etc/apt/sources.list.d/archivebox.list

If you have any feedback on why you stopped using it, no hard feelings, feel free to share, I am always trying to improve it.

<!-- gh-comment-id:2305829794 --> @pirate commented on GitHub (Aug 22, 2024): Ok, thats easy then, you can just uninstall it with apt like any other package. Run this to fully uninstall: ```bash pip uninstall archivebox apt purge -y archivebox apt autoremove -y rm /etc/apt/sources.list.d/archivebox.list ``` If you have any feedback on why you stopped using it, no hard feelings, feel free to share, I am always trying to improve it.
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#3899
No description provided.