Expand description
Mapping from pacman
commands to various operations of specific package
managers.
Modulesยง
- apk ๐
- apt ๐
- brew ๐
- choco ๐
- conda ๐
- dnf ๐The Dandified YUM.
- emerge ๐
- pip ๐
- pkcon ๐
- port ๐
- scoop ๐The Scoop CLI Installer.
- tlmgr ๐
- unknown ๐An empty mapping for unidentified package managers.
- winget ๐
- xbps ๐
- zypper ๐
Macrosยง
- _decor_
pm ๐ - decor_
pm ๐Sendmethods!()
to_decor_pm
, that is: - make_
op_ ๐body - pm_mods ๐
Structsยง
- The Dandified YUM.
- The Scoop CLI Installer.
- A set of intrinsic properties of a command in the context of a specific package manager, indicating how it is run.
- An empty mapping for unidentified package managers.
Enumsยง
- How a dry run is dealt with.
- How the cache is cleaned when
no_cache
is set totrue
. - Different ways in which a command shall be dealt with.
- How the prompt is dealt with when running the package manager.
Traitsยง
- The feature set of a Package Manager defined by
pacman
commands.
Functionsยง
- detect_
pm_ ๐str Detects the name of the package manager to be used in auto dispatch.
Type Aliasesยง
- An owned, dynamically typed
Pm
.