DNF and SSH Command Guide
DNF and SSH Command Guide
- Breakdown:
- Meaning:
- Correct usage:
Example Output:
Available Packages
Name : kubelet
Version : 1.29.2
Release :0
Architecture : x86_64
Size : 23 M
Repository : kubernetes
URL : https://kubernetes.io
Description : The kubelet is the primary "node agent" that runs on each node. It registers the node
with the Kubernetes cluster, monitors pods, and communicates with the control plane.
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg
https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOF
Then run:
Use cases:
- To install kubelet