Pacman-contrib: Difference between revisions

From wikinotes
(Created page with "A collection of helper scripts for working with pacman. = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S pacman-contrib </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote> == paccache == <blockquote> <syntaxhighlight lang="bash"> paccache -ru # delete all but the 3x most recent versions of a package, (only uninstalled packages) paccache -rud # dry-run of delete </syntaxhighlight> </blockquote><!-- paccache --> == paccache == <block...")
 
Line 13: Line 13:
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
paccache -ru # delete all but the 3x most recent versions of a package, (only uninstalled packages)
paccache -r # delete all but 3x most recent versions of package
paccache -rud # dry-run of delete
paccache -# dry-run delete all but 3x most recent versions of package
paccache -duv  # print files
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- paccache -->
</blockquote><!-- paccache -->

Revision as of 21:27, 4 November 2023

A collection of helper scripts for working with pacman.

Install

pacman -S pacman-contrib

Usage

paccache

paccache -r  # delete  all but 3x most recent versions of package
paccache -d  # dry-run delete all but 3x most recent versions of package
paccache -duv  # print files

paccache

checkupdates

paclog-pkglist

pacscripts

pacsearch

pacsort

pactree

rankmirrors

updpkgsums