Pages with tag dnf
Adding or removing software repositories in Fedora
    This section describes how to add, enable, or disable a software repository with the DNF application. Adding repositories This section describes how to add software repositories with the dnf config-manager…
    Read more
  
  Automatic Updates
    You must decide whether to use automatic DNF updates on each of your machines. There are a number of arguments both for and against automatic updates to consider. However, there…
    Read more
  
  DNF Package Manager Quick Reference
    This sections lists the most useful commands provided by the dnf utility. For a complete list of commands, options, and their syntax, see the dnf(8) man page. dnf help command…
    Read more
  
  DNF and its APT command equivalents on Fedora
    APT is the package manager/dependency solver for the Debian ecosystem, i.e. it manages .deb packages installed by the DPKG program. Fedora software is based on .rpm packages, and thus uses…
    Read more
  
  Using the DNF software package manager
    DNF is a software package manager that installs, updates, and removes packages on Fedora and is the successor to YUM (Yellow-Dog Updater Modified). DNF makes it easy to maintain packages…
    Read more
  
  Installing Docker and Docker-Compose
    Overview This guide provides useful information about installing Docker and Docker-Compose using rpms available from Fedora. The role of Podman and related packages is also discussed. The Docker community also…
    Read more
  
  Installing Spotify on Fedora
    Spotify is a cross-platform proprietary music streaming service. Spotify is a freemium service, with advertisements which can be removed by purchasing a subscription. Although Spotify is not officially supported on…
    Read more
  
  Kubernetes Basics
    Kubernetes Defined Kubernetes is an "open-source system for automating the deployment, scaling, and management of containerized applications" on one or more machines. Kubernetes automates many of the tasks necessary to…
    Read more
  
  Versioned CRI-O and CRI-Tools RPMs
    Overview CRI-O and CRI-Tools are independent software packages available in Fedora repositories that are version matched to Kubernetes. If Kubernetes 1.34 is installed, then, when installed, CRI-O and CRI-Tools should…
    Read more
  
  Creating a Kubernetes cluster on Fedora
    Creating a Kubernetes cluster with kubeadm using Fedora rpms Below is a guide to creating a functional Kubernetes cluster on a single Fedora machine that is suitable as a learning…
    Read more
  
  Resilient kubelet configuration
    kubelet overview The kubelet is the Kubernetes agent that runs on every node in a cluster. kubelet is installed using the kubernetes rpm (e.g. kubernetes1.30 is a versioned rpm for…
    Read more
  
  Versioned Kubernetes RPMS on Fedora
    Overview Versioned Kubernetes rpms (e.g. kubernetes1.34.rpm, kubernetes1.33.rpm) were introduced in Fedora 41 and is the standard used for Kubernetes in all Fedora releases. As versioned rpms are distinct packages which…
    Read more
  
  Using Kubernetes on Fedora
    Overview This guide provides information about Kubernetes and the Kubernetes rpms available from Fedora. All currently supported versions of Kubernetes are available in each Fedora release (subject to a possible…
    Read more