admin:linux:arch

Arch Linux

see also: Pacman Rosetta

uninstall packages with regex matching sudo pacman -R $(pacman -Qsq haskell)
find package which contains given file pkgfile file
find all modified config files pacman -Qii | grep "^MODIFIED" | cut -f2
list all manually installed packages pacman -Qet
install optional dependencies for a package pacman -S --asdeps --needed

check with vdpauinfo, install mesa-vdpau for Radeon GPUs.

(source: Arch Wiki)

/etc/pacman.conf
IgnorePkg # ignore updates
HoldPkg # pacman will ask for confirmation before --remove
/etc/xdg/Trolltech.conf
[Qt]
style=GTK+

(Source)

/etc/default/cpupower
governor='performance'
  • aconfmgr – track, manage, and restore the configuration of an Arch Linux system.
  • Archinstall – guided installation.
  • Last modified: 2024-07-05 14:31