Skip to content

Instantly share code, notes, and snippets.

@danmcclain
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save danmcclain/8973c4daaced0edff5bb to your computer and use it in GitHub Desktop.

Select an option

Save danmcclain/8973c4daaced0edff5bb to your computer and use it in GitHub Desktop.
➜ ~ dpkg -s elixir
Package: elixir
Status: install ok installed
Priority: optional
Section: contrib
Installed-Size: 3798
Maintainer: Erlang Solutions <packages@erlang-solutions.com>
Architecture: amd64
Version: 1.0.3-2
Depends: erlang-base (>= 1:17.0) | erlang-base-hipe (>= 1:17.0) | esl-erlang (>= 1:17.0), erlang-crypto (>= 1:17.0) | esl-erlang (>= 1:17.0), erlang-inets (>= 1:17.0) | esl-erlang (>= 1:17.0), erlang-ssl (>= 1:17.0) | esl-erlang (>= 1:17.0), erlang-syntax-tools (>= 1:17.0) | esl-erlang (>= 1:17.0)
Description: Elixir functional meta-programming language
Elixir is a functional, meta-programming aware language built on
top of the Erlang VM. It is a dynamic language that focuses on
tooling to leverage Erlang's abilities to build concurrent,
distributed and fault-tolerant applications with hot code upgrades.
Homepage: http://elixir-lang.org
➜ ~ sudo apt-get install elixir
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
fontconfig-config fonts-dejavu-core libdrm-intel1 libdrm-nouveau2
libdrm-radeon1 libfontconfig1 libfontenc1 libgl1-mesa-dri libgl1-mesa-glx
libglapi-mesa libice6 libllvm3.4 libpciaccess0 libsm6 libtcl8.6 libtk8.6
libtxc-dxtn-s2tc0 libutempter0 libx11-xcb1 libxaw7 libxcb-dri2-0
libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1
libxcomposite1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxmu6
libxpm4 libxrandr2 libxrender1 libxshmfence1 libxss1 libxt6 libxtst6 libxv1
libxxf86dga1 libxxf86vm1 mercurial mercurial-common tcl tcl8.6 tk tk8.6
x11-common x11-utils xbitmaps xterm
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
erlang-asn1 erlang-base erlang-crypto erlang-inets erlang-mnesia
erlang-public-key erlang-runtime-tools erlang-ssl erlang-syntax-tools
Suggested packages:
erlang erlang-manpages erlang-doc erlang-tools
The following NEW packages will be installed:
elixir erlang-asn1 erlang-crypto erlang-inets erlang-mnesia
erlang-public-key erlang-runtime-tools erlang-ssl erlang-syntax-tools
The following packages will be upgraded:
erlang-base
1 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/12.9 MB of archives.
After this operation, 10.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 88675 files and directories currently installed.)
Preparing to unpack .../erlang-base_1%3a17.5_amd64.deb ...
Searching for services which depend on erlang and should be stopped...none found.
Killing epmd...it is not running.
Unpacking erlang-base (1:17.5) over (1:17.4) ...
Selecting previously unselected package erlang-crypto.
Preparing to unpack .../erlang-crypto_1%3a17.5_amd64.deb ...
Unpacking erlang-crypto (1:17.5) ...
Selecting previously unselected package erlang-mnesia.
Preparing to unpack .../erlang-mnesia_1%3a17.5_amd64.deb ...
Unpacking erlang-mnesia (1:17.5) ...
Selecting previously unselected package erlang-runtime-tools.
Preparing to unpack .../erlang-runtime-tools_1%3a17.5_amd64.deb ...
Unpacking erlang-runtime-tools (1:17.5) ...
Selecting previously unselected package erlang-syntax-tools.
Preparing to unpack .../erlang-syntax-tools_1%3a17.5_amd64.deb ...
Unpacking erlang-syntax-tools (1:17.5) ...
Selecting previously unselected package erlang-asn1.
Preparing to unpack .../erlang-asn1_1%3a17.5_amd64.deb ...
Unpacking erlang-asn1 (1:17.5) ...
Selecting previously unselected package erlang-public-key.
Preparing to unpack .../erlang-public-key_1%3a17.5_amd64.deb ...
Unpacking erlang-public-key (1:17.5) ...
Selecting previously unselected package erlang-ssl.
Preparing to unpack .../erlang-ssl_1%3a17.5_amd64.deb ...
Unpacking erlang-ssl (1:17.5) ...
Selecting previously unselected package erlang-inets.
Preparing to unpack .../erlang-inets_1%3a17.5_amd64.deb ...
Unpacking erlang-inets (1:17.5) ...
Selecting previously unselected package elixir.
Preparing to unpack .../elixir_1.0.3-2_amd64.deb ...
Unpacking elixir (1.0.3-2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up erlang-base (1:17.5) ...
Searching for services which depend on erlang and should be started...none found.
Setting up erlang-crypto (1:17.5) ...
Setting up erlang-mnesia (1:17.5) ...
Setting up erlang-runtime-tools (1:17.5) ...
Setting up erlang-syntax-tools (1:17.5) ...
Setting up erlang-asn1 (1:17.5) ...
Setting up erlang-public-key (1:17.5) ...
Setting up erlang-ssl (1:17.5) ...
Setting up erlang-inets (1:17.5) ...
Setting up elixir (1.0.3-2) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment