Browse Source

dnf: removed update example

julienc91 6 years ago
parent
commit
cfec692a27
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pages/linux/dnf.md

+ 0 - 4
pages/linux/dnf.md

@@ -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}}`