Created
August 19, 2021 11:48
-
-
Save Voronenko/4205b407cd0dfc8ca8357053a6f0c90d to your computer and use it in GitHub Desktop.
Offsite looking on missing package required by compiler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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