pinout

View the current Raspberry Pi's GPIO pin-out information on the terminal with an ASCII diagram. More information: <https://www.raspberrypi.org/documentation/computers/os.html#gpio-pinout>.

Fedora
RUN dnf install -y python3-gpiozero
Raspbian
RUN apt-get update && \ apt-get install -y python3-gpiozero
click the source code to copy install pinout on any operating system with command-not-found.com