Skip to content

Instantly share code, notes, and snippets.

@yanana
Created June 23, 2015 11:06
Show Gist options
  • Select an option

  • Save yanana/261df0d5b0d73f276469 to your computer and use it in GitHub Desktop.

Select an option

Save yanana/261df0d5b0d73f276469 to your computer and use it in GitHub Desktop.
Log of installing jemalloc-dev on Alpine Linux
/ # apk add -vvv jemalloc-dev
The following NEW packages will be installed:
jemalloc jemalloc-doc jemalloc-dev
After this operation, 1112 KiB of additional disk space will be used.
(1/3) Installing jemalloc (3.6.0-r1)
usr/ (dir)
usr/lib/ (dir)
usr/lib/libjemalloc.so.1
(2/3) Installing jemalloc-doc (3.6.0-r1)
usr/ (dir)
usr/share/ (dir)
usr/share/man/ (dir)
usr/share/man/man3/ (dir)
usr/share/man/man3/jemalloc.3.gz
usr/share/doc/ (dir)
usr/share/doc/jemalloc/ (dir)
usr/share/doc/jemalloc/jemalloc.html
(3/3) Installing jemalloc-dev (3.6.0-r1)
usr/ (dir)
usr/lib/ (dir)
usr/lib/libjemalloc.so
usr/lib/libjemalloc.a
usr/lib/libjemalloc_pic.a
usr/include/ (dir)
usr/include/jemalloc/ (dir)
usr/include/jemalloc/jemalloc.h
OK: 62 packages, 2444 dirs, 20238 files, 223 MiB
@RammusXu
Copy link
Copy Markdown

RammusXu commented Sep 8, 2020

This only available before alpine 3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment