How to Install and Uninstall kustomize Package on Kali Linux

Last updated: May 13,2024

1. Install "kustomize" package

Please follow the guidelines below to install kustomize on Kali Linux

$ sudo apt update $ sudo apt install kustomize

2. Uninstall "kustomize" package

This guide covers the steps necessary to uninstall kustomize on Kali Linux:

$ sudo apt remove kustomize $ sudo apt autoclean && sudo apt autoremove

3. Information about the kustomize package on Kali Linux

Package: kustomize
Version: 5.3.0-0kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 19457
Depends: libc6 (>= 2.34)
Homepage: https://github.com/kubernetes-sigs/kustomize
Priority: optional
Section: golang
Filename: pool/main/k/kustomize/kustomize_5.3.0-0kali1_amd64.deb
Size: 5898708
SHA256: a45cccc85d0c372cf5294bc14d49a530aeefbcebaf3fc338a11a1c5a21c8e388
SHA1: f5ddb068492c0c43745d92304a8252136e5d3489
MD5sum: d99e6a1af303da253ba122ecdd473025
Description: Customization of kubernetes YAML configurations (program)
kustomize lets you customize raw, template-free YAML files for multiple
purposes, leaving the original YAML untouched and usable as is.
.
kustomize targets kubernetes; it understands and can patch kubernetes style
API objects. It's like make in that what it does is declared in a file, and
it's like sed (https://www.gnu.org/software/sed), in that it emits edited
text.
Description-md5: