How to Install RetroPie as an App in Raspbian on Raspberry Pi
How to Install RetroPie as an App in Raspbian on Raspberry Pi
chmod +x retropie_setup.sh You can now install RetroPie using the setup script: sudo ./retropie_setup.sh Wait while this runs. Some additional packages may be installed. Once this is done, the RetroPie-Setup Script menu will appear. Select OK to close the intro screen, then choose 1. Basic install. This installs all packages from the core and main RetroPie projects; select Yes to proceed, and wait as the emulation suite is installed. This will take a while, and once done, you'll be returned to the setup menu. Select R Perform Reboot, and select Yes to confirm.
MUO
How to Install RetroPie as an App in Raspbian on Raspberry Pi
Want to enjoy retro gaming, but don't want to lose your existing Raspbian projects and environment? Then install RetroPie as an app. Here's what you need to know. Want to install RetroPie but don't want to lose your existing Raspbian projects and environment? Not keen on the idea of dual booting? The answer is to install RetroPie as an application in Raspbian. In fact, it's so simple, you'll wonder why you didn't do this way before.You Don t Always Need a Dedicated Disk Image
Raspberry Pi users have been sold the idea of having a single function for their computer. This single function is typically the Raspbian distro, which users are encouraged to reinstall for each major project. Not only does this reduce the lifespan of your SD card, it's unnecessary. The Raspberry Pi can support , and it's even possible to on a HDD via BerryBoot. In short, things have moved on since the Raspberry Pi first appeared in 2012. Dedicated disk images might be useful for Pi-based retro gaming projects, but if you want more of a versatile experience, Raspbian Stretch is more than adequate. We've already looked at , so let's find out how to install and configure RetroPie.What You ll Need
As ever for a Raspberry Pi project, you'll need a reliable power supply, a microSD card (at least 8GB, with Raspbian Stretch pre-installed), and a HDMI cable (unless you're using a ). You'll also need an Ethernet cable connection to your router (or Wi-Fi connectivity), a keyboard and mouse, and a game controller. Whether you keep these connected or not will depend on the type of games you intend to play. Indeed, if you're interested in a very particular type of game (such as those released for the Commodore 64), then a keyboard and two-button joystick will be all you need.Configure Raspbian to Install RetroPie
To get started, boot up your Raspberry Pi, and change the locale options. This can be done in the command line using: sudo raspi-config Here, go to Localisation Options > Change Locale and scroll through the menu to select the en_US.UTF-8 UTF-8 option. Select OK to confirm, and wait while the change is made. Then, reboot the Raspberry Pi with: sudo reboot You might prefer to use the desktop Raspberry Pi Configuration Tool, available in the Preferences menu. In this case, go to the Localization tab, select Set Locale, and choose the en_US.UTF-8 character set. You'll be prompted to reboot, so click OK. With the computer restarted, open a new terminal window and enter the command: locale Check that each parameter has the en_US.UTF-8 value assigned.Install RetroPie on Raspbian
Before you install RetroPie, you'll need to ensure that git is installed in Raspbian: sudo apt install git With this done, you're ready to install RetroPie: git https://github.com/RetroPie/RetroPie-Setup.git The RetroPie-Setup folder will download, so change directory, and make the retropie_setup.sh script executable: RetroPie-Setupchmod +x retropie_setup.sh You can now install RetroPie using the setup script: sudo ./retropie_setup.sh Wait while this runs. Some additional packages may be installed. Once this is done, the RetroPie-Setup Script menu will appear. Select OK to close the intro screen, then choose 1. Basic install. This installs all packages from the core and main RetroPie projects; select Yes to proceed, and wait as the emulation suite is installed. This will take a while, and once done, you'll be returned to the setup menu. Select R Perform Reboot, and select Yes to confirm.