(3)下载和安装 WineHQ 源文件: sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources (4)进入目录: /etc/apt/sources.list.d 用root权限打开 winehq-bookworm.sources 文件,把第二行改为: URIs: https://mirrors.tuna.tsingh...
下面是清华源GPG地址,下载和添加。 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg |apt-key add - 配置清华源 nano /etc/apt/sources.list 在尾部添加清华源,bookworm代表debian12。stable代表发布分支,主要有三个:stable(稳定版)、testing(测试版)和unstable(不稳定版)。 deb ...
Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm 清华大学镜像源:https://mirrors.tuna.tsinghua.edu.cn/help/raspbian/ 清华镜像源推荐aarch64参考Debian帮助 aarch64 aarch64 用户可直接参考Debian 帮助 因此直接跳转到https://mirrors.tuna.tsinghua.edu.cn/help/debian 启用源码镜像...
我个人还是12比较喜欢实用清华大学Debian镜像源的,稳定性比较好。在这里,我也整理清华大学Debian10-12的镜像源,如果我们有需要更换的可以选择对应的版本。
如果是 Debian 12: cat> /etc/apt/sources.list <<EOF deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware ...
可以直接点击Debian右侧的❓进入Debian镜像使用帮助 如图也可以在清华源镜像站右下角找到使用帮助然后再找到Debian的使用帮助 备份并更换清华源 使用命令sudo mv /etc/apt/sources.list /etc/apt/sources.list.back将/etc/apt/sources.list重命名为/etc/apt/sources.list.back实现备份 ...
#!/bin/bash # debian 12/11/10 自动切换 apt 阿里云/清华/腾讯/华为/网易163 源; update 更新,自动部署可 kvm 虚拟化,安装google 浏览器;安装 mp4 播放器 # 执行脚本选择对应的 apt 源码,下面 aptdebian12 为apt 源 内容修改写入到:/etc/apt/sources.list 然后执行 sudo apt update 进行更新 echo "当...
Debian源替换 Debian 的源配置文件是/etc/apt/sources.list1、首先给源文件备份,命令如下: cp /etc/apt/sources.list /etc/apt/sources.list.bak 1. 2、为防止https源无法拉取情况,请在编辑源之前安装一下https证书 apt install apt-transport-https ca-certificates ...
在使用Docker容器中基于Debian的镜像时,可能会遇到使用清华源(Tsinghua Mirror)更新软件包时出现的SSL证书错误。本文将系统地介绍这一问题的成因、解决方法以及示例代码。 1. 问题的成因 SSL证书错误通常发生在以下几种情况下: CA证书未更新:Debian镜像可能缺少最新的根证书。