1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 04:55:24 +02:00

dnf: removed update example

This commit is contained in:
julienc91 2018-07-13 10:07:28 +02:00 committed by Agniva De Sarker
parent bf5491b2ee
commit cfec692a27

View file

@ -2,10 +2,6 @@
> Package management utility for RHEL, Fedora, and CentOS (replaces yum).
- Synchronize list of packages and versions available. This should be run first, before running subsequent dnf commands:
`dnf update`
- Install a new package:
`dnf install {{package}}`