trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: June 2014

Re: [trinity-users] [how to purge 3.5.11] (was: [trinity-users] which trinity version I have installed, purge and install at least 3.513)

From: Gerhard Zintel <gerhard.zintel@...>
Date: Thu, 12 Jun 2014 16:45:39 +0200
On Thursday 12 June 2014, Uwe Brauer wrote:
> >> "Timothy" == Timothy Pearson <kb9vqf@...> writes:
> 
> 
>    > Try:
>    > sudo dpkg -l | grep kde3
> 
>    > The older versions used a -kde3 suffix.
> 
> Thanks  I found out that I am using still 3.5.11.
> 
> How can I purge the complete installation in order to have clean install
> of 3.5.13?
> 
> I tried out 
> 
>  sudo apt-get purge kubuntu-desktop-kde3 kubuntu-default-setting-kde3
> but it does not purge the whole trinity 3.5.11.
> 
> What was the command I used to install 3.5.11, which had all sort of
> dependencies. I googled around and could not find any instructions
> anymore.
> 
Try something like:
$ KDE_PACKAGES=`dpkg -l|grep kde|grep  -E ^ii|cut -d' ' -f2-3`
$ echo $KDE_PACKAGES	# to check if packeges were found
$ dpkg -r $KDE_PACKAGES

good luck
Gerhard