-
Notifications
You must be signed in to change notification settings - Fork 0
/
apt.txt
74 lines (62 loc) · 1.26 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Do not name apt.txt because R installation scripts is removing apps
# and causing problems. Need to install after R installation
# Basic unix tools
man
man-db
manpages-posix
manpages-dev
manpages-posix-dev
# Download tools
curl
wget
# command line text editors
vim
emacs-nox
emacs-goodies-el
nano
# GUI text editors
emacs
vim-gtk3
gedit
# powerful terminal-based file manager, better than the one in JLab
mc
# Regular build tools for compiling common stuff
# most installed with R installation
build-essential
gfortran
# Dependencies for nbconvert and myst
# texlive is installed by R installation
# Add packages with tlmgr in rocker.sh
# Other useful document-related tools
# pandoc installed by R installation
imagemagick
# Some useful git utilities use basic Ruby
ruby
# Other niceties for command-line work and life
ack # powerful grep-like tool
pydf # colorized disk usage
tmux
screen
htop
nnn # cmd line file manager
zsh
rsync
tig # console UI for git
multitail
tree
# This section adds tools needed for desktop environment
# https://github.com/jupyterhub/jupyter-remote-desktop-proxy
dbus-x11
xfce4
xfce4-panel
xfce4-session
xfce4-settings
xorg
xubuntu-icon-theme
tigervnc-standalone-server
tigervnc-xorg-extension
# Git clients and tools
git-gui
gitg
qgit
meld