2017-04-24 10:54:18 -0600 | received badge | ● Nice Question (source) |
2017-02-02 07:41:59 -0600 | received badge | ● Supporter (source) |
2016-09-24 18:03:22 -0600 | received badge | ● Famous Question (source) |
2016-06-17 06:53:47 -0600 | received badge | ● Popular Question (source) |
2016-06-17 06:53:47 -0600 | received badge | ● Notable Question (source) |
2016-06-04 19:20:54 -0600 | received badge | ● Student (source) |
2016-02-25 09:22:42 -0600 | commented question | dnf autoremove killed my installation @aeperezt The documentation for autoremove says: Removes all “leaf” packages from the system that were originally installed as dependencies of user-installed packages but which are no longer required by any such package. That is really far from reality obviously, but I guess its my fault for not double-checking what it would do. Thank you for this @Florian. The transaction feature sounds helpful, I will keep that in mind. The correct command, however, is |
2016-02-24 09:16:43 -0600 | asked a question | dnf autoremove killed my installation Hello everyone, while fiddling around with fedora23 to get virtualbox running for a win10 VM, I found out I had to do a re-install of it. So, I thought, lets clean up other stuff I don't need, because I had installed quite a bit of unused stuff during that. Now, I did a very dumb thing: HUGE mistake. Going casually through the list of removed stuff, I realized firefox was in there (of which I even had a window up and runnung). Intrigued, I checked again and found that basically 90% of my installed packages were a goner. So what to do? I re-installed most of the stuff I thought to be required (including stuff like grub2!!!!) and hoped I slipped through. But I didn't. After rebooting I am stuck in the UEFI MOK selection window and none of the hashes are working. It should be noted, that secure boot is disabled in the BIOS/UEFI. Booting from a live-ISO, i can still see my existing fedora installation (which btw. is encrypted with LUKS). But I have no idea how to boot from it or how to recover it. It seems dnf has wiped my whole installation, INCLUDING configurations for grub2 and possibly the kernel. Is there a way to recover? Or am I faster just re-installing? I have a backup of almost everything, so not much lost, but seriously what is it with DNF autoremove? Any help is appreciated! PS: (just my 2 cents): autoremove is outreageously dangerous for anyone coming from apt or other package management tools. I don't know the name of every single library working in the background of some applications, and I don't want to learn about them, which is why I expect DNF autoremove to not purge packages which I required 1 hour earlier to boot my machine. That command should be removed or an extra warning should be shown when using it. UPDATE: As my attempts at re-enabling boot for my destroyed installation of Fedora 23 failed, my solution was a complete re-install. Unfortunately, I cannot reproduce the "destroy my system"-autoremove on my fresh install using, which is why a bug report in that direction would go without evidence. Looking a bit further, the DNF documentation for autoremove says ( http://dnf.readthedocs.org/en/latest/... ):
And under the respective config documentation of installonlypkgs ( http://dnf.readthedocs.org/en/latest/... ): (more) |