Pages with tag dnf
Añadir o quitar repositorios de software en Fedora
Esta sección describe cómo añadir, habilitar o deshabilitar un repositorio de software con la aplicación DNF. Adding repositories This section describes how to add software repositories with the dnf config-manager…
Read more
Actualizaciones automáticas
Usted debe decidir si desea utilizar actualizaciones automáticas de DNF en cada una de sus máquinas. Hay diversos argumentos a considerar tanto a favor como en contra de las actualizaciones…
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 es el administrador de paquetes/solucionador de dependencias para el ecosistema Debian ecosystem, esto es, administra los paquetes .deb instalados por el programa DPKG. El software Fedora se basa en…
Read more
Usando el administrador de paquetes de software DNF
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
Instalar Spotify en Fedora
Spotify es un servicio propietario de streaming de música en todas las plataformas. Spotify es un servicio gratuito con anuncios que se pueden evitar pagando una suscripción. Aunque Spotify no…
Read more
Kubernetes Basics
Kubernetes Defined Kubernetes is an "open-source system for automating deployment, scaling, and management of containerized applications" on one or more machines. Kubernetes automates many of the tasks necessary to deploy,…
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.30 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
Non-versioned Kubernetes RPMS on Fedora
Overview Non-versioned Kubernetes RPMS are the standard rpm format for Kubernetes through Fedora 40. Fedora 41 (currently rawhide) contains both versioned and non-versioned rpms. Non-versioned Kubernetes rpms in Fedora The…
Read more
Versioned Kubernetes RPMS on Fedora
Overview Versioned Kubernetes rpms were introduced in Fedora 41 and will be the format used in subsequent releases. Past practice had one version of Kubernetes available for each Fedora release.…
Read more
Using Kubernetes on Fedora
Overview This guide provides useful information about Kubernetes and the Kubernetes rpms available from Fedora. Starting with Fedora 41 (currently rawhide) the packaging standard for Kubernetes changed from one version…
Read more