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.txt

43 lines
768 B
Plaintext

6 years ago
#
# Author: Hari Sekhon
# Date: 2019-03-16 20:35:14 +0000 (Sat, 16 Mar 2019)
#
5 years ago
# https://github.com/harisekhon/devops-bash-tools
6 years ago
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/harisekhon
#
# ============================================================================ #
# Deb Package Requirements
# ============================================================================ #
bash
bc
build-essential
ca-certificates
cpanminus
6 years ago
curl
#direnv
6 years ago
git
golang
iputils-ping
6 years ago
jq
less
libperl-dev # needed for PAR:Packer
libxml2-utils # needed for xmllint
6 years ago
make
openssh-client
6 years ago
parallel
perl
procps
psmisc # for fuser for apt_wait.sh
ruby-dev # to build Travis CI gem
time
6 years ago
wget
# included in distro
#which
zip
5 years ago
unzip