trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: February 2011

Re: [trinity-users] nepomukserver

From: "Mag. Dr. Nikolaus Klepp" <office@...>
Date: Sun, 20 Feb 2011 20:05:28 +0100
Am Sonntag, 20. Februar 2011 schrieb Paul Cartwright:
> On 02/20/2011 11:41 AM, Mag. Dr. Nikolaus Klepp wrote:
> > It's a pitty to say, but on squeze not all kde4 packages carry a *kde4*
> > in their name. e.g.:
> > 	plasma-*
> > 	libnepomuk*
> > 	shared-desktop-ontologies
> > 	strigi-*
> > by some unknown reason even installation of trinity can cause some kde4
> > packages to be reinstalled. Anyway, getting rid of that stuff is easy and
> > once you've done it it stays away:-)
>
> so, tell me the easy way to get RID of anything kde4 ?

this is what I did - but it's not for the faint hearted:

# apt-get purge $(dpkg -l | awk '{print $2}'|grep '^plasma-')
# apt-get purge $(dpkg -l | awk '{print $2}'|grep '^libnepomuk-')
# apt-get purge $(dpkg -l | awk '{print $2}'|grep '^strigi-')
# apt-get purge $(dpkg -l | awk '{print $2}'|grep '^kde4-')

Now each of this lines gives you a bunch of packages, that will also be 
removed. Keep an eye on them, there might be some packages you'd like and 
need to reinstall later from trinity repository. 

But first check, that you get synaptic running :-)