I did an 'apt-get remove' on a whole bunch of packages including zip, curl, libx11-dev, libglib2.0-dev, etc. and, after I did that, nearly all of my applications have silently disappeared (I believe that that is what caused it although I'm not 100%... I also uninstalled my python installation and did some other stuff before I finally went to go and open a program [terminal] and found that most of my programs were gone including ubuntu software center, etc... basically nearly everything). Does anyone know what may have caused this or, better, how to refresh everything? (no, I didn't create a restore point :-( ) Or, am I hosed?
|
|
That's easy to recover ;-P First , find out all what you just removed by:
And re-install things needed by
Don't care about dependencies , just find the packages you need , they will be installed automatically. |
|||
|
|
Software-center depends on python. you may want to try installing (or reinstalling) the ubuntu-desktop meta package, this should get you back basic essentials,
if it is allready insalled remove it ( |
|||
|
|
Your programs weren't 'silently' removed. Packages in Ubuntu have 'dependencies', other packages that need to be installed for them to function properly. The Ubuntu Software Centre depends on Python, so when you uninstalled Python, Software Centre was also removed because it wouldn't have worked without its dependencies.
|
|||
|
|
