How can i roll back/recover my system/installation?

Asked by Molly

I have made too many unwanted changes in Ubuntu, i regret some progs I installed and the system is a mess. In Win XP I use to run "system recovery" and sett it back some days before the changes I have made. Is there something similar here in ubuntu? Thanks in advance :-)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Molly
Solved:
Last query:
Last reply:
Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#1

No. If you want to "wash" your Ubuntu, remove all applications you have installed and purge the remaining with this commands:
sudo apt-get autoremove # Delete unused packages
sudo dpkg --purge `COLUMNS=300 dpkg -l "*" | egrep "^rc" | cut -d\ -f3` # Delete unused configuration

Revision history for this message
Molly (mollious) said :
#2

Doesnt help. I get the folowing...
"0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
Maybe if I unistall it and reinstall? I have installed Wubi through windows, Win running on an other disk.

Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#3

Before running autoremove you have to remove applications. Also it works only if applications you have removed had dependencies!
Uninstall, reinstall, windows... what are you talking about??

Revision history for this message
Molly (mollious) said :
#4

I am talking about that I am new in Ubuntu and I installed it through Win XP using a program called Wubi, if you know it. I made a mess i Ubuntu intalling a lot of progs and making changes, don't remember exactly what I installed and what I didnt. If I would there wouldn't be a problem to fix it.
I am just trying to avoid unistllation of Ubuntu to install it again - clean. :-)

Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#5
Revision history for this message
Molly (mollious) said :
#6

thanks