能否提供debian12 的本地源加载方法 #6

Open
opened 2024-09-05 15:19:11 +08:00 by 11349788941cs · 1 comment

能否提供debian12 的本地源加载方法

能否提供debian12 的本地源加载方法

供参考:
step1:下载 Debian 12 的 ISO 镜像,然后将其挂载到某个目录:https://www.debian.org/distrib/
sudo mkdir /mnt/debian12
sudo mount -o loop /path/to/debian-12.iso /mnt/debian12
step2:编辑 sources.list,在 /etc/apt/sources.list 文件中添加以下行:
deb [trusted=yes] file:/mnt/debian12/ bullseye main
step3:运行以下命令更新软件源:
sudo apt update

供参考: step1:下载 Debian 12 的 ISO 镜像,然后将其挂载到某个目录:https://www.debian.org/distrib/ sudo mkdir /mnt/debian12 sudo mount -o loop /path/to/debian-12.iso /mnt/debian12 step2:编辑 sources.list,在 /etc/apt/sources.list 文件中添加以下行: deb [trusted=yes] file:/mnt/debian12/ bullseye main step3:运行以下命令更新软件源: sudo apt update
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#6
No description provided.