Constants§
- ALPM_
TRANS_ FLAG_ ALLDEPS - Use ALPM_PKG_REASON_DEPEND when installing packages.
- ALPM_
TRANS_ FLAG_ ALLEXPLICIT - Use ALPM_PKG_REASON_EXPLICIT when installing packages.
- ALPM_
TRANS_ FLAG_ CASCADE - Remove also any packages depending on a package being removed.
- ALPM_
TRANS_ FLAG_ DBONLY - Modify database but do not commit changes to the filesystem.
- ALPM_
TRANS_ FLAG_ DOWNLOADONLY - Only download packages and do not actually install.
- ALPM_
TRANS_ FLAG_ NEEDED - Do not install a package if it is already installed and up to date.
- ALPM_
TRANS_ FLAG_ NOCONFLICTS - Ignore dependency conflicts.
- ALPM_
TRANS_ FLAG_ NODEPS - Ignore dependency checks.
- ALPM_
TRANS_ FLAG_ NODEPVERSION - Ignore version numbers when checking dependencies.
- ALPM_
TRANS_ FLAG_ NOHOOKS - Do not run hooks during a transaction
- ALPM_
TRANS_ FLAG_ NOLOCK - Do not lock the database during the operation.
- ALPM_
TRANS_ FLAG_ NOSAVE - Delete files even if they are tagged as backup.
- ALPM_
TRANS_ FLAG_ NOSCRIPTLET - Do not execute install scriptlets after installing.
- ALPM_
TRANS_ FLAG_ RECURSE - Remove packages and their unneeded deps (not explicitly installed).
- ALPM_
TRANS_ FLAG_ RECURSEALL - Remove also explicitly installed unneeded deps (use with ALPM_TRANS_FLAG_RECURSE).
- ALPM_
TRANS_ FLAG_ UNNEEDED - Do not remove a package if it is needed by another one.
Type Aliases§
- Type
- Transaction flags