Ujust install-k8s-dev-tools fails

Hi there,

The ujust install-k8s-dev-tools command fails with the below output:

❯ ujust install-k8s-dev-tools 
Adding Kubernetes command line tools...
Using kubectl
Using k9s
Using kubectx
Warning: 'pack' formula is unreadable: No available formula with the name "pack". Did you mean spack, hpack, mpack, ack, pawk or pick?
Installing pack
Warning: 'pack' formula is unreadable: No available formula with the name "pack". Did you mean spack, hpack, mpack, ack, pawk or pick?
Warning: No available formula with the name "pack". Did you mean spack, hpack, mpack, ack, pawk or pick?
==> Searching for similarly named formulae...
==> Formulae
aescrypt-packetizer
arpack
cminpack
hpack
lapack
meta-package-manager
mlpack
mpack
msgpack
msgpack-cxx
msgpack-tools
musepack
nixpacks
packcc
packer
packer-completion
packetbeat
packetq
packetry
packmol
patch-package
pixi-pack
psc-package
python-packaging
scalapack
spack
wasm-pack
wavpack
webpack
ack
pawk
pick

To install aescrypt-packetizer, run:
  brew install aescrypt-packetizer
Installing pack has failed!
`brew bundle` failed! 1 Brewfile dependency failed to install
error: Recipe `install-k8s-dev-tools` failed with exit code 1

I’ve tried installing aescrypt-packetizer using brew but that didn’t help.
edit: it looks like it’s the pack dependency that is causing the issue.

Any tips? I’m on Version: 41.20250406.1 (2025-04-06T06:04:52Z)

Got it, fixing, thanks! fix(brew): pack is a tap by castrojo · Pull Request #346 · ublue-os/packages · GitHub

1 Like

Thanks @j0rge ,

Do I simply rpm-ostree update once the below PR is merged?

Also, is there anything I can modify on my machine in order to get those tools installed while I await the fix?

It’ll be in your next build (defaults to weekly), that PR is for generating changelogs across that repo.

Running this will install it and unwedge you though: brew install buildpacks/tap/pack

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.