https://github.com/archlinux/pacman-contrib
Contributed scripts and tools for pacman systems (read-only mirror)
https://github.com/archlinux/pacman-contrib
Last synced: 5 months ago
JSON representation
Contributed scripts and tools for pacman systems (read-only mirror)
- Host: GitHub
- URL: https://github.com/archlinux/pacman-contrib
- Owner: archlinux
- Created: 2021-08-01T17:45:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:15:37.000Z (over 2 years ago)
- Last Synced: 2024-07-21T00:44:12.217Z (11 months ago)
- Language: Shell
- Homepage: https://gitlab.archlinux.org/pacman/pacman-contrib
- Size: 400 KB
- Stars: 22
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
Awesome Lists containing this project
README
pacman-contrib
==============This repository contains contributed scripts to pacman.
*Note*: This used to be part of pacman.git, but was moved out to make pacman maintenance easier.
How to build:
-------------./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
make
make check
make install DESTDIR="$pkgdir"Scripts available in this repository:
-------------------------------------* 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 `[installed]`, 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.