Skip to content

How to install Ubuntu in Termux

Luca-rickrolled-himself edited this page Feb 28, 2025 · 4 revisions

How to Install Ubuntu in Termux ๐Ÿš€

Hello! I'm Luca, your guide for today. In this tutorial, I'll show you how to install Ubuntu in the Termux terminal. Follow these steps:

Prerequisites

  • Termux installed on your Android device ๐Ÿ“ฑ
  • Internet Connection for downloading the necessary files ๐ŸŒ

Step-by-Step Guide

Step 1: Install Required Packages ๐Ÿ› ๏ธ

  1. Open Termux on your Android device.

  2. Run the following command to install the required packages:

    pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh && bash ubuntu.sh

    This command installs the necessary tools like wget, openssl-tool, and proot, and then downloads the Ubuntu installer script.

Step 2: Start Ubuntu ๐Ÿš€

  1. Once the installation process is complete, you need to start the Ubuntu environment by running:

    ./start-ubuntu

    This will initiate the Ubuntu environment within Termux. It's like having a full Ubuntu machine in your pocket! ๐Ÿคฏ

Step 3: Update Ubuntu and Install Dependencies ๐Ÿ”„

  1. Inside the Ubuntu environment, we will be updating the package list and installing 'curl' by running:

    apt update && apt install curl -y

Next Steps: Setting Up the Minecraft Server ๐ŸŽฎ

Now that Ubuntu is running within Termux, you're ready to move on to installing the Minecraft server. You can continue with the Minecraft server installation by Clicking here. Happy gaming! ๐ŸŽ‰


Big thanks to AnLinux for providing the Ubuntu install script! ๐Ÿ™Œ Don't forget to check out their GitHub repository and show some love! โค๏ธ