Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penndu committed Jan 12, 2025
1 parent 428d110 commit a772f9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/_posts/140.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ date: 2019-11-26 00:00:00

## 命令介绍

yum 是一个在 Fedora 和 RedHat 以及 SUSE 中的 Shell 前端软件包管理器。yum 提供了查找、安装、删除一个、一组甚至全部软件包的命令,而且命令简洁而又好记。
yum 是一个在 Fedora 和 Red Hat 以及 SUSE 中的 Shell 前端软件包管理器。yum 提供了查找、安装、删除一个、一组甚至全部软件包的命令,而且命令简洁而又好记。

基於 RPM 包管理,能够从指定的服务器自动下载 RPM 包并安装,可以自动处理依赖关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载、安装。

Expand Down
2 changes: 1 addition & 1 deletion source/_posts/489.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sudo apt update
sudo apt install caddy
```

Fedora/RedHat/CentOS 执行如下指令安装 Caddy:
Fedora/Red Hat/CentOS 执行如下指令安装 Caddy:

```
yum install yum-plugin-copr
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/712.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
支持操作系统:

1. 基于 Debian 的 Linux 发行版(Debian/Ubuntu 等)
2. 基于 Redhat 的 Linux 发行版(CentOS/Fedora/Red Hat/AlmaLinux/Rocky 等)
2. 基于 Red hat 的 Linux 发行版(CentOS/Fedora/Red Hat/AlmaLinux/Rocky 等)
3. 基于 SUSE 的 Linux 发行版(SLES/SUSE/openSUSE 等)
支持系统架构:
Expand Down

0 comments on commit a772f9a

Please sign in to comment.