From Fedora Project Wiki
No edit summary |
m (Lruzicka moved page User:Sumantrom/Draft/dnf install remove update module to User:Lruzicka/Draft/dnf install remove update module: A change of assignees.) |
(No difference)
|
Revision as of 08:41, 31 July 2018
Description
Install, remove and udpate modules in Fedora Server
Setup
- Grab Fedora Server and continue to install on a VM or Baremetal
- Login as root or run the following with sudo
How to test
Install Modules foo
from Stream and profile:
# Run dnf module install foo:stream/profile
Install module foo
with Profile, Stream and Version
# Run dnf module isntall foo:stream:version/profile
Remove module foo
with Profile, Stream and Version:
# Run dnf module remove foo:stream:version/profile
Expected Results
The commands execute without error
- The first command will ask you to install the foo module and result in success
- The second command will install the module with the specified stream, version, and profile
- The remove module command will remove the module