Skip to content

Instantly share code, notes, and snippets.

@ottomata
Created July 22, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottomata/2e9933dfac6c9f05ea314eb9eb86e454 to your computer and use it in GitHub Desktop.
Save ottomata/2e9933dfac6c9f05ea314eb9eb86e454 to your computer and use it in GitHub Desktop.
# From the build directory
$ ls anaconda-wmf/lib/libpython3.* | cat
anaconda-wmf/lib/libpython3.7m.a
anaconda-wmf/lib/libpython3.7m.nolto.a
anaconda-wmf/lib/libpython3.7m.so
anaconda-wmf/lib/libpython3.7m.so.1.0
anaconda-wmf/lib/libpython3.so
# From the built .deb
$ dpkg-deb -c /var/cache/pbuilder/result/buster-amd64/anaconda-wmf_2020.02~wmf1_amd64.deb | grep lib/libpython3
-rw-r--r-- root/root 3805376 2020-01-08 20:06 ./usr/lib/anaconda-wmf/lib/libpython3.7m.so.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment