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

Last updated: July 01,2024

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

Please follow the guidelines below to install golang-sigs-k8s-kustomize.x86_64 on Fedora 35

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

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

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

$ 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 35

Last metadata expiration check: 0:18:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-sigs-k8s-kustomize
Version : 4.0.3
Release : 2.fc35
Architecture : x86_64
Size : 7.2 M
Source : golang-sigs-k8s-kustomize-4.0.3-2.fc35.src.rpm
Repository : fedora
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.