How to Install and Uninstall golang-k8s-sample-apiserver.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "golang-k8s-sample-apiserver.x86_64" package

In this section, we are going to explain the necessary steps to install golang-k8s-sample-apiserver.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-k8s-sample-apiserver.x86_64

2. Uninstall "golang-k8s-sample-apiserver.x86_64" package

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

$ sudo dnf remove golang-k8s-sample-apiserver.x86_64 $ sudo dnf autoremove

3. Information about the golang-k8s-sample-apiserver.x86_64 package on Fedora 35

Last metadata expiration check: 0:26:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-k8s-sample-apiserver
Version : 1.22.0
Release : 5.fc35
Architecture : x86_64
Size : 12 M
Source : golang-k8s-sample-apiserver-1.22.0-5.fc35.src.rpm
Repository : updates
Summary : Reference implementation of an apiserver for a custom Kubernetes API
URL : https://github.com/kubernetes/sample-apiserver
License : ASL 2.0
Description :
: Demonstration of how to use the k8s.io/apiserver library to build a functional
: API server.