URpmi
من مجتمع لينوكس العربى
Generic commands Install package urpmi <package_name> Uninstall package with link (dependencies) urpme <package_name> Query the package database urpmq <package_name> Find package that contains a file urpmf <file> Find package knowing only a part of an rpm name urpmq --fuzzy <part-of-package_name> Update your package list urpmi.update -a Update your system (using all repositories) urpmi --auto-select Update your system (only using update repositories) urpmi --update --auto-select [edit] Useful commands Find package containing <word> in their name urpmi -y <word> Find package without link (dependencies) urpmi_rpm-find-leaves
