How to Install and Uninstall kube-proxy Package on Arch Linux

Last updated: May 17,2024

1. Install "kube-proxy" package

This is a short guide on how to install kube-proxy on Arch Linux

$ sudo pacman -Sy $ sudo pacman -S kube-proxy

2. Uninstall "kube-proxy" package

This guide covers the steps necessary to uninstall kube-proxy on Arch Linux:

$ sudo pacman -Rcns kube-proxy

3. Information about the kube-proxy package on Arch Linux

Repository : extra
Name : kube-proxy
Version : 1.29.2-1
Description : Kubernetes network proxy that runs on each node
Architecture : x86_64
URL : https://kubernetes.io/
Licenses : Apache-2.0
Groups : kubernetes-control-plane kubernetes-node
Provides : None
Depends On : glibc kubernetes-control-plane-common
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 11.72 MiB
Installed Size : 65.16 MiB
Packager : David Runge
Build Date : Sat Feb 17 16:43:06 2024
Validated By : MD5 Sum SHA-256 Sum Signature

5. The same packages on other Linux Distributions