From 7f90c8645c4d14ecce20d0242785a21ee96be5d1 Mon Sep 17 00:00:00 2001
From: Shreya Sawant <90320606+shreya-sawant@users.noreply.github.com>
Date: Wed, 16 Jul 2025 17:43:08 +0530
Subject: [PATCH 1/2] Update installation doc with supported linux distribution
---
docs/quickstart/install.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/quickstart/install.md b/docs/quickstart/install.md
index a8dc832a4b1..2dc8a731b2d 100644
--- a/docs/quickstart/install.md
+++ b/docs/quickstart/install.md
@@ -40,10 +40,12 @@ Apache Zeppelin officially supports and is tested on the following environments:
OS |
- Mac OSX Ubuntu 18.04 Ubuntu 20.04 |
+ Mac OSX Ubuntu 24.04 |
+Since Zeppelin is written in Java it should run on any Linux distribution with JDK 11.
+
### Downloading Binary Package
Two binary packages are available on the [download page](http://zeppelin.apache.org/download.html). Only difference between these two binaries is whether all the interpreters are included in the package file.
From 1145957b60e6226a766e4a99978d0aa5b0512000 Mon Sep 17 00:00:00 2001
From: Shreya Sawant <90320606+shreya-sawant@users.noreply.github.com>
Date: Thu, 17 Jul 2025 13:30:43 +0530
Subject: [PATCH 2/2] Update install.md
---
docs/quickstart/install.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/quickstart/install.md b/docs/quickstart/install.md
index 2dc8a731b2d..0cbd3a66e84 100644
--- a/docs/quickstart/install.md
+++ b/docs/quickstart/install.md
@@ -44,7 +44,7 @@ Apache Zeppelin officially supports and is tested on the following environments:
-Since Zeppelin is written in Java it should run on any Linux distribution with JDK 11.
+Since Zeppelin is written in Java it should run on any Linux distribution with above mentioned JDK.
### Downloading Binary Package