Install programs which require interaction, like a confirmation step, a new password or user interaction of some sort.
* mysql-server, for the webserver in localhost, etc.
* phpmyadmin, to manage mysqldatabases easily through a web browser
* apachetop, for monitoring apache in real time
* ttf-mscorefonts-installer, required by other packages (PlayOnLinux, maybe?)
* a few others like java, and network filesystem network packages
{CODE(colors="bash", wrap="1", caption="Command on a console")}
sudo apt-get install -y ttf-mscorefonts-installer nfs-common encfs libnss-winbind winbind cifs-utils oracle-java8-installer libdvd-pkg
{CODE}
If you need a webserver & php/mysql:
{CODE(colors="bash", wrap="1", caption="Command on a console")}
sudo apt-get install -y mysql-server phpmyadmin apachetop postfix
{CODE}