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

retropie_packages.sh: command not found #340

Closed
timonrus opened this issue Feb 9, 2021 · 6 comments
Closed

retropie_packages.sh: command not found #340

timonrus opened this issue Feb 9, 2021 · 6 comments

Comments

@timonrus
Copy link

timonrus commented Feb 9, 2021

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?

@Botspot
Copy link
Owner

Botspot commented Feb 21, 2021

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.

@Botspot Botspot closed this as completed Feb 21, 2021
@thepinacoladasong
Copy link

Retropie has been removed from the store due to its complexity, state of disrepair, and lack of support.

Fair enough, but how can we uninstall it if we installed it with Pi-Apps?

@Botspot
Copy link
Owner

Botspot commented Sep 2, 2021

Retropie has been removed from the store due to its complexity, state of disrepair, and lack of support.

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 rm command to delete the folder. The app is not just hidden, it's gone from your system.

Fortunately, I've located the original commit in which the RetroPie app was added in the first place. Here it is: 500d2fb
Scroll down until you see the code in the uninstall script. Copy and paste that code into a terminal and it should uninstall RetroPie.

Note: In the uninstall script, the "purge-installed" line removes RetroPie-related packages. If you want these packages removed, you need to make purge-installed work. To do that, run this first in the terminal so the script can be found: DIRECTORY=~/pi-apps

@thepinacoladasong
Copy link

thepinacoladasong commented Sep 2, 2021

Thanks for the quick response. I've found both the uninstall script and the purge-installed scripts, but it seems I'm not the most tech-savvy person as I'm a little unclear on the specific steps to take to uninstall it. Would you mind outlining it for me step-by-step? Thanks for your time.

@Itai-Nelken
Copy link
Contributor

Itai-Nelken commented Sep 2, 2021

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

@thepinacoladasong
Copy link

Thanks very much! Love the project and happy to be a contributor to it.

@Botspot Botspot mentioned this issue Feb 18, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants