File: install.sh

package info (click to toggle)
smiles-scripts 0.3.0%2Bsvn878%2Bbranch%2Bsystem%2Bdeps-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,860 kB
  • sloc: perl: 1,889; java: 1,218; sh: 1,092; makefile: 246
file content (21 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

sudo apt-get install -y \
    default-jdk \
    default-jre \
    libalgorithm-combinatorics-perl \
    libcgi-pm-perl \
    libchemistry-elements-perl \
    libclone-perl \
    libgetopt-long-descriptive-perl \
    libgraph-perl \
    libipc-run-perl \
    libmodule-build-perl \
    libnauty2-dev \
    libopsin-java \
    libparse-yapp-perl \
    liburl-encode-perl \
    libxml-libxml-perl \
    openbabel \
    make \
;