
dnf
Version 5 :
- Documentation : https://dnf5.readthedocs.io
- Dépôt GitHub : https://github.com/rpm-software-management/dnf5
Journaux liées à cette note :
Journal du samedi 21 juin 2025 à 11:10
J'ai downgradé libinput de la version 1.18.1
version la version 1.17.1
(contexte : thread 1, thread 2).
Voici la méthode pour lock une version de package avec dnf version 5 :
$ sudo dnf versionlock add libinput
Ajout d'un versionlock "libinput = 1.27.1-1.fc42".
$ dnf versionlock list
# Ajouté par la commande 'versionlock add' 2025-06-21 11:22:11
Package name: libinput
evr = 1.27.1-1.fc42
Documentation officielle : Versionlock Command.