# apt-get install libjemalloc-dev
|
Reading package lists... Done
|
Building dependency tree
|
Reading state information... Done
|
The following additional packages will be installed:
|
libjemalloc1
|
The following NEW packages will be installed:
|
libjemalloc-dev libjemalloc1
|
0 upgraded, 2 newly installed, 0 to remove and 21 not upgraded.
|
Need to get 257 kB of archives.
|
After this operation, 1,280 kB of additional disk space will be used.
|
Do you want to continue? [Y/n] Y
|
Get:1 http://debian.ludost.net/debian stretch/main amd64 libjemalloc1 amd64 3.6.0-9.1 [89.8 kB]
|
Get:2 http://debian.ludost.net/debian stretch/main amd64 libjemalloc-dev amd64 3.6.0-9.1 [167 kB]
|
Fetched 257 kB in 0s (3,766 kB/s)
|
Selecting previously unselected package libjemalloc1.
|
(Reading database ... 67083 files and directories currently installed.)
|
Preparing to unpack .../libjemalloc1_3.6.0-9.1_amd64.deb ...
|
Unpacking libjemalloc1 (3.6.0-9.1) ...
|
Selecting previously unselected package libjemalloc-dev.
|
Preparing to unpack .../libjemalloc-dev_3.6.0-9.1_amd64.deb ...
|
Unpacking libjemalloc-dev (3.6.0-9.1) ...
|
Setting up libjemalloc1 (3.6.0-9.1) ...
|
Setting up libjemalloc-dev (3.6.0-9.1) ...
|
Processing triggers for libc-bin (2.24-11+deb9u3) ...
|
Processing triggers for man-db (2.7.6.1-2) ...
|
root@debian1:~# apt-get install libjemalloc
|
Reading package lists... Done
|
Building dependency tree
|
Reading state information... Done
|
E: Unable to locate package libjemalloc
|
root@debian1:~# apt-get install libjemalloc-dev
|
Reading package lists... Done
|
Building dependency tree
|
Reading state information... Done
|
libjemalloc-dev is already the newest version (3.6.0-9.1).
|
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
|
|