Can I run RetroPie under Ubuntu?

19,545

Solution 1

I finally figured out the answer to the real question I was asking. "would Ubuntu be taken over by RetroPie, or would it run in a window."

I watched this install instruction video which showed the install, how to run it, and how to escape it and get back to the desktop.

I know the instructions for the install are the same as what was posted already, here and on github, but none of them explained if the GUI would take over my Ubuntu desktop environment or not. I now know that it will run as a normal full-screen app, which you can easily shut down when done playing with it.

Solution 2

I was wondering if there was a way to run a RetroPie setup from within Ubuntu 16.04.1 LTS.

From the official RetroPie download page:

Debian / Ubuntu on a PC

For installation on a PC running Ubuntu please follow these instructions – https://github.com/retropie/retropie-setup/wiki/Debian

The aforementioned link reports everything you need. It is documented very well:

Section 2.1: Download

Update and upgrade the existing APT packages:

sudo apt-get update && sudo apt-get upgrade

Install the needed packages for the RetroPie setup script:

sudo apt-get install -y git dialog

Download the latest RetroPie setup script:

git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git

Enter the folder with the setup script:

cd RetroPie-Setup

The script is executed with:

sudo ./retropie_setup.sh

Regarding your second question:

If inside of a VM, what type of hardware should I set it up to emulate?

Why would you want to do that? You are talking about emulating an ARM platform (the Raspberry Pi) and then using it to run emulators for other platforms. That would be not only cumbersome but also quite slow.

I don't see a reason why you should emulate emulators instead of running them directly.

Solution 3

I believe they have instruction for how to install it with a minimal setup of ubuntu as root user. I could not find instructions to install as a regular user. There is some setup procedure used which you can find on the internet to set up retropie on a minimal setup of ubuntu. It may be easier to run it on raspberry pi or odroid by itself without ubuntu where it is just put on an SD card without all the instructions you would have to follow with an ubuntu setup.

Share:
19,545

Related videos on Youtube

Keith King
Author by

Keith King

Updated on September 18, 2022

Comments

  • Keith King
    Keith King over 1 year

    I recently bought a RetroPie kit that I have set up and play on in the livingroom and I love it. I was wondering if there was a way to run a RetroPie setup from within Ubuntu 16.04.1 LTS. Can I run it inside of a Terminal window? Can I set up some type of VM to run it in? If inside of a VM, what type of hardware should I set it up to emulate?

    • Videonauth
      Videonauth over 7 years
      As for hardware to emulate it is 'armf'
    • Andrea Lazzarotto
      Andrea Lazzarotto over 7 years
      I am downvoting this question because it lacks research. The RetroPie documentation contains everything about this topic: github.com/retropie/retropie-setup/wiki/…
    • Keith King
      Keith King over 7 years
      I guess I didn't explain what I want to know as well as I should have. I found out how to install Retropie. What I want to know is if it takes over the desktop environment, or if it runs in a window of some sort. If it runs in a window, I'm good. If it takes over, then I would prefer to use it in a VM
  • Keith King
    Keith King over 7 years
    I replied to the comment above with a better explanation of what I'm trying to do.