📅  最后修改于: 2022-03-11 14:50:38.003000             🧑  作者: Mango
adduser sudo_user_name
//grant privileges
visudo
under line
root ALL=(ALL:ALL) ALL
add this line
sudo_user_name ALL=(ALL:ALL) ALL
sudo apt-get update