Skip to content

Commit 0d9b435

Browse files
author
Kalle Fagerberg
committed
Added YUM
1 parent eb3ed33 commit 0d9b435

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

src/content/docs/setup/install.mdx

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,37 +86,46 @@ Applies to: Fedora, CentOS, RHEL, openSUSE, AlmaLinux, Rocky Linux
8686

8787
<Tabs>
8888
<TabItem label="dnf5">
89-
DNF5 is found in Fedora 41 and later. Run `dnf --version` to see which version you have.
90-
9189
```bash
9290
sudo dnf install dnf5-plugins
9391
sudo dnf config-manager addrepo --from-repofile https://kubecolor.github.io/packages/rpm/kubecolor.repo
9492
sudo dnf install kubecolor
9593
```
9694

95+
DNF5 is found in Fedora 41 and later. Run `dnf --version` to see which version you have.
96+
9797
OpenPGP key fingerprint: `5BC8E65EEE2DB9CBCD44A91762ACB02733C915F1`
9898
</TabItem>
9999
<TabItem label="dnf4">
100-
DNF5 is found in Fedora 40 and earlier. Run `dnf --version` to see which version you have.
101-
102100
```bash
103101
sudo dnf install 'dnf-command(config-manager)'
104102
sudo dnf config-manager --add-repo https://kubecolor.github.io/packages/rpm/kubecolor.repo
105103
sudo dnf install kubecolor
106104
```
107105

106+
DNF5 is found in Fedora 40 and earlier. Run `dnf --version` to see which version you have.
107+
108108
GPG key fingerprint: `5BC8 E65E EE2D B9CB CD44 A917 62AC B027 33C9 15F1`
109109
</TabItem>
110110
<TabItem label="zypper">
111-
Zypper is found in openSUSE
112-
113111
```bash
114112
sudo zypper addrepo https://kubecolor.github.io/packages/rpm/kubecolor.repo
115113
sudo zypper install kubecolor
116114
```
117115

116+
Zypper is found in openSUSE
117+
118118
Key fingerprint: `5BC8 E65E EE2D B9CB CD44 A917 62AC B027 33C9 15F1`
119119
</TabItem>
120+
<TabItem label="yum">
121+
```bash
122+
type -p yum-config-manager >/dev/null || sudo yum install yum-utils
123+
sudo yum-config-manager --add-repo https://kubecolor.github.io/packages/rpm/kubecolor.repo
124+
sudo yum install kubecolor
125+
```
126+
127+
GPG key fingerprint: `5BC8 E65E EE2D B9CB CD44 A917 62AC B027 33C9 15F1`
128+
</TabItem>
120129
</Tabs>
121130

122131
## Scoop

0 commit comments

Comments
 (0)