Is there any way to reinstall Ubuntu 12.04 straight from the terminal? My terminal works but I literally almost purged my entire operating system by accident (bad advice from a community member). The terminal runs on a black screen now but it works. Any ideas?
Asked
Active
Viewed 4.7k times
2 Answers
4
What about :
sudo apt-get install ubuntu-desktop
If that does not work, what did you remove . Any links to other questions elsewhere ?

Panther
- 102,067
0
Just try updating Ubuntu to keep all your stuff and fix the problem.
sudo do-release-upgrade
sudo sed -i 's/quantal/raring/' /etc/apt/sources.list
sudo apt-get update && apt-get dist-upgrade

Gilles 'SO- stop being evil'
- 60,593

Scott Hunt
- 57
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/u/ubuntuone-control-panel/ubuntu-control-panel-qt_4.0.0-0ubuntu1_all.deb.
Could not resolve 'us.archive.ubuntu.com'
I purged a lot of stuff, I honestly have no idea...
– Adam May 01 '13 at 18:10sudo apt-get install --reinstall ubuntu-desktop
(maybe someone forgot that) Anyway; hope this helps – William Martens Apr 19 '21 at 15:47