Linux command
urpmi 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Install
sudo urpmi [package]
Example
sudo urpmi [path/to/file.rpm]
Download
urpmi --no-install [package]
Update
sudo urpmi --auto-select
Example
sudo urpmi --parallel local [package]
说明
urpmi is the package installer for Mageia Linux. It can install packages from repositories or local RPM files, handling dependencies automatically. The tool supports updating all installed packages and can manage packages across multiple machines using parallel configuration.
参数
- --no-install
- Download package without installing
- --auto-select
- Update all installed packages
- --parallel _CONFIG_
- Install on multiple machines
- --auto
- Automatically confirm actions
FAQ
What is the urpmi command used for?
urpmi is the package installer for Mageia Linux. It can install packages from repositories or local RPM files, handling dependencies automatically. The tool supports updating all installed packages and can manage packages across multiple machines using parallel configuration.
How do I run a basic urpmi example?
Run `sudo urpmi [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --no-install do in urpmi?
Download package without installing