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 (116)*, ppc64le (138)*, s390x (144)*, x86_64 (249)* | EPEL 10 (42 downloads) |
![]() |
aarch64 (202)*, ppc64le (157)*, s390x (121)*, x86_64 (646)* | EPEL 9 (489 downloads) |
![]() |
aarch64 (165)*, ppc64le (109)*, s390x (133)*, x86_64 (4689)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (178)*, ppc64le (149)*, s390x (144)*, x86_64 (8831)* | Fedora 41 (1446 downloads) |
![]() |
aarch64 (91)*, ppc64le (128)*, s390x (78)*, x86_64 (7015)* | Fedora 42 (1136 downloads) |
![]() |
aarch64 (6)*, ppc64le (4)*, s390x (6)*, x86_64 (17)* | Fedora 43 (23 downloads) |
![]() |
aarch64 (133)*, ppc64le (185)*, s390x (154)*, x86_64 (1139)* | Fedora rawhide (661 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable shdwchn10/AllTheTools
More info about enabling Copr repositories