Why does removing cheese-common removes a bunch of ubuntu essential package?

I'm trying to remove some bloatware and when i tried to purge cheese-common bunch of things that I think essential to ubuntu will be removed.

I'm using 14.04LTS

Trying to follow this guide on what to remove Link

2 Answers

sudo apt-get remove cheese

This will remove just the cheese package itself. I.e it does not remove any other packages unless you opt to.

Both libcheese7 and libcheese-gtk23 depend on cheese-common, and both unity-control-center and gnome-control-center (among other things) depend on those two libraries. I would say the control center(s) are required, so you were right in bringing this question up.

In short, you can't remove cheese-common in Ubuntu 14.04 without effectively breaking your system.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like