Skip to content

Instantly share code, notes, and snippets.

@yordanoweb
Created January 24, 2024 16:00
Show Gist options
  • Save yordanoweb/1a45c05848ea79cba586d0b50fe6f30f to your computer and use it in GitHub Desktop.
Save yordanoweb/1a45c05848ea79cba586d0b50fe6f30f to your computer and use it in GitHub Desktop.
Find the package of executable with Pacman

Find the package of executable

pacman -Qo executable_name_without_path

For example:

pacman -Qo protonvpn

Will output:

/usr/bin/protonvpn is owned by protonvpn-gui 1.12.0-1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment