Skip to content

Commit 813db9d

Browse files
Merge pull request #203 from pelican-dev/boy132/update-supported-os
Updated list of supported OS
2 parents 48c0900 + 54ae83d commit 813db9d

2 files changed

Lines changed: 35 additions & 26 deletions

File tree

docs/panel/getting-started.mdx

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,30 @@ so please take some time to read through them before asking for help on the foru
2222

2323
Pelican runs on a wide range of operating systems, so pick whichever you are most comfortable using. Note: Other OS's, not listed below, might still work.
2424

25+
This documentation assumes a Debian/Ubuntu based OS with apt as package manager.
26+
2527
<Admonition type="warning">
2628
OpenVZ, **unless specifically configured**, will **not** work with Pelican.
2729
</Admonition>
2830

29-
| Operating System | Version | Supported | Notes |
30-
|:----------------:|:--------:|:---------:|:---------------------------------------------------------------------:|
31-
| **Ubuntu** | 22.04 | ✅︎︎ | |
32-
| | **24.04**| ✅︎ | Documentation written assuming Ubuntu 24.04 as the base OS. |
33-
| **Alma Linux** | 10 | ✅︎ | |
34-
| | 9 | ⚠️ | **No SQLite Support** |
35-
| | 8 | ⚠️ | **No SQLite Support** |
36-
| **Rocky Linux** | 10 | ✅︎ | |
37-
| | 9 | ⚠️ | **No SQLite Support** |
38-
| | 8 | ⚠️ | **No SQLite Support** |
39-
| **CentOS** | 10 | ✅︎ | |
40-
| **Debian** | 11 | ⚠️ | **No SQLite Support** |
41-
| | 12 | ✅︎ | |
31+
| Operating System | Version | Supported | Notes |
32+
|:----------------:|:-------:|:---------:|:--------------------------------------------------------------------:|
33+
| **Ubuntu** | 22.04 | ✅︎︎ | |
34+
| | 24.04 | ✅︎ | |
35+
| | 26.04 | ✅︎ | |
36+
| **Debian** | 11 | ⚠️ | **No SQLite Support** |
37+
| | 12 | ✅︎ | |
38+
| | 13 | ✅︎ | |
39+
| **Alma Linux** | 8 | ⚠️ | **No SQLite Support** |
40+
| | 9 | ⚠️ | **No SQLite Support** |
41+
| | 10 | ✅︎ | |
42+
| **Rocky Linux** | 8 | ⚠️ | **No SQLite Support** |
43+
| | 9 | ⚠️ | **No SQLite Support** |
44+
| | 10 | ✅︎ | |
45+
| **CentOS** | 10 | ✅︎ | |
4246

4347
SQLite support depends on [libsqlite3-0_3.35+](https://pkgs.org/download/libsqlite3-0) being on the host system.
44-
**No SQLite Support** means you'll have to build the package from source.
48+
"No SQLite Support" means you'll have to build the package from source.
4549

4650
### Dependencies
4751

docs/wings/install.mdx

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,23 @@ You are responsible for determining which packages may be necessary on those sys
1919
high probability that new releases of the supported OSes below will work just fine, you are not restricted to
2020
only the versions listed below.
2121

22-
| Operating System | Version | Supported | Notes |
23-
|:----------------:|:--------:|:---------:|:---------------------------------------------------------------------:|
24-
| **Ubuntu** | 22.04 | ✅︎︎ | |
25-
| | **24.04**| ✅︎ | Documentation written assuming Ubuntu 24.04 as the base OS. |
26-
| **Alma Linux** | 10 | ✅︎ | |
27-
| | 9 | ✅︎ | |
28-
| | 8 | ✅︎ | |
29-
| **Rocky Linux** | 9 | ✅︎ | |
30-
| | 8 | ✅︎ | |
31-
| **CentOS** | 10 | ✅︎ | |
32-
| **Debian** | 11 | ✅︎ | |
33-
| | 12 | ✅︎ | |
22+
This documentation assumes a Debian/Ubuntu based OS with apt as package manager.
23+
24+
| Operating System | Version | Supported |
25+
|:----------------:|:--------:|:---------:|
26+
| **Ubuntu** | 22.04 | ✅︎︎ |
27+
| | 24.04 | ✅︎ |
28+
| | 26.04 | ✅︎ |
29+
| **Debian** | 11 | ✅︎ |
30+
| | 12 | ✅︎ |
31+
| | 13 | ✅︎ |
32+
| **Alma Linux** | 8 | ✅︎ |
33+
| | 9 | ✅︎ |
34+
| | 10 | ✅︎ |
35+
| **Rocky Linux** | 8 | ✅︎ |
36+
| | 9 | ✅︎ |
37+
| | 10 | ✅︎ |
38+
| **CentOS** | 10 | ✅︎ |
3439

3540
## System Requirements
3641

0 commit comments

Comments
 (0)