Removing packages with dependencies
I install Chromium in Fedora 19. I don't like it and removed it. Now using Google Chrome. I want to ask that what about the dependencies which were installed with Chromium? Should I have to remove dependencies one by one or is there any option like they have in Ubuntu
sudo apt-get clean
Is there any option like this to remove dependencies which are not in use. Please is there any command then let me know.
Also sorry for my bad English.
How were you able to remove Chromium without removing its dependencies as well?
Often, not all dependencies are removed. That I believe is what Faisal wants to do.
Generally, if you use yum or rpm to remove a package, its otherwise-unneeded dependencies will also be removed. And sometimes, inexperienced users will simply delete an unwanted application, and I wondered if maybe that's what Faisal had done.
I just remove Chromium by this command rpm -e chromium