Skip to content

2.2 Installing Essentials

Tomato6966 edited this page Oct 25, 2022 · 11 revisions

Installing Essential Packages

apt-get -y install sudo
apt-get -y install git-all curl jq file unzip make gcc g++ python python-dev libtool build-essential wget zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev libbz2-dev htop nano

If you are using nodejs, those libs are key to be able to install all possible npm packages out there

htop and nano is just really useful same as unzip make and curl and wget and git-all

Puppeteer

Wanna use puppeteer browsers on linux?

apt-get install ca-certificates fonts-liberation libappindicator3-1 libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils
Clone this wiki locally