LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pacinfo

displays detailed information about packages from the pacman database

TLDR

Display information about a specific package
$ pacinfo [package_name]
copy
Disable low-speed timeouts for downloads
$ pacinfo --no-timeout [package_name]
copy
Display sizes in bytes and dates as Unix timestamps
$ pacinfo --raw [package_name]
copy
Display additional package information
$ pacinfo --verbose [package_name]
copy
Display help
$ pacinfo --help
copy

SYNOPSIS

pacinfo [options] package...

DESCRIPTION

pacinfo displays detailed information about packages from the pacman database. It shows package metadata including name, version, description, dependencies, install date, size, and other attributes stored in the package database.The tool can query both locally installed packages and packages available in configured repositories. It provides more detailed output options than pacman's built-in query commands, with machine-readable raw output for scripting.

PARAMETERS

--raw

Display sizes in bytes and dates as Unix timestamps
--verbose
Display additional package information
--no-timeout
Disable low-speed download timeouts
--config file
Use alternate pacman configuration file
--dbpath path
Use alternate database path
--root path
Use alternate installation root
--help
Display help information
--version
Display version information

CAVEATS

Requires packages to be in pacman's database (either installed or available in repositories). Network access needed for repository package queries if sync database is not current.

HISTORY

Part of pacutils, a collection of helper utilities for pacman by Andrew Gregory. Provides enhanced package information display compared to standard pacman -Qi and pacman -Si commands.

SEE ALSO

pacman(8), pacconf(8), pacsift(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid