ubuntu apt-get list installed packages and removal
// description of your code here
will give you a nice list of installed packages...
best way to remove all traces of them is
(I got fancy and did apt-get --purge remove php5* which removed all of em)
will give you a nice list of installed packages...
apt-get install apt-show-versions apt-show-versions | sort
best way to remove all traces of them is
apt-get --purge remove packagename
(I got fancy and did apt-get --purge remove php5* which removed all of em)