Skip to content

Commit

Permalink
add Copr to installaion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr123 committed Dec 5, 2023
1 parent 1a82b80 commit 2a7ddd3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
18 changes: 18 additions & 0 deletions docs/zh_cn/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 有以下几种方法:
Expand Down

0 comments on commit 2a7ddd3

Please sign in to comment.