shdwchn10/AllTheTools
Project ID: 133026
Description
Repo with different cli tools for shadowblue project.
Available packages:
- chezmoi
- crc
- devpod-cli
- eza
- fw-ectool
- fw-fanctrl
- fzf
- gum
- kubectl-cnpg
- kubevirt-virtctl
- kustomize
- kustomize-sops
- nats
- nu shell
- oc
- onefetch
- operator-sdk
- opm
- nitrokey-udev-rules
- pam_rssh
- pueue
- rclone with enabled ProtonDrive support
- solo2
- sops
- starship
- tailscale
- topgrade
- zoxide
Notes on oc package (OpenShift/OKD CLI)
- Tracks latest branch, when both requirements are met:
- It's at least oc-x.y.1 patch release in the x.y branch
- OKD already has release in this branch
- Separate branches also available and they can be installed simultaneously:
oc4.19
(current default foroc
package)oc4.18
oc4.17
oc4.16
- You can choose which branch use by default as
/usr/bin/oc
binary withalternatives(8)
system - There are also
oc-kubectl
,oc4.17-kubectl
, etc packages forkubectl
, which are just symlinks to correspondingoc
binaries
Contact us
- Matrix Space (
#shadowblue:matrix.org
) - Telegram Chat (
@shadowblue_linux
)
Installation Instructions
No actions needed for shadowblue OS images. This repo is already enabled for all of them.
Classic Fedora Linux with dnf or RHEL/CentOS Stream/other EL:
sudo dnf copr enable shdwchn10/AllTheTools
sudo dnf install <pkgs>
Fedora Atomic Desktops/IoT/CoreOS 41+:
sudo dnf copr enable shdwchn10/AllTheTools
rpm-ostree install -A <pkgs>
Fedora Atomic Desktops/IoT/CoreOS 40 or older:
sudo wget -O /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:shdwchn10:AllTheTools.repo https://copr.fedorainfracloud.org/coprs/shdwchn10/AllTheTools/repo/fedora-$(rpm -E %fedora)/shdwchn10-AllTheTools-fedora-$(rpm -E %fedora).repo
rpm-ostree install -A <pkgs>
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (110)*, ppc64le (130)*, s390x (136)*, x86_64 (243)* | EPEL 10 (37 downloads) |
![]() |
aarch64 (193)*, ppc64le (149)*, s390x (111)*, x86_64 (635)* | EPEL 9 (450 downloads) |
![]() |
aarch64 (165)*, ppc64le (109)*, s390x (133)*, x86_64 (4689)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (173)*, ppc64le (143)*, s390x (138)*, x86_64 (8418)* | Fedora 41 (1354 downloads) |
![]() |
aarch64 (77)*, ppc64le (122)*, s390x (72)*, x86_64 (4937)* | Fedora 42 (735 downloads) |
![]() |
aarch64 (129)*, ppc64le (179)*, s390x (146)*, x86_64 (1022)* | Fedora rawhide (570 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable shdwchn10/AllTheTools
More info about enabling Copr repositories