-
Notifications
You must be signed in to change notification settings - Fork 205
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
retropie_packages.sh: command not found #340
Comments
Retropie has been removed from the store due to its complexity, state of disrepair, and lack of support. I suggest you use a Retropie image, or use their own installation instructions at your own risk. |
Fair enough, but how can we uninstall it if we installed it with Pi-Apps? |
The app has been removed from everyone's Pi-Apps installations because I added a Fortunately, I've located the original commit in which the RetroPie app was added in the first place. Here it is: 500d2fb Note: In the uninstall script, the " |
Thanks for the quick response. I've found both the |
Run the following: cd $HOME
git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
cd RetroPie-Setup
chmod +x retropie_setup.sh
sudo ./retropie_setup.sh
select 'Uninstall RetroPie' If you want packages removed, run this: cd ..
rm -rf RetroPie-Setup
DIRECTORY="$HOME/pi-apps"
"${DIRECTORY}/purge-installed" ~/pi-apps/apps/Retropie |
Thanks very much! Love the project and happy to be a contributor to it. |
When I try to open the settings in RetroPi, I get an error /home/pi/RetroPie-Setup/retropie_packages.sh: command not found.
How can I fix it?
The text was updated successfully, but these errors were encountered: