mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 19:01:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Enable a specific repository:
|
||||
|
||||
`dnf config-manager --set-enabled {{repository_id}}`
|
||||
`dnf config-manager {{[--enable|--set-enabled]}} {{repository_id}}`
|
||||
|
||||
- Disable specified repositories:
|
||||
|
||||
`dnf config-manager --set-disabled {{repository_id1 repository_id2 ...}}`
|
||||
`dnf config-manager {{[--disable|--set-disabled]}} {{repository_id1 repository_id2 ...}}`
|
||||
|
||||
- Set a configuration option for a repository:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user