mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 03:13:32 +02:00
dnf-download: add Dutch translation (#17876)
This commit is contained in:
parent
266ce4d2e2
commit
01ae34e7c7
1 changed files with 18 additions and 0 deletions
18
pages.nl/linux/dnf-download.md
Normal file
18
pages.nl/linux/dnf-download.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# dnf download
|
||||
|
||||
> Download RPM-pakketten uit de DNF-repositories.
|
||||
> Niet standaard inbegrepen bij `dnf`, maar ondersteund via `dnf-plugins-core`.
|
||||
> Bekijk ook: `dnf`.
|
||||
> Meer informatie: <https://dnf-plugins-core.readthedocs.io/en/latest/download.html>.
|
||||
|
||||
- Download de recentste versie van een pakket naar de huidige map:
|
||||
|
||||
`dnf download {{pakket}}`
|
||||
|
||||
- Download een pakket naar een specifieke map (de map moet bestaan):
|
||||
|
||||
`dnf download {{pakket}} --destdir {{pad/naar/map}}`
|
||||
|
||||
- Toon de URL waar het RPM-pakket kan worden gedownload:
|
||||
|
||||
`dnf download --url {{pakket}}`
|
Loading…
Add table
Reference in a new issue