0

OpenMandriva Commands

To install packages, use: urpmi

# urmpi vim

To uninstall packages (with dependencies), use urpme

# urmpe vim

To query the package database (see if a package is installed or not) use: urmpq

# urpmq vim

To find package that contains a file, use : urpmf

# urpmf .vimrc

To find package by a part of the name: urpmq –fuzzy

# urpmq --fuzzy vim

To find a package by its partial name, with the alias use:

# search vim

To update the local repositories, use: urpmi.update -a

# urpmi.update -a

To update the system, use: urpmi –auto-select

# urpmi –auto-select