Yum autoremove deleting also used packages
Hello, I'm new to Fedora, used Ubuntu (and other distros) for years since a week ago when I've installed Fedora 21 Workstation on my laptop.
I've read here and on other forums that yum has the autoremove option which should be similar to apt-get autoremove in debian / ubuntu, removing all unused packages.
The problem is...I've tried running yum autoremove, and it deleted a lot of packages I did install before (like, for example, xsane), which were in use and I didn't want to remove.
Did I do something wrong? Thanks!
Hmmm... That's strange. You could try use
dnf autoerase
instead.