# Tmoe-linux **Repository Path**: wir/linux ## Basic Information - **Project Name**: Tmoe-linux - **Description**: 在 GNU/Linux 和Android-Termux上一键安装 GNU/Linux容器,并自动配置中文环境。支持便捷配置vnc,xserver,xrdp等远程桌面服务。新功能:图形化qemu虚拟机配置管理,支持在Android手机上运行docker容器。 - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 63 - **Created**: 2020-06-21 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🍭Tmoe-linux ## Description 🍸 Support for installing GNU/Linux containers on termux and GNU/Linux. The following containers are now **supported**: - [x] **Debian buster/sid** - [x] **Ubuntu 20.04** - [x] **Kali rolling** - [x] **Arch** - [x] **Fedora 31** - [x] **Funtoo** - [x] **Void** ## Installation > Tmoe-linux is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget. ### **via curl** ```shell apt install -y curl bash -c "$(curl -Lv 'https://git.io/linux.sh')" ``` ### **via wget** ```shell apt update apt install -y wget bash -c "$(wget -qO- 'https://git.io/linux.sh')" ```