mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
6d8e3d2a91
From the documentation: verify-pacman-repo-db looks at a pacman repo database and verifies its content with the actual package files. The database is expected to be in the same directory as the packages (or symlinks to the packages). The following properties are verified for each package in the database: - existence of the package file - file size - MD5 and SHA256 checksum (--checksum) Signed-off-by: Florian Pritz <bluewind@xinu.at> |
||
---|---|---|
.. | ||
.gitignore | ||
bacman.sh.in | ||
bash_completion.in | ||
checkupdates.sh.in | ||
Makefile.am | ||
paccache.sh.in | ||
pacdiff.sh.in | ||
paclist.sh.in | ||
paclog-pkglist.sh.in | ||
pacscripts.sh.in | ||
pacsearch.in | ||
PKGBUILD.vim | ||
rankmirrors.sh.in | ||
README | ||
updpkgsums.sh.in | ||
verify-pacman-repo-db.pl | ||
vimprojects | ||
zsh_completion.in |
Here is a brief description of the files included in this directory: PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable names, highlights common errors such as invalid characters in pkgname or pkgver, etc. bacman - regenerate a pacman package based on installed files and the pacman database entries. Useful for reuse, or possible config file extension. bash_completion - a bash completion script for pacman, install in /etc/bash_completion.d/ for use (but rename to something descriptive!). checkupdates - print a list of pending updates without touching the system sync databases (for safety on rolling release distributions). paccache - a flexible package cache cleaning utility that allows greater control over which packages are removed. pacdiff - a simple pacnew/pacsave updater for /etc/. paclist - list all packages installed from a given repository. Useful for seeing which packages you may have installed from the testing repository, for instance. paclog-pkglist - lists currently installs packages based pacman's log. pacscripts - tries to print out the {pre,post}_{install,remove,upgrade} scripts of a given package. pacsearch - a colorized search combining both -Ss and -Qs output. Installed packages are easily identified with a *** and local-only packages are also listed. rankmirrors - ranks pacman mirrors by their connection and opening speed. updpkgsums - performs an in place update of the checksums in a PKGBUILD. vimprojects - a project file for the vim project plugin. zsh_completion - a zsh completion script, install (with a rename) to /usr/share/zsh/site-functions/.