KaliLinux 2018.2: Install Chromium for Web Browser

This article will describe installing Chromium.

1 Install chromium

Install chromium package.

$ sudo apt install -y chromium

If you need Flash, run the following command.

$ sudo apt install -y pepperflashplugin-nonfree
$ sudo update-pepperflashplugin-nonfree --install

2 Run chromium

Run chromium.

$ chromium

0001_Chromium.png