Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Last active May 20, 2019 01:30
Show Gist options
  • Save imylomylo/bb48c86215630777e5d10591566df2d9 to your computer and use it in GitHub Desktop.
Save imylomylo/bb48c86215630777e5d10591566df2d9 to your computer and use it in GitHub Desktop.
komodo-in-a-box apt-get install system dependencies

One command

sudo apt-get update ; sudo apt-get install -y dialog python3 python3-dev python3-pip netcat-openbsd wget curl git sudo coreutils bc haveged pollinate unzip unattended-upgrades cron ntp fail2ban rsyslog build-essential pkg-config git libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip python zlib1g-dev wget bsdmainutils automake libssl-dev libprotobuf-dev protobuf-compiler libqrencode-dev ntp ntpdate jq software-properties-common curl libcurl4-openssl-dev cmake clang libevent-dev libboost-all-dev build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-openssl-dev bsdmainutils automake curl python3 python3-requests libsodium-dev libdb++-dev

These are broken down into Komodo Platform's komodo dependencies, James Lee's komodo dependencies (new pre-alpha features), the convenience packages for the system & komodo-in-a-box dependencies.

Komodo Platform dependencies

sudo apt-get update
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev asn1c wget libcurl4-gnutls-dev bsdmainutils automake curl

jl777 (James Lee pre-alpha developement) features

Additionally to the Komodo Platform dependencies, I needed the following for the customCC (and probably more dev packages)

sudo apt-get update
sudo apt-get install libdb++-dev

System convenience packages

sudo apt-get install htop 
@imylomylo
Copy link
Author

sudo for 'me' user to go in /etc/sudoers.d/me
me ALL=(ALL) NOPASSWD:ALL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment