Installing Modded Ubuntu with GUI and Sound Support in Termux
What is Modded Ubuntu?
Modded Ubuntu is a unique Desktop Environment project that brings Ubuntu with a fully functional GUI, sound, and music support to Termux on Android. Unlike other projects that only offer GUI support, Modded Ubuntu stands out with its comprehensive feature set.
Key Features:
- Fixed Audio Output: Enjoy seamless sound and music playback
- Lightweight: Requires a minimum of 4GB Storage for smooth operation
- Katoolin3 Tool: Easily install Kali tools for enhanced functionality
- Dual Browsers: Chromium and Mozilla Firefox for versatile browsing
- Bangla Fonts Support: Enhanced language support for regional users
- VLC Media Player: Play various media formats with ease
- Visual Studio Code (with known bugs on ARM architecture)
- Beginner-Friendly: Easy to set up and navigate
Installation Guide:
Step 1: Update and Prepare Termux
- Run the following commands in sequence:
pkg update -y && pkg upgrade -y
- Troubleshooting Tip: If you encounter a
libssl.soerror, refer to this blog post for a solution. - Install necessary packages:
pkg install git wget -y
Step 2: Clone the Repository and Run Setup
- Clone the Modded Ubuntu repository:
git clone https://github.com/modded-ubuntu/modded-ubuntu.git
- Navigate into the cloned directory:
cd modded-ubuntu
- Execute the setup script:
bash setup.sh
Step 3: Initialize Modded Ubuntu
- Restart Termux to apply changes.
- Run the following commands in sequence:
ubuntu bash user.sh
- Input your Ubuntu root username (must be lowercase, no spaces).
Step 4: Enable GUI Support
- Restart Termux again to apply changes.
- Run the following commands in sequence:
ubuntu bash gui.sh
- Note down your VNC password for later use.
Modded Ubuntu is now successfully installed!
Running and Managing Modded Ubuntu:
- Start VNC Server:
vncstart - Stop VNC Server:
vncstop - Access Modded Ubuntu GUI:
- Install a VNC Viewer app from the Google Play Store.
- Open the app, click the "+" button, and enter
localhost:1as the address. - Set the picture quality to "High" for better performance.
- Click "Connect" and input your VNC password.
Enjoy your Modded Ubuntu experience!
Quick Reference Commands:
ubuntu: Run Ubuntu CLIvncstart: Start VNC Servervncstop: Stop VNC Server
Uninstallation:
To completely remove Modded Ubuntu, simply run:
bash remove.shwithin your Modded Ubuntu environment and wait for the process to complete.