-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequired-packages.txt
47 lines (47 loc) · 1012 Bytes
/
required-packages.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
# The following packages are required. They can be installed as follows:
# sudo apt-get install $(grep -v ^# required-packages.txt)
#
# In addition, there are some optional packages, which be installed as follows:
# sudo apt-get install $(perl -pe 's/^#opt#\s*//;' required-packages.txt | grep -v '^#')
#
# Note:
# - The package names are based on Ubuntu, and should be compatible with other
# debian-based Linux distributions.
# - See requirements.txt for Python package requirements.
#
ansifilter
diffutils
git
jupyter-core
kdiff3
less
lynx
openssh
perl
python3-pip
python3
python-is-python3
tar
tcsh
wget
xmllint
zip
#
#................................................................................
# Optional packages
#
#opt# ImageMagick
## OLD: #opt# extcolors
#opt# nmap
#opt# poppler-utils
#opt# rcs
#opt# shellcheck
#opt# colout
#opt# tesseract-ocr
#opt# kazam
#opt# screen
#opt# nvtop
## TODO: #opt# brew install act # see https://github.com/nektos/act
## TODO: docker
##
## TODO: #opt# xyz