nyantan
nyantan

Reputation: 3

I lost my GUI after uninstalling Raspberry Pwn

I wants to make my Pi a network security tool, so I downloaded the source code from Raspberry Pwn's github source [https://github.com/pwnieexpress/Raspberry-Pwn].

I found my network rather slow when installing, so I interrupted the progress. I used its uninstall script to make sure that all changes would be recovered.

The uninstall successfully ended, but since then I cannot proceed on to the GUI after I typed startx. Are there any way for me to proceed a clean install of all GUI components?

Thanks

Upvotes: 0

Views: 329

Answers (1)

You could try the following:

sudo apt-get remove --purge xserver-xorg

sudo apt-get install xserver-xorg

sudo dpkg-reconfigure xserver-xorg

Upvotes: 0

Related Questions