How to Install and Uninstall kubelet Package on Manjaro

Last updated: May 20,2024

1. Install "kubelet" package

Please follow the instructions below to install kubelet on Manjaro

$ sudo pacman -Sy $ sudo pacman -S kubelet

2. Uninstall "kubelet" package

Here is a brief guide to show you how to uninstall kubelet on Manjaro:

$ sudo pacman -Rcns kubelet

3. Information about the kubelet package on Manjaro

Repository : extra
Name : kubelet
Version : 1.29.0-1
Description : An agent that runs on each node in a Kubernetes cluster making
sure that containers are running in a Pod
Architecture : x86_64
URL : https://kubernetes.io/
Licenses : Apache-2.0
Groups : kubernetes-control-plane kubernetes-node
Provides : None
Depends On : cni-plugins conntrack-tools ethtool glibc iptables-nft
socat
Optional Deps : containerd: for using the containerd container runtime
cri-o: for using the cri-o container runtime
Conflicts With : None
Replaces : None
Download Size : 22.08 MiB
Installed Size : 141.70 MiB
Packager : Morten Linderud
Build Date : Wed Dec 13 22:06:25 2023
Validated By : MD5 Sum SHA-256 Sum Signature

5. The same packages on other Linux Distributions