Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uninstall #44

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ The link should contain the following command:

Have fun!

## Uninstallation

```
sudo rm -R /home/osmc/RetroPie
sudo rm -R /home/osmc/RetroPie-Setup
sudo rm -R /opt/retropie
sudo rm -R /home/osmc/.emulationstation
sudo rm -R /usr/bin/emulationstation
sudo rm -R /etc/emulationstation

sudo apt-get remove -y libsdl1.2-dev screen scons libasound2-dev pkg-config libgtk2.0-dev libboost-filesystem-dev libboost-system-dev zip python-imaging libfreeimage-dev libfreetype6-dev libxml2 libxml2-dev libbz2-dev libaudiofile-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev joystick fbi gcc-4.7 automake1.4 libcurl4-openssl-dev libzip-dev build-essential nasm libgl1-mesa-dev libglu1-mesa-dev libsdl1.2-dev libvorbis-dev libpng12-dev libvpx-dev freepats subversion libboost-serialization-dev libboost-thread-dev libsdl-ttf2.0-dev cmake
```

## Credits

* RetroPie (Took the `rootfs` from the RetroPie project - You folks rock!)
Expand Down