You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/setup/install.mdx
+74-10Lines changed: 74 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,80 @@ brew install kubecolor
45
45
46
46
:::
47
47
48
+
## DEB
49
+
50
+
[](https://github.com/kubecolor/kubecolor/releases/latest)
51
+
52
+
Applies to: Debian, Ubuntu, Pop!_OS, Linux Mint, Elementary OS
53
+
54
+
Do not use the `kubecolor` package from debian-unstable or Ubuntu's
55
+
repositories as it is very outdated. Instead, use our custom repo.
56
+
57
+
<Tabs>
58
+
<TabItemlabel="Graphical install">
59
+
Our `.deb` files are self-bootstrapping, meaning you just have to
60
+
install it and it will set up the repository for you so that you
61
+
will get any future updates in your package manager.
62
+
63
+
1. Download the `deb` file for your architecture [from the latest release](https://github.com/kubecolor/kubecolor/releases/latest)
64
+
(found down at the "Assets")
65
+
66
+
2. Install it using your package manager by opening the downloaded `deb` file
[](https://github.com/kubecolor/kubecolor/releases/latest)
84
+
85
+
Applies to: Fedora, CentOS, RHEL, openSUSE, AlmaLinux, Rocky Linux
86
+
87
+
<Tabs>
88
+
<TabItemlabel="dnf5">
89
+
DNF5 is found in Fedora 41 and later. Run `dnf --version` to see which version you have.
0 commit comments