PDA

View Full Version : [ubuntu] Reinstall XORG?



funnyav
July 11th, 2009, 01:22 PM
How is this done? Not the config, the entire thing.

Thanks

akudewan
July 11th, 2009, 01:48 PM
The command for reinstalling a package is
[CODE]
sudo apt-get install --reinstall [packagename]
[CODE]

In your case [packagename] would be xorg.

I'm not sure if existing configuration files will be purged.