Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created August 19, 2021 11:48
Show Gist options
  • Save Voronenko/4205b407cd0dfc8ca8357053a6f0c90d to your computer and use it in GitHub Desktop.
Save Voronenko/4205b407cd0dfc8ca8357053a6f0c90d to your computer and use it in GitHub Desktop.
Offsite looking on missing package required by compiler
sudo apt-get install apt-file
...
apt-file update
apt-file search /usr/include/sys/acl.h
libacl1-dev: /usr/include/sys/acl.h
apt-file list libacl1-dev
sudo apt-get install libacl1-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment