#79 Update modules/ROOT/pages/removing-modules.adoc
Merged 4 years ago by dmach. Opened 4 years ago by cheese.
fedora-docs/ cheese/modularity master  into  master

@@ -6,12 +6,12 @@ 

  

  == Advanced

  

- There is a situation when a specific package has been installed first, and then a modules has been installed after that. Example:

+ There is a situation when a specific package has been installed first, and then a module has been installed after that. Example:

  

      $ sudo dnf install ruby

      $ sudo dnf module install ruby:2.6/default

  

- In this case, running the `dnf module remove` command would not remove the `ruby` package, as as DNF remembers that package has been explicitly installed.

+ In this case, running the `dnf module remove` command would not remove the `ruby` package, as DNF remembers that package has been explicitly installed.

  

  To make the `ruby` package uninstalled with the `dnf module remove` command, run the following:

  

Pull-Request has been merged by dmach

4 years ago
Metadata