diff --git a/pages/linux/dnf.md b/pages/linux/dnf.md index 8cbf4cd4d4..f92826168a 100644 --- a/pages/linux/dnf.md +++ b/pages/linux/dnf.md @@ -11,7 +11,7 @@ `dnf install {{package}}` - Install a new package and assume yes to all questions - + `dnf -y install {{package}}` - Remove a package diff --git a/pages/linux/yum.md b/pages/linux/yum.md index aba0440b39..8d46557c36 100644 --- a/pages/linux/yum.md +++ b/pages/linux/yum.md @@ -11,7 +11,7 @@ `yum install {{package}}` - Install a new package and assume yes to all questions (Also works with update, great for automated updates) - + `yum -y install {{package}}` - Remove a package