generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
apt.txt
54 lines (44 loc) · 918 Bytes
/
apt.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.
# installing less as more just isn't enough
less
# Download tools
curl
wget
vim
# for easily managing multiple repositories with one command (perl-doc
# is needed for its help pages to work)
mr
perl-doc
# Regular build tools for compiling common stuff
build-essential
# Dependencies for nbconvert
texlive-xetex
texlive-fonts-recommended
texlive-plain-generic
texlive-lang-chinese
lmodern
# Other useful document-related tools
pandoc
latexdiff
# Some useful git utilities use basic Ruby
ruby
# Other niceties for command-line work and life
rsync
# playwright deps https://jira-secure.berkeley.edu/browse/DH-325
libnss3
libnspr4
libdbus-1-3
libatk1.0-0
libatk-bridge2.0-0
libcups2
libdrm2
libxkbcommon0
libatspi2.0-0
libxcomposite1
libxdamage1
libxfixes3
libxrandr2
libgbm1
libasound2
net-tools