You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/setup/deb-packages-optional.txt

33 lines
866 B
Plaintext

#
# Author: Hari Sekhon
# Date: 2020-04-10 13:35:58 +0100 (Fri, 10 Apr 2020)
#
# https://github.com/HariSekhon/DevOps-Bash-tools
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# Deb Packages Optional
# ============================================================================ #
direnv
shellcheck
yq
# prevents this error:
# bash-tools/lib/utils.sh: line 41: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
locales-all
# on Ubuntu but not Debian
golang-race-detector-runtime
# Ubuntu 20.04 has Python3, python installs Python2 but python-pip package is no longer available
python
python3
python-pip
python3-pip
python-setuptools # needed by 'pip install awscli'