Debian12获取sudo权限和更新互联网源

Debian12获取sudo权限和更新互联网源

一、用户获取sudo权限

Debian12安装完以后,用户不具备sudo权限。为此,要通过修改/etc/sudoers获取相应权限。具体如下:

su

输入root密码,获取root权限。

nano /etc/sudoers

找到root ALL=(ALL:ALL) ALL

在下一行添加:

用户名 ALL=(ALL:ALL) ALL

ctrl+o保存,ctrl+x退出。

然后su 用户名进入用户环境。

 

二、更新源

通过介质提供的源不支持互联网更新,所以要通过修改sources.list使其支持互联网更新。

具体如下:

sudo rm -rf /etc/apt/sources.list #删除原有源

sudo nano /etc/apt/sources.list

将下面源复制进去:

 

 

 

deb https://mirrors.cloud.tencent.com/debian/ bookworm main contrib non-free non-free-firmware

deb-src https://mirrors.cloud.tencent.com/debian/ bookworm main contrib non-free non-free-firmware

deb https://mirrors.cloud.tencent.com/debian/ bookworm-updates main contrib non-free non-free-firmware

deb-src https://mirrors.cloud.tencent.com/debian/ bookworm-updates main contrib non-free non-free-firmware

deb https://mirrors.cloud.tencent.com/debian/ bookworm-backports main contrib non-free non-free-firmware

deb-src https://mirrors.cloud.tencent.com/debian/ bookworm-backports main contrib non-free non-free-firmware

deb https://mirrors.cloud.tencent.com/debian-security bookworm-security main contrib non-free non-free-firmware

deb-src https://mirrors.cloud.tencent.com/debian-security bookworm-security main contrib non-free non-free-firmware

 

 

 

ctrl+o保存,ctrl+x退出。

 

接下来就可以sudo apt-get update,sudo apt-get upgrade了!

 ​​​

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值