diff --git a/docs/en/getting-started/installation.md b/docs/en/getting-started/installation.md index d6f86d817337..86bc66a57d81 100644 --- a/docs/en/getting-started/installation.md +++ b/docs/en/getting-started/installation.md @@ -86,6 +86,24 @@ sudo apt-get update sudo apt-get install juicefs ``` +#### Fedora Copr + +JuiceFS also provides a [Copr](https://copr.fedorainfracloud.org/coprs/juicedata/juicefs) repository, which allows for easy installation of the latest version of the client on Red Hat and its derivatives. The supported systems currently include: + +- **Amazonlinux 2023** +- **CentOS 8, 9** +- **Fedora 37, 38, 39, rawhide** +- **RHEL 7, 8, 9** + +Taking Fedora 38 as an example, execute the following commands to install the client: + +```shell +# Enable the Copr repository +sudo dnf copr enable -y juicedata/juicefs +# Install the client +sudo dnf install juicefs +``` + ### Windows There are two ways to use JuiceFS on Windows systems. diff --git a/docs/zh_cn/getting-started/installation.md b/docs/zh_cn/getting-started/installation.md index 05ca9975cde0..344a2756782d 100644 --- a/docs/zh_cn/getting-started/installation.md +++ b/docs/zh_cn/getting-started/installation.md @@ -86,6 +86,24 @@ sudo apt-get update sudo apt-get install juicefs ``` +#### Fedora Copr + +JuiceFS 也提供 [Copr](https://copr.fedorainfracloud.org/coprs/juicedata/juicefs) 仓库,可以方便地在 Red Hat 及其衍生系统上安装最新版的客户端,目前支持的系统有: + +- **Amazonlinux 2023** +- **CentOS 8, 9** +- **Fedora 37, 38, 39, rawhide** +- **RHEL 7, 8, 9** + +以 Fedora 38 系统为例,执行以下命令安装客户端: + +```shell +# 启用 Copr 仓库 +sudo dnf copr enable -y juicedata/juicefs +# 安装客户端 +sudo dnf install juicefs +``` + ### Windows 系统 在 Windows 系统安装 JuiceFS 有以下几种方法: