Comment 21 for bug 538213

Revision history for this message
Mark Lord (launchpad-rtr) wrote :

Ahh.. found the answer to my question.

Here's how to get rid of most of plymouth, and thereby get rid of most of the problems it causes, including this launchpad entried and numerous others:

dpkg --get-selections| awk '/^plymouth-theme/{print $1}' | xargs sudo apt-get purge

Cheers