#!/bin/bash
COLUMNS=200 dpkg -l |awk '/^[hi]i/{print $2}' > /etc/installedpackages.txt
