[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do I check the package I just installed



On Fri, Jul 15, 2011 at 10:47 AM, Michael Checca <mchecca@gmail.com> wrote:
> On Thu, 14 Jul 2011 22:40:59 -0400, lina <lina.lastname@gmail.com> wrote:
>
>> On Fri, Jul 15, 2011 at 10:38 AM, Michael Checca <mchecca@gmail.com>
>> wrote:
>
>>> Could you post the output of the following?
>>> dpkg --get-selections | grep -e 'kde'
>>> It might find kde apps that are still installed, but that you aren't
>>> using.
>>>
>> kdebase-runtime                                 install
>> kdebase-runtime-data                            install
>> kdelibs-bin                                     install
>> kdelibs-data                                    install
>> kdelibs4c2a                                     install
>> kdelibs5-data                                   install
>> kdelibs5-plugins                                install
>> libkde3support4                                 install
>> libkdecore5                                     install
>> libkdesu5                                       install
>> libkdeui5                                       install
>>
>
> The following should be fairly safe, just be careful to look at what else
> might be removed
> dpkg --get-selections | grep -e 'kde' | replace 'install' '' | xargs sudo
> apt-get purge
> If everything looks okay, run the same command, just add a -y after purge

After purge, reboot it came back to before.

Really appreciate for your help.

Thanks and best regards,

lina
>
> --
> Michael Checca
> echo "complaints" > /dev/null
>


Reply to: