This article will describe installing Chromium.
Table of Contents
1 Install chromium-browser
Install chromium-browser package.
#!/bin/sh -e # Install chromium. sudo apt install -y chromium-browser sudo apt install -y pepperflashplugin-nonfree # Install flash. sudo update-pepperflashplugin-nonfree --install