mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 22:50:27 +00:00
Update cheatsheets
This commit is contained in:
26
linux/urpmf
Normal file
26
linux/urpmf
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# urpmf
|
||||
|
||||
> Find files in packages and query information about them in Mageia.
|
||||
> See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmi.update`, `urpmq`.
|
||||
> More information: <https://wiki.mageia.org/en/URPMI#urpmi.removemedia>.
|
||||
|
||||
- Search for packages that contain a file:
|
||||
|
||||
`urpmf {{filename}}`
|
||||
|
||||
- Search for packages that contain both a keyword [a]nd another in their summaries:
|
||||
|
||||
`urpmf --summary {{keyword1}} -a {{keyword2}}`
|
||||
|
||||
- Search for packages that contain a keyword [o]r another in their descriptions:
|
||||
|
||||
`urpmf --description {{keyword1}} -o {{keyword2}}`
|
||||
|
||||
- Search for packages that do not contain a keyword in their name ignoring case distinction using "|" as the [F]ield separator (":" by default):
|
||||
|
||||
`urpmf --description ! {{keyword}} -F'|'`
|
||||
Reference in New Issue
Block a user