diff --git a/_includes/linux/amazonlinux2.html b/_includes/linux/amazonlinux2.html
index beead8cb0..6a61c9559 100644
--- a/_includes/linux/amazonlinux2.html
+++ b/_includes/linux/amazonlinux2.html
@@ -4,6 +4,7 @@
gcc \
git \
glibc-static \
+ zip \
gzip \
libbsd \
libcurl \
diff --git a/_includes/linux/fedora39.html b/_includes/linux/fedora39.html
index 48cc21e82..b3261e52e 100644
--- a/_includes/linux/fedora39.html
+++ b/_includes/linux/fedora39.html
@@ -10,5 +10,6 @@
libxml2-devel \
python3-devel \
sqlite-devel \
+ zip \
unzip
{% endhighlight %}
diff --git a/_includes/linux/ubuntu2204.html b/_includes/linux/ubuntu2204.html
index ded61682d..b6b43fc8a 100644
--- a/_includes/linux/ubuntu2204.html
+++ b/_includes/linux/ubuntu2204.html
@@ -15,6 +15,7 @@
pkg-config \
python3-lldb-13 \
tzdata \
+ zip \
unzip \
zlib1g-dev
{% endhighlight %}
diff --git a/_includes/linux/ubuntu2310.html b/_includes/linux/ubuntu2310.html
index ded61682d..b6b43fc8a 100644
--- a/_includes/linux/ubuntu2310.html
+++ b/_includes/linux/ubuntu2310.html
@@ -15,6 +15,7 @@
pkg-config \
python3-lldb-13 \
tzdata \
+ zip \
unzip \
zlib1g-dev
{% endhighlight %}
diff --git a/_includes/linux/ubuntu2404.html b/_includes/linux/ubuntu2404.html
index 9cd92e2eb..ea2001987 100644
--- a/_includes/linux/ubuntu2404.html
+++ b/_includes/linux/ubuntu2404.html
@@ -15,6 +15,7 @@
libz3-dev \
pkg-config \
tzdata \
+ zip \
unzip \
zlib1g-dev
{% endhighlight %}