【Debian】 Debian 安装源配置

Debian 安装源配置

所有的Linux安装完后第一件事,就是要更新安装源

安装源是什么呢,安装源又称软件源,是指把软件的安装源地址放在一个pool里面,用一条命令(比如apt-get install XXX)就可以按照顺序从源内指定的服务器查询下载并进行更新或安装

源列表文件通常在/etc/apt/sources.list,里面记录了你所用的源服务器地址

0x01 首先我们需要获取root用户,切换权限

su
# 输入你的root账户密码,这里光标不会有显示是否输入,按就完了,注意小键盘及大小写

0x02 切换到root账户后

vi etc\apt\source.list
# vim打开安装源列表文件并进行相应编辑

0x03 vim编辑

  1. 方向键移动光标,按i进入插入模式

    注:命令模式下dd为删除本行,x为删除当前字符,输入模式下方向键及delete、backspace均失效。按ESC可退出输入模式,如对当前输入不满意,想要重新输入可以进入命令模式下输入q!。再次进入list文件修改时,会有提示,不要按enter进入继续编辑,按其他任意键,丢弃上次编辑结果以重新进行编辑

  2. 将下列复制并替换到list文件内,终端内粘贴快捷键为Ctrl+Shift+V。
  3. 光盘文件源于源代码已经注释掉了,如有需要删除前方#即可。注意下列源内包括两种不同的Debian发行版,可注释掉不需要的版本。
  4. 修改完成后,进入命令模式,输入:wq!即可(注意:!)
#
# deb cdrom:[Debian GNU/Linux 10.3.0 _Buster_ - Official amd64 DVD Binary-1 20200208-12:08]/ buster contrib main
# deb cdrom:[Debian GNU/Linux 10.3.0 _Buster_ - Official amd64 DVD Binary-1 20200208-12:08]/ buster contrib main
# deb http://deb.debian.org/debian/ buster main
# deb-src http://deb.debian.org/debian/ buster main
# deb http://security.debian.org/debian-security buster/updates main contrib
# deb-src http://security.debian.org/debian-security buster/updates main contrib
# buster-updates, previously known as 'volatile'
# deb http://deb.debian.org/debian/ buster-updates main contrib
# deb-src http://deb.debian.org/debian/ buster-updates main contrib
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-backports main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free

0x04 更新软件源

注意上面的源内包括两种不同的Debian发行版,注释掉不需要的版本,否则这里会有冲突报错,如不在意报错可不注释,目前未发现影响,后续如发现将进行补充,当然大佬们也可以提前帮助指正

sudo apt-get update
sudo apt-get upgrade

等待跑完即可

原文地址:https://www.cnblogs.com/darkluna/p/12345022.html

时间: 2024-10-15 23:21:44

【Debian】 Debian 安装源配置的相关文章

Debian 入门安装与配置1

Debian 入门安装与配置1 最近安装了多个发行版本的Linux,包括Ubuntu.Fedora.Centos和Debian,发现只有Debian在界面和稳定性等综合特性上表现最优,自己也最喜欢,所以最后选择长久使用Debian作为自己的家用笔记本操作系统,也想借助Debian来深入的学习Linux,因此在这里记录一些日生使用Debian过程中遇到的问题及解决办法. 1.Debian安装 选择Debian的版本对于新手至关重要,本人安装Debian的时候,Debian官方发行稳定版本是7.7.

debian下安装rvm配置ruby环境

先安装rvm curl -L https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm 安装必须的东西 rvm requirements 看看装哪个ruby rvm list known 2.1.3貌似最新 rvm install ruby-2.1.3 设置默认 rvm use ruby-2.1.3 --default 如果看到 RVM is not a function, selecting rubies with 'rvm u

keepalived安装和配置(debian)

一.keepalived介绍及搭建环境说明 1.The keepalived The keepalived server implements the vrrpd routing demon which enables routing failover for a pair (or set) of routers (or LVS directors) and the keepalived demon which sets up and does the health checking of vi

FreeBSD从零开始---安装后配置(一)

一.安装后配置 上次我们说到FreeBSD的安装,这次我们说FreeBSD安装后的配置和简单优化方法. 安装完BSD只是服务器提供服务这条万里长征路的开始,还需要一些基本的设定和优化.不过实际上,即便不优化,FreeBSD现在也可以很安全的提供服务,决定权在你. 1.安装及更新ports树 有些接触过FreeBSD的一定知道portsnap,这是freebsd下软件更新的利器.或者说也是唯一的途径.ports,可以理解为是FreeBSD所维护的一个庞大的应用软件列表,你所需要的和不需要的软件,几

FreeBSD从零开始---安装后配置

1.安装及更新ports树 有些接触过FreeBSD的一定知道portsnap,这是freebsd下软件更新的利器.或者说也是唯一的途径.ports,可以理解为是FreeBSD所维护的一个庞大的应用软件列表,你所需要的和不需要的软件,几乎都可以在这个列表下找到.而portsnap,顾名思义,就是ports的快照.运行portsnap会把目前最新的远端ports树结构以及树下所有软件的最新稳定版的编译文件列入服务器的ports树中.ports如何使用,我们以后再讲,先不要着急使用portsnap.

Debian 7.x 安装教程、网络配置、软件源配置、磁盘分区、LVM、U盘安装、网络安装

目录 一.准备安装Debian系统      1.1Debian简介          1.1.1介绍Debian版本          1.1.2Debian的正式发音          1.1.3Debian软件包管理          1.1.4Debian分支          1.1.5官方网站与文档          1.1.6介绍  Debian 7.1  1.2获得Debian发行版          1.2.1从镜像站点上下载ISO的镜像文件          1.2.2将IS

Debian安装、配置sources.list、安装VMware Tools

Debian安装: 我采用的是纯命令行安装方式.具体安装过程网上一大堆,不介绍了.需要强调一点,那个SSH Server必须选,否则像XShell这样的客户端不能访问Debian. 配置sources.list 更改debian的软件源sources.list 因为Debain自带的一般是国外的源,平日里装软件.更新系统.软件都比较慢,可以更换国内的源,速度超快,这里以163源为例. http://mirrors.163.com/.help/debian.html sources.list文件格

Debian普通用户获取root权限|sudo的安装与配置

Debian系统的普通用户需要安装软件时,往往会收到“Permission denied”的提示,这时候需要root权限.那么如何在不登陆超级管理员账户的前提下拥有root权限呢?对于大多数Linux系统来说,我们可以通过“sudo”命令来获取root权限,或者通过“su”登陆超级管理员账户来进行各种需要root权限的操作. 然而,Debian系统好像默认不安装sudo,所以下面将讲解“如何安装sudo及配置其sudoers文件” 首先登陆超级管理员账户,在 Terminal 命令行内输入 su

UBNT unifi video的Debian环境安装

2 实践部分 2.1 环境配置 2.1.1 配置系统自带的apt源 vi /etc/apt/sources.list 配置如下: #deb cdrom:[Debian GNU/Linux 7.11.0 _Wheezy_ - Official amd64 DVD Binary-1 20160605-17:36]/ wheezy contrib main deb http://security.debian.org/ wheezy/updates main contrib deb-src http: