mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
24 lines
573 B
Plaintext
24 lines
573 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# urpmi.removemedia
|
|
|
|
> Remove media in Mageia.
|
|
> Note: Mageia documentation uses medium and repository as synonymous.
|
|
> See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.update`, `urpmf`, `urpmq`.
|
|
> More information: <https://man.linuxreviews.org/man8/urpmi.removemedia.8.html>.
|
|
|
|
- Remove a medium:
|
|
|
|
`sudo urpmi.removemedia {{medium}}`
|
|
|
|
- Remove [a]ll media:
|
|
|
|
`sudo urpmi.removemedia -a`
|
|
|
|
- Remove media fuzz[y] matching on media names:
|
|
|
|
`sudo urpmi.removemedia -y {{keyword}}`
|