Remove all installed application from ubuntu Arman March 31, 2019 for f in "$(grep 'apt-get install' /var/log/apt/history.log)"; do sudo apt-get …