mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
567 B
567 B
dnf download
Scarica pacchetti RPM dai repository DNF. Non predefinito in
dnfma supportato tramitednf-plugins-core. Vedi anche:dnf. Maggiori informazioni: https://dnf-plugins-core.readthedocs.io/en/latest/download.html.
- Scarica l'ultima versione di un pacchetto nella directory corrente:
dnf download {{package}}
- Scarica un pacchetto in una directory specifica (la directory deve esistere):
dnf download {{package}} --destdir {{path/to/directory}}
- Stampa l'URL da cui scaricare il pacchetto RPM:
dnf download --url {{package}}