Shell Abuse: Installing all Qt apps
This might turn out to be a bit of a series. Although this is fairly useful script to have, for most purposes, you would just install one of the packages. This is useful if you’re installing a lot of packages that have some attribute common.
sudo apt-get install `apt-cache search ^qt4-[a-z]+$ | awk ‘ { print $1 } ‘ | xargs `












