Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Install Packages

ZeroC0D3 Team edited this page Jan 20, 2018 · 1 revision

Installation Packages

Installation packages libraries for VPS (Virtual Private Server) Ubuntu version 16.04

Install Packages Libraries

sudo apt-get -y update
sudo apt-get -y install git-core \
   curl \
   zlib1g-dev \
   build-essential \
   libssl-dev \
   libreadline-dev \
   libyaml-dev \
   libsqlite3-dev \
   sqlite3 \
   libxml2-dev \
   libxslt1-dev \
   libcurl4-openssl-dev \
   python-software-properties \
   libffi-dev \
   bash-completion \
   nano \
   vim \
   openssl \
   coffeescript \
   imagemagick \
   libmagickwand-dev \
   libmysqlclient-dev \
   libpq-dev \
   nginx \
   ffmpeg \
   mc \
   zsh
Clone this wiki locally