Linux distribution
Arch_Linux_screenshot,_12.06.2024.png
Donate via Click&Pledge to Arch Linux
arch linux isolinux screenshot
arch linux minimal neofetch output
Arch Linux (/ɑːrtʃ/) is an open source, rolling release Linux distribution. Arch Linux is kept up-to-date by regularly updating the individual pieces of software that it comprises. It provides monthly "snapshots" which … Wikipedia
Factsheet
Developer Levente Polyak (lead developer)
OS family Linux (Unix-like)
Working state Current
Factsheet
Developer Levente Polyak (lead developer)
OS family Linux (Unix-like)
Working state Current
🌐
ArchWiki
wiki.archlinux.org › title › Pacman
pacman - ArchWiki
1 week ago - Tip The pacman package contains tools such as makepkg and vercmp(8). Other useful tools such as pactree and checkupdates are found in pacman-contrib. Run pacman -Ql pacman pacman-contrib | grep -E 'bin/.+' to see the full list. What follows is just a small sample of the operations that pacman ...
🌐
ArchWiki
wiki.archlinux.org › title › Pacman › Tips_and_tricks
pacman/Tips and tricks - ArchWiki
2 weeks ago - $ comm -12 <(pacman -Qq | sort) <(pacman -Sql repo_name | sort) List all packages on the Arch Linux ISO that are not in the base meta package:
Discussions

PacFinder - A pacman repository & package explorer for Arch Linux
Very much appreciate this being just a viewer and not a manager. More on reddit.com
🌐 r/archlinux
39
341
March 2, 2022
How do I find installed packages.
pacman -Qe for explicitly installed pacman -Qg for commonly grouped pacman -Q for all 916 pkg list for pkg packages More on reddit.com
🌐 r/archlinux
6
2
October 23, 2022
arch linux - pacman - get list of packages installed by user - Unix & Linux Stack Exchange
How can I get a list of packages that were explicitly installed by a user? I'm aware of: pacman -Qe pacman -Qi But those seem to include the default packages for my distribution (e.g. sudo). I wa... More on unix.stackexchange.com
🌐 unix.stackexchange.com
December 9, 2017
Software Engineers, what are your essential pacman packages?
cmatrix, very important More on reddit.com
🌐 r/archlinux
16
6
July 28, 2023
🌐
Atlantic.Net
atlantic.net › home › blog › list installed packages with pacman on arch linux
List Installed Packages with Pacman on Arch Linux | Atlantic.Net
June 1, 2024 - To list more system packages, run ... make 4.3-3 man-db 2.11.0-1 man-pages 6.01-1 · By default, the Pacman command generates all installed package lists in two columns....
🌐
Ratfactor
ratfactor.com › cards › arch-pacman-cheatsheet
Arch Linux package manager (pacman) cheatsheet - ratfactor
April 26, 2024 - This may look pretty dumb, but I actually like getting my installed packages list by searching my Bash history. (Note that ag is The Silver Searcher - see Software I Use.) ... # history | ag -Q 'pacman -S ' 11 pacman -S grub 14 pacman -S efibootmgr 30 pacman -S xorg 31 pacman -S xf86-video-amdgpu mesa vulkan-radeon 32 pacman -S xfce4 lxdm 41 pacman -S firefox 51 pacman -S steam 52 pacman -S ttf-liberation 53 pacman -S lib32-systemd 60 pacman -S alsa-utils 90 pacman -S stow 91 pacman -S git 92 pacman -S ruby 96 pacman -S sudo
🌐
Linux Hint
linuxhint.com › list_installed_packages_pacman_arch_linux
List Installed Packages with Pacman on Arch Linux – Linux Hint
It can use Pacman to install, remove, update individual software packages and also update the whole system if you want. You can also find out what software packages are installed on your Arch Linux system using Pacman. In this article, I will show you how to generate a list of installed packages ...
🌐
GitHub
github.com › fwcd › arch-pkgs
GitHub - fwcd/arch-pkgs: List of useful Arch Linux packages · GitHub
A list of recommendations for Arch Linux packages I find useful. For general instructions on how to set up a new Arch installation, see the wiki's installation guide. pacstrap [root] [pkgs...] (Install packages into new root) pacman -S [pkgs...] (Install packages) pacman -Syu (Update everything) pacman -Q (List installed packages) pacman -Ql [pkg] (List files in a package) pacman -Qo [file] (Find out which package owns a file) Packages for every Arch installation.
Starred by 219 users
Forked by 8 users
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
Generating a List of Installed Packages / Newbie Corner / Arch Linux Forums
October 9, 2008 - If anyone is looking for something along these lines, Packup is a backup & recovery script for Pacman. When I get around to it (i.e., after work) I'll make a post detailing it in the community projects section. If you're impatient, check out our website here. ... lol thanks! Packup actually has it's own thread here if you need it... (of course you could just use the tools provided at my website [bugtracker, forums, etc]) ... This is what I did. Generating the package list: pacman -Qqe > package.list Installing from the package list: pacman -S $(cat package.list) Is this what Pacup does?
Find elsewhere
🌐
Arch Linux
archlinux.org › packages
Arch Linux - Package Search
3 weeks ago - From here you can find detailed information about packages located in the official supported repositories. Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks.
🌐
Reddit
reddit.com › r/archlinux › pacfinder - a pacman repository & package explorer for arch linux
r/archlinux on Reddit: PacFinder - A pacman repository & package explorer for Arch Linux
March 2, 2022 -

