termux下,使用debootstrap命令安装debian的方法
termux安装debian有了新方法,不是proot-distro,也不是anlinux,而是用deboogstrap
一 网上找到的debootstrap命令行说明
sudo debootstrap –arch |平台| |发行版本代号| |目录| |安装源|
debian12的版本代号叫 Bookworm
debian10的版本代号叫 Buster
1 | # 基本命令行 |
二 入坑
uname -m 后显示aarch64, 然后
1 | $ debootstrap --arch aarch64 buster debian https://mirrors.tuna.tsinghua.edu.cn/debian/ |
三 安装后的使用
1 | # 上一频在 ~/debian12下安装了代号为bootworm的debian12 |
保存退出后,以后只要执行 bash start-debian12.sh就可进入debian了
四 安装mate-destop
1 | $ apt install mate-desktop mate-core mate-indicator-applet -y |
好象这样装后debian,己经把vnc完全装好了,所以 ./vcn/xstartup最后一行启动mate,要改成
~~ mate-session ~~