-r,--repo<alias|#|URI>Loadonly the specified repository. -t,--typeTypeofpackage(package,patch,pattern,product,srcpackage). Default:package. -n,--nameSelectpackagesbyplain name,notbycapability. -C,--capabilitySelectpackagesbycapability. -f,--forceInstallevenifthe itemisalready installed(reinstall...
If product or pattern are specified, zypper ensures that all required (and optionally recommended) packages are installed. -n, --name Select packages by their name, don’t try to select by capabilities. -f, --force Install even if the item is already installed (reinstall), downgraded or ch...
-f, --force Install even if the item is already installed (reinstall), downgraded or changes vendor or architecture. --oldpackage Allow to replace a newer item with an older one. Handy if you are doing a rollback. Unlike --force it will not enforce a reinstall. --replacefiles Install t...
Re-Install a package yum reinstall "pkgname"dnf reinstall "pkgname" tbv apt-get install --reinstall "pkgname" Uninstall/remove a package yum remove "pkgname"dnf remove "pkgname" zypper remove "pkgname" apt-get remove "pkgname"apt remove "pkgname" Remove unused packages yum autoremovednf autoremov...
-n, --name Select packages by plain name, not by capability. -C, --capability Select packages by capability. -f, --force Install even if the item is already installed (reinstall), downgraded or changes vendor or architecture. --oldpackage Allow to replace a newer item with an older one...