采用最小化方式安装的 Debian,在没有接入网络的情况下,默认是没有配置 apt 安装源,也没有安装远程管理用的 SSH 服务的,这个时候就无法使用 apt-get install 在线安装软件的,为使用带来不便...以下为大家提供几个 Debian Stretch 的 apt-get 源配置,详细有不好爱好者在使用 Stretch 时会遇到这个问题。...配置apt-get源 在开始配置新的 apt 源之前,可以先备份原有的安装文件,命令如下: cp /etc/apt/sources.list /etc/apt/sources.list.backup 更新...apt 源配置文件 使用以下命令,重写整个配置文件即可: (adsbygoogle = window.adsbygoogle || []).push({}); cat > /etc...sudo apt-get clean all && apt-get update sudo apt-get upgrade #更新系统 我们也可以使用阿里云的 Debian Stretch 源,具体的配置如下
Debian 9(代号为 Stretch),镜像源已由原来的jessie更新为了stretch,为了安全起见需要先备份,再进行配置新的镜像源。...修改debian9镜像源方法如下: 1、备份原有镜像源配置文件: cp /etc/apt/sources.list /etc/apt/sources.list.bak 2、打开sources.list...文件,注释原有CD源代码,更新镜像源地址为163镜像源,代码如下: deb http://mirrors.163.com/debian/ stretch main non-free contrib deb...http://mirrors.163.com/debian/ stretch-updates main non-free contrib deb http://mirrors.163.com/debian...main non-free contrib 配置完毕之后输入:apt update 命令更新系统镜像源配置文件。
样例如下: 安装源配置样例(Debian 8 jessie): deb http://ftp.tw.debian.org/debian/ jessie main contrib non-free deb...打开某源,进入「dists」子目录可见该源中有哪些仓库,即其下诸子目录。...安装第二优先顺序的包必须特别指明,见 apt-get(8) aptitude(8) 的 –target-release 选项。...「multiverse」,同 Debian 的「non-free」。 某些另类的第三方源,未必遵循上述惯例。总之,打开仓库目录自己看。...特别之处: Debian 安全性更新 不像 Ubuntu 放在「security」仓库,而是放在单独一个源中。
deb http://security.debian.org/ squeeze/updates main deb-src http://security.debian.org/ squeeze/...updates main deb http://mirrors.163.com/debian/ stable main contrib non-free deb-src http://mirrors....163.com/debian/ stable main contrib non-free 版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。
网上有很多写Ubantua安装ELK日志服务的文档资料,但是很少有Debian安装的文档。因为前期对ELK接触很少,使用Debian安装总是在配置apt安装源的时候无法进行安装。...如下: 1、安装java9 apt install openjdk-9-jdk 2、配置镜像源: 安装公共密钥: wget -qO - https://artifacts.elastic.co.../GPG-KEY-elasticsearch | sudo apt-key add - 3、更新apt安装存储库: apt install apt-transport-https 将存储库定义保存到...4、deb-src从/etc/apt/sources.list文件中删除条目,使用apt update进行更新安装源。安装应按预期工作。
位于一台德国的vps, 用的 Debian, 这个逼最近, 突然apt-get 不好使了. 各种error . 连带其它的 npm ,pip 都不行. 各种检查, 最后看了下 镜像源....果然. ping 都不行, 可能是update 的时候,系统有更新, 然后切换了新的 镜像源....deb-src https://deb.debian.org/debian bookworm main non-free-firmware deb https://debian.mirror.constant.com...//deb.debian.org/debian-security/ bookworm-security main non-free-firmware deb https://deb.debian.org.../debian bookworm-updates main non-free-firmware deb-src https://deb.debian.org/debian bookworm-updates
Debian 10添加163软件源: vi /etc/apt/source.list deb http://mirrors.163.com/debian/ buster main contrib non-free.../ buster/updates main contrib non-free :wq 其它debian发行版本同理,更改代号即可,历史代号可到官网查看 debian.org 下一代 Debian 正式发行版的代号为..."bullseye" — 发布时间尚未确定 Debian 10("buster") — 当前的稳定版(stable) Debian 9("stretch") — 旧的稳定版(oldstable) Debian...8("jessie") — 更旧的稳定版(oldoldstable) Debian 7("wheezy") — 被淘汰的稳定版 Debian 6.0("squeeze") — 被淘汰的稳定版 Debian...) — 被淘汰的稳定版 Debian GNU/Linux 3.0("woody") — 被淘汰的稳定版 Debian GNU/Linux 2.2("potato") — 被淘汰的稳定版 Debian GNU
随着 Debian Buster 10.3 的发布,Debian Buster 日趋稳定。...如果在生产上使用了 Debian 9 的系统,现在是可以安全的,灰度升级到 Debian Buster 做前期验证了。这里我们整理一下国内较知名的镜像站点,共大家在生产环境中使用。...如何更新系统安装源 一般我们修改 /etc/apt/sources.list 文件,将 Debian 的默认源地址改成新的地址即可,比如将 http://deb.debian.org 改成 https:...注意,如果安装源是 https 协议的,我们还需要安装软件包 apt-transport-https。...常用安装源站点列表 163镜像站 deb http://mirrors.163.com/debian/ buster main non-free contrib deb http://mirrors.163
今天更新debian 10的源的时候,突然报错,主要是说源从稳定源切换到不稳定源,连忙查了一下原因。...‘Suite’ value from ‘stable’ to ‘oldstable’ root@debian:# apt-get update Get:1 http://security.debian.org.../debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease...[122 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://nginx.org...Done E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its
初次使用Debian系统呢,上来我们一般要先执行这些操作,更新源或者更换源,删除无用的端口占用服务,还我们一个干净的系统,以下自己的一些使用教程,顺便记录下笔记。...升级源软件包: apt update && apt install wget curl nano screen git -y #或者 apt update && apt upgrade -y 查看源 cat.../etc/apt/sources.list 一键更改源为163 echo 'deb http://mirrors.163.com/debian/ buster main non-free contrib.../debian-security/ buster/updates main non-free contrib 腾讯源 deb http://mirrors.cloud.tencent.com/debian.../debian/ buster-backports main non-free contrib 一键改为默认源 echo 'deb http://deb.debian.org/debian/ stretch
Debian 官方源换为国内的源的操作方法 在镜像的构建的过程中,出现了如下报错: E: Release file for http://deb.debian.org/debian/dists/buster-updates...尝试更换源来解决,将 sources.list 文件复制到 /etc/apt/sources.list 下,更新即可。...sources.list 文件内容如下: 阿里云源: deb http://mirrors.aliyun.com/debian/ buster main non-free contrib deb-src...contrib deb-src http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib 清华大学源: # 默认注释了源码镜像以提高...如果遇到无法拉取 https 源的情况,请先使用 http 源并安装: sudo apt install apt-transport-https ca-certificates
1.需要设置 Docker 仓库,从仓库安装和更新 Docker #更新 apt 包索引。...software-properties-common #添加 Docker 的官方 GPG 密钥: curl -fsSL https://download.docker.com/linux/debian...0EBFCD88 #使用以下指令设置稳定版仓库 sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/debian...\ $(lsb_release -cs) \ stable" 2.安装 Docker Engine-Community sudo apt-get update #安装最新版本的 Docker...#在仓库中列出可用的 Docker Engine-Community版本(可不指定版本) apt-cache madison docker-ce 若需要指定安装安装相应的版本:sudo apt-get
debian 挂载 iso 为本地 apt 软件源# 首先,下载debian 10.1.0 amd64架构的dvd iso 将四张dvd iso分别挂载到/media目录的挂载点: # mount /path.../to/debian-10.1.0-amd64-DVD-1.iso /media/cdrom1/ # mount /path/to/debian-10.1.0-amd64-DVD-2.iso /media...media/cdrom4udf,iso9660 loop 0 0 `` 执行该命令挂载,记得不需要的时候移除掉,否则会启动不了系统 `` mount -a# `` 挂载好后,将本地挂载路径写入 apt 软件源,...cdrom3/ buster main contrib deb [ trusted=yes ] file:/media/cdrom4/ buster main contrib apt update 后即可安装软件...References [[debian使用dvd iso镜像配置本地源|https://openwares.net/2020/05/19/debian-use-dvd-iso-set-apt-source
debian官方提供了脚本ftpsync来搭建源镜像,而 apt-mirror 是一个更简单便捷的源镜像搭建工具。...安装 apt-mirror sudo apt-get install apt-mirror 配置文件/etc/apt/mirror.list只要修改很少的地方,大部分使用默认值即可。...://ftp.us.debian.org/debian unstable main contrib non-free #deb-s390 http://ftp.us.debian.org/debian...# m h dom mon dow command 0 0 * * * apt-mirror 发布镜像服务 使用nginx发布源镜像 将 apt-mirror 的镜像目录链接到/var/www/mirror.../var/www/mirror,并开启目录列表 root /var/www/mirror location / { autoindex on; } 其他机器就可以正常使用新建的源镜像了。
1、 根据文档指引安装jdk 可参考文档: https://cloud.tencent.com/document/product/436/10865#linux 注意:debian需要声明jdk位置不然可能会...sudo update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk1.8.0_241/bin/java" 1 1、 安装Cos...https://cloud.tencent.com/document/product/436/15392 因为debian unzip无法直接使用需要安装命令, apt-get install -y zip...unzip 1、 根据文档:https://cloud.tencent.com/document/product/436/15392 配置即可成功,其中要注意的就两点一个是安装jdk的时候声明jdk位置...,一个是unzip需要单独安装。
/mysql-apt-config_0.8.15-1_all.deb 过程中会弹窗: Repo Request 选择最后一项继续,完成选择后再更新一把 apt-get 的源: sudo apt-get...update 完成后可以开始正式的安装了: 安装 sudo apt-get install mysql-server 中途会提示输入创建数据库 root 用户密码,创建后继续即可。
1.添加apt源 $ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 Ubuntu: $ echo...sudo tee /etc/apt/sources.list.d/mongodb.list Debain: $ echo "deb http://repo.mongodb.org/apt/debian...更新apt源,之后安装Mongodb $ sudo apt-get update $ sudo apt-get install mongodb-org 如果要安装指定版本,请使用如下方式...可以使用下面的脚本来控制启动和停止: $ sudo service mongod start $ sudo service mongod stop 4.验证Mongodb安装 查看有没有安装成功及对应的版本...如果想要自定义数据库路径,请按《Mongodb 3.4 二进制安装方法》进行安装。 如果有使用源的方法安装后能搞定自定义数据库路径的朋友,也请麻烦在评论中留言,告诉我下是怎样操作的,谢谢。
debian 挂载官方 iso 为本地 apt 软件源# 首先,下载debian 10.1.0 amd64架构的dvd iso,一般来说第一张就包含了大部份需要用到的软件,官方提供共计四张,一般来说挂第一张.../to/debian-10.1.0-amd64-DVD-2.iso /media/cdrom2/ $ mount /path/to/debian-10.1.0-amd64-DVD-3.iso /media...,否则会启动不了系统 $ mount -a 挂载好后,将本地挂载路径写入 apt 软件源,编辑 /etc/apt/sources.list 文件,添加如下行: deb [ trusted=yes ] file...cdrom3/ buster main contrib deb [ trusted=yes ] file:/media/cdrom4/ buster main contrib apt update 后即可安装软件...References# debian使用dvd iso镜像配置本地源 注:本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。
使用源代码安装一些程序,比如Zabbix及BIND9都需要openssl服务器组件的支持,另外在安装过程中还有可能会需要zlib的支持。...对于服务器安装系统及使用apt源的方式进行安装服务一般都是比较旧的,可以使用源码进行安装较新版本的服务。 ...卸载已安装的openssl服务: apt remove openssl 把已经下载好的openssl-1.0.2m.tar.gz,放置到系统中,我的文件存储位置是:/home/debian...1、安装编译环境: apt install -y build-essential gcc g++ libtool automake 2、进入/home/debian文件目录下,解压openssl...cd /home/debian tar -zxvf openssl-1.0.2m.tar.gz 3、对于已经解压缩的文件进行安装编译。使用./config或者.
Vmware7自带的tools,在debian5和centos5上都可以正常安装,在debian6上就不ok了, 下面是解决方案。 1....添加源 deb http://debian.uchicago.edu/debian/ squeeze main contrib deb-src http://debian.uchicago.edu/debian...安装open-vm-tools apt-get update apt-get install open-vm-tools open-vm-source 这时会报如下错误,属于正常情况 Loading open-vm-tools
领取专属 10元无门槛券
手把手带您无忧上云