Skip to content

Instantly share code, notes, and snippets.

@l34marr
Last active November 18, 2020 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l34marr/22b54ee6283f8955d895 to your computer and use it in GitHub Desktop.
Save l34marr/22b54ee6283f8955d895 to your computer and use it in GitHub Desktop.
Package List After Fresh Installation
sudo apt-get update
sudo apt-get -y install openssh-server vim curl screen
sudo apt-get -y install build-essential libssl-dev libxml2-dev libxslt1-dev libbz2-dev zlib1g-dev
# Ubuntu 20.04 selecting 'python-dev-is-python2' instead of 'python-dev'
sudo apt-get -y python-dev-is-python3
# Ubuntu 20.04 switching OK via sudo apt autoremove
sudo apt-get -y install libjpeg62-dev
# Ubuntu 18: libreadline6; Ubuntu 20: libreadline (v8)
sudo apt-get install libreadline
# Ubuntu 16: python-imaging; Ubuntu 18: python-pil; Ubuntu 20: python3-pil
sudo apt-get install python3-pil
sudo apt-get -y install wv poppler-utils
sudo apt-get -y install zlibc libzzip-dev unzip zip
sudo apt-get -y install git
sudo apt-get -y install w3m lynx tree
# Ubuntu 18: python-pip python-virtualenv; Ubuntu 20: pipenv
sudo apt-get install pipenv
#sudo apt-get -y install mercurial subversion
# zps
sudo apt-get -y install python3-psutil
# sudo pip install rt.zps
# xwin
#sudo apt-get -y chromium-browser
# nodejs
#sudo apt-get -y install npm
@l34marr
Copy link
Author

l34marr commented Sep 27, 2017

Ubuntu 16.x : seem working with libjpeg-dev libreadline-dev python-imaging

@l34marr
Copy link
Author

l34marr commented Mar 30, 2018

Ubuntu 16.04.4 https://docs.plone.org/manage/deploying/production/ubuntu_production.html https://docs.plone.org/manage/installing/requirements.html
build-essential python-dev libjpeg-dev libxslt-dev supervisor nginx
poppler-utils wv
libz-dev
libreadline-dev
libssl-dev

@l34marr
Copy link
Author

l34marr commented Apr 23, 2019

Ubuntu 18.04
selecting 'zlib1g-dev' instead of 'libz-dev'

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