1Panel-dev / 1Panel-dev/1Panel

[Feature] Add support for AlmaLinux

Open
#13,846 1 comment 0 reactions 1 assignee View on GitHub

@wanghe-fit2cloud is already working on this.

Since Sep 17, 2026.

type: optimization
Dominant language
Go
Stars
37k
Forks
3.4k
Avg merge
9h 16m
Merged PRs (30d)
105

Description

1Panel Version

v2.3.0

Please describe your needs or suggestions for improvements

计划任务脚本库中安装啥都不支持。。。

# 安装 rsync 也不支持
[root@localhost /]# bash -c "$INIT_SCRIPT"
=== Rsync Installation Script ===
Detected system: almalinux 9.7
Installing rsync...
Unsupported system: almalinux

# 安装 FFmpeg 也不支持
[root@localhost /]# bash -c "$INIT_SCRIPT"
Detected system: almalinux 9.7, start to install FFmpeg...
Unsupported system: almalinux 9.7

# 安装 Pure-FTPd 也不支持

# 安装 Supervisor
[root@localhost /]# bash -c "$INIT_SCRIPT"
Detected system: almalinux 9.7
Unsupported system

手动都能安装,附件日志。

almalinux-install.log

[root@localhost ~]# cat /etc/os-release 
NAME="AlmaLinux"
VERSION="9.7 (Moss Jungle Cat)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.7"
PLATFORM_ID="platform:el9"
PRETTY_NAME="AlmaLinux 9.7 (Moss Jungle Cat)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"

ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9"
ALMALINUX_MANTISBT_PROJECT_VERSION="9.7"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.7"
SUPPORT_END=2032-06-01
Please describe the solution you suggest

No response

Additional Information

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.