I updated my Ubuntu 12.10 . after updating it asked for reboot, I rebooted my system. After rebooting my system it shows only blank (black) screen , No mouse cursor ,No terminal Nothing. I want to revert back to my previous state of system just before the update happened.
(I remembered some packages installed while updating they are XORG ,Linux-header,etc..)
Thanks.
sudo apt-get remove PACKAGE
to remove. As I already mentioned, you CAN NOT roll back an update. Once you install something it's final. If you do as I said you'll update again, and luckly any buggy packages will be replaced with a working one. If you want to downgrade packages you'll have to download individual.deb
files for the version you want of each package or the source if a.deb
is not available and compile it. You can edit yoursources.list
to a repository that provides older versions of the packages installed, but I wouldn't recommend it. – Alex Apr 19 '13 at 04:58