Skip to main content

Install Raspbian 9 (Stretch) in Termux | rajbhx

Running Raspbian 9 (Stretch) in Termux

Introduction

Termux is a powerful Android terminal emulator and Linux environment app that allows you to run a Linux distribution on your Android device. In this blog post, we will walk you through the steps to install Raspbian 9 (Stretch) in Termux.

Installation Steps

  1. Open Termux on your Android device.
  2. Execute the following command to download the installation script from the specified GitHub repository and run it:
  3. curl --silent --location --remote-name https://github.com/trungtai33/raspbian-stretch-in-termux/raw/master/install.sh && bash install.sh && rm install.sh
  4. Wait for the installation process to complete. This may take some time depending on your device's performance and internet speed.
  5. Once the installation is finished, execute the command start-raspbian-stretch to log in to Raspbian 9 in Termux.

Uninstallation Steps

  1. Open Termux on your Android device.
  2. Execute the following command to download the uninstallation script from the same GitHub repository and run it:
  3. curl --silent --location --remote-name https://github.com/trungtai33/raspbian-stretch-in-termux/raw/master/uninstall.sh && bash uninstall.sh && rm uninstall.sh
  4. Be cautious when executing the uninstall command, as it does not ask for confirmation before proceeding.

Running Raspbian 9 (Stretch) in Termux allows you to experience a Raspberry Pi-like environment on your Android device. However, it is important to exercise caution when using third-party scripts and ensure they come from trusted sources.

Popular posts from this blog