玩客云刷armbian后armbian-config无法安装解决方法,-bash: armbian-config: command not found

root@aml:~# armbian-config
-bash: armbian-config: command not found

一。设置时间:

root@aml:~# date -s 11/4/2021
root@aml:~# date -s 16:30:30
root@aml:~# date
Thu 04 Nov 2021 16:30:32 AM UTC

二。设置源:

       安装了Armbian_5.99_Aml-s805_Debian_buster_default_3.10.108_minimal.img版本后发现无法启动armbian-config

        因为本人亦是小白,所有在网上大量搜索也没有找到解决方法。在这里我把自己如何解决这个问题的方法写下来。

首先遇到这个问题根本的原因是换源。

root@aml:~# nano /etc/apt/sources.list

打开源

然后复制这些源进去

deb https://mirrors.ustc.edu.cn/debian stretch main contrib non-free
#deb-src http://httpredir.debian.org/debian stretch main contrib non-free

deb https://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free
#deb-src http://httpredir.debian.org/debian stretch-updates main contrib non-free

deb https://mirrors.ustc.edu.cn/debian stretch-backports main contrib non-free
#deb-src http://httpredir.debian.org/debian stretch-backports main contrib non-free

deb https://mirrors.ustc.edu.cn/debian-security/ stretch/updates main contrib non-free
#deb-src http://security.debian.org/ stretch/updates main contrib non-free

#163镜像站  

deb http://mirrors.163.com/debian

你可能感兴趣的:(玩客云,ubuntu,linux,debian)