💾 Archived View for dangerouswiki.capsule.town › guides › terminal › enter.gmi captured on 2022-03-01 at 15:09:03. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

888                               d8b                888
888                               Y8P                888
888                                                  888
888888 .d88b. 888d88888888b.d88b. 88888888b.  8888b. 888 
888   d8P  Y8b888P"  888 "888 "88b888888 "88b    "88b888
888   88888888888    888  888  888888888  888.d888888888
Y88b. Y8b.    888    888  888  888888888  888888  888888
 "Y888 "Y8888 888    888  888  888888888  888"Y888888888

Return Home

Back to Previous

The RetroPie Terminal

_by @AzureOrange_

RetroPie is based on a Debian Linux distro, which actually does not provide a GUI (Graphical User Interface) and only consists of a bash terminal.

Anything graphical inside RetroPie is provided by EmulationStation and RetroArch.

How to enter the Terminal?

To enter the RetroPie Terminal simply connect a keyboard to the Raspberry Pi and configure it inside EmulationStation as a controller.

After configuring press the F4 key (or ALT + F4) on the keyboard and RetroPie will switch to terminal.

Using the terminal any Linux package may be installed and executed.

To execute a command as root user (which will be necessary when a command returns "Permission denied") you may use ```sudo``` before the command.

e.g. ```sudo nano file.txt```

How to exit the Terminal?

To exit the terminal and return to EmulationStation the command ```exit``` may be run.

Useful bash commands

This guide provides a list of bash commands, which will be useful when working with RetroPie.

Useful Commands