Encontrar recursivamente pacotes de biblioteca ausentes
find_packages.sh: set -e# You may have to run this before:#sudo apt-get -y install pax-utils apt-file#apt-file updatefind_elfs() { scanelf -R -B . | cut -d ‘ ‘ -f 2-}find_libraries() { find_elfs …
Continuar lendo