mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 14:35:26 +02:00
dnf-module: add page (#17097)
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
81300cc1cf
commit
fb512bc2c6
1 changed files with 20 additions and 0 deletions
20
pages/linux/dnf-module.md
Normal file
20
pages/linux/dnf-module.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# dnf module
|
||||
|
||||
> Manage package modularity.
|
||||
> More information: <https://dnf.readthedocs.io/en/latest/command_ref.html#module-command>.
|
||||
|
||||
- View the modularity overview:
|
||||
|
||||
`dnf module list`
|
||||
|
||||
- View modularity of a specific program:
|
||||
|
||||
`dnf module list {{package_name}}`
|
||||
|
||||
- Set a package to be enabled:
|
||||
|
||||
`sudo dnf module enable {{package_name}}:{{stream}}`
|
||||
|
||||
- Enable and install a specific version:
|
||||
|
||||
`dnf module install {{package_name}}:{{stream}}`
|
Loading…
Add table
Reference in a new issue