How to Install and Uninstall golang-sigs-k8s-kustomize.x86_64 Package on Fedora 34

Last updated: September 29,2024

1. Install "golang-sigs-k8s-kustomize.x86_64" package

This guide covers the steps necessary to install golang-sigs-k8s-kustomize.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-sigs-k8s-kustomize.x86_64

2. Uninstall "golang-sigs-k8s-kustomize.x86_64" package

Please follow the guidance below to uninstall golang-sigs-k8s-kustomize.x86_64 on Fedora 34:

$ sudo dnf remove golang-sigs-k8s-kustomize.x86_64 $ sudo dnf autoremove

3. Information about the golang-sigs-k8s-kustomize.x86_64 package on Fedora 34

Last metadata expiration check: 3:08:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-sigs-k8s-kustomize
Version : 4.0.3
Release : 2.fc34
Architecture : x86_64
Size : 7.2 M
Source : golang-sigs-k8s-kustomize-4.0.3-2.fc34.src.rpm
Repository : updates
Summary : Customization of kubernetes YAML configurations
URL : https://github.com/kubernetes-sigs/kustomize
License : ASL 2.0
Description :
: 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, in that it emits edited text.