3
I'm sure this question will make many laugh, but certainly not me.
I were trying to install some packages for python earlier today and also trying to change pydev compiler in AptanaStudio, and something was not working out. So I decided to completely remove python from the computer (I ran Fedora 10) by running
sudo yum erase python
I definitely should have not done this. Even the message that 788 packages would be removed didn't stop me. As a result, I seem to have erased the whole Fedora interface. After a lot of pain, I managed to copy all the important stuff to external hard drive (apparently the hard drive of the computer remained intact), but Fedora doesn't want to start. So here's what I'd like to find out:
What exactly happened and why?
Is it possible to restore the interface somehow?
many RedHat basic components depends on Python (including RPM, I think). – None – 2012-07-31T10:15:42.973
1@PauloScardine RPM probably not, but yum. – glglgl – 2012-07-31T10:27:56.673
@glglgl: I don't use RPM-based distros since last century... :-) – Paulo Scardine – 2012-07-31T10:33:52.717
Does but Fedora doesn't want to start means that the whole OS fails to boot (quite unexpected), or that you get dropped to a text shell rather than a graphical interface? – Hennes – 2012-07-31T12:13:24.917
@Hennes: that's right, I get the message it is being loaded but nothing happens – Alex – 2012-08-01T00:48:32.407
For what it's worth, this is not possible anymore in Fedora 17:
Error: Trying to remove "yum", which is protected
. – Cristian Ciupitu – 2012-08-19T03:41:27.553