Linux command
urpmf 命令
文件
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Example
urpmf [filename]
Example
urpmf --summary [keyword1] -a [keyword2]
Example
urpmf --description [keyword1] -o [keyword2]
Example
urpmf --description ! [keyword] -F'|'
说明
urpmf finds files in packages and queries information about them in Mageia Linux. It can search by filename, summary, or description using boolean operators. Part of the urpmi package management suite for Mageia.
参数
- --summary
- Search in package summaries
- --description
- Search in package descriptions
- -a
- AND operator between patterns
- -o
- OR operator between patterns
- !
- Negation (exclude matches)
- -F _SEP_
- Field separator (default: colon)
FAQ
What is the urpmf command used for?
urpmf finds files in packages and queries information about them in Mageia Linux. It can search by filename, summary, or description using boolean operators. Part of the urpmi package management suite for Mageia.
How do I run a basic urpmf example?
Run `urpmf [filename]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --summary do in urpmf?
Search in package summaries