I have created a utility for viewing packages on Arch Linux systems and wanted to share it with anyone who might find it useful.

Introducing PacFinder:

Screenshot

It is a fairly simple GTK desktop application that lets you view all of the packages known to pacman. You can view installed packages or explore packages in the pacman databases. It has filtering for package states (e.g. installed, explicit, dependency, optional) and a basic search mechanism.

Implements libalpm, so it uses the same underlying code as pacman for interacting with the databases.

This is not a package manager or pacman GUI. It is just a front-end for a subset of libalpm features that allow viewing package manager information, not installing or changing things. Databases are opened read-only and it cannot be run as root.

Inspired by pkgbrowser, which I was using when I was trying to clean up my system. But enhanced in a few small ways, and more focused on my usage.

  • Install from the AUR: https://aur.archlinux.org/packages/pacfinder

  • Report bugs, suggest features, or make pull requests on GitHub: https://github.com/stevenbenner/pacfinder

🌐
Reddit
reddit.com › r/archlinux › how do i find installed packages.
r/archlinux on Reddit: How do I find installed packages.
October 23, 2022 -

Pulling neofetch displays this line: Packages: 916 (pacman), 1 (pkg)

I know how to list the 916 pacman packages but how do I find what this non-pacman package is? I'm not sure what installed it cause I haven't installed anything in a long time and noticed this just today.

Thank you.

🌐
Arch Linux
archlinux.org › packages › core › x86_64 › pacman
Arch Linux - pacman 7.1.0.r9.g54d9411-1 (x86_64)
packagekit · pacman-contrib · pacman-offline · pacquery (requires libalpm.so) pacutils · pkgfile · pyalpm · repose (requires libalpm.so) snap-pac · supermin · osbuild (optional) View the file list for pacman · View the soname list for pacman · Copyright © 2002-2026 Judd Vinet, Aaron ...
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
List all packages from a particular repository? / Pacman & Package Upgrade Issues / Arch Linux Forums
May 14, 2005 - #!/bin/bash # List packages from a particular repository. Usage: command repo_name comm -1 -2 <(pacman -Q|awk '{print $1}'|sort) \ <(pacman -Sl $1 | awk '{print $2}'|sort)
🌐
Wikipedia
en.wikipedia.org › wiki › Arch_Linux
Arch Linux - Wikipedia
2 weeks ago - The resulting packages are also ... via Pacman. In addition to the repositories, the Arch User Repository (AUR) provides user-made PKGBUILD scripts for packages not included within the main repositories. These PKGBUILD scripts simplify building from source by explicitly listing and checking ...
🌐
Reddit
reddit.com › r/archlinux › software engineers, what are your essential pacman packages?
r/archlinux on Reddit: Software Engineers, what are your essential pacman packages?
July 28, 2023 -

Coming from Ubuntu, I love how minimal and modular Arch is, but I'm awestruck with how many options are available to me.

I want to use Arch as my main development machine and I want to create a stable system from a clean archinstall with systemd, bspwm, pipewire.

These are the packages I installed right after I boot into the system & terminal:

[Services]

  • dhcpcd: network connections

  • openssh: ssh

[UI]

  • lightdm: display manager

  • sxhkd: hotkey daemon

  • polybar: status bar

  • picom: composite manager

  • alacritty: terminal

  • dmenu: application/script runner

  • nitrogen: wallpaper

  • zsh, oh-my-zsh: syntax & autosuggestion shell

[Audio]

  • pipewire-*: audio handling & headphone jack

  • wireplumber, qpwgraph: session management

  • pavucontrol: GUI audio settings

[Packages]

  • yay: AUR helper

[File Utilities]

  • thunar: GUI file manager

  • rsync: backup

[Web Browser]

  • firefox: yeah

[Development]

  • code: VSCode

  • python, nodejs, docker, et cetera: programming stuff

I'm planning to setup automatic USB handling for headphones & microphones since that doesn't work for some reason, then media players, then other automated daemons for other stuff.

What other packages or concepts should I look into in order to make my Arch system more reliable as a work machine & daily driver?

Is there a list of recommended software to install in a clean Arch installation with alternatives and explanations? The wiki doesn't suffice and I've been digging through GitHub gists.

🌐
DEV Community
dev.to › snigdhaos › arch-linux-pacman-a-detailed-guide-with-commands-and-examples-en5
Arch Linux Pacman: A Detailed Guide with Commands and Examples 🎩🐧 - DEV Community
December 4, 2024 - Pacman doesn’t manage AUR packages directly. Use AUR helpers like yay or paru for that: ... Pacman is an indispensable tool for managing your Arch Linux system. With its simplicity and robust features, it empowers users to handle complex package operations efficiently.
🌐
Baeldung
baeldung.com › home › administration › package management › how to list user installed packages using pacman
How to List User Installed Packages Using Pacman | Baeldung on Linux
November 1, 2025 - The basic packages for an Arch install typically include base, linux, and linux-firmware. Filtering these out from our system packages, results in a list of user-installed packages.
🌐
Devhints
devhints.io › linux › pacman cheatsheet
Pacman cheatsheet
Pacman is the package manager for Arch Linux and its derivatives.