Debian sourcelist

1. after installation debian,

  The sourcelist for apt-get should be edited.

2. the recommmended source is aliyun mirrors. reference help can be found in debian page.

3. apt-spy can be used to test speed of apt source.

4. when apt is done, the man page should be updated to generate a mandb for man reference.

/*

#deb.163.com 2015/12/25
deb http://mirrors.163.com/debian/ jessie main non-free contrib
deb http://mirrors.163.com/debian/ jessie-updates main non-free contrib
deb http://mirrors.163.com/debian/ jessie-backports main non-free contrib
deb-src http://mirrors.163.com/debian/ jessie main non-free contrib
deb-src http://mirrors.163.com/debian/ jessie-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ jessie-backports main non-free contrib
deb http://mirrors.163.com/debian-security/ jessie/updates main non-free contrib
deb-src http://mirrors.163.com/debian-security/ jessie/updates main non-free contrib
# zju.edu.cn
deb http://mirrors.zju.edu.cn/debian jessie main non-free contrib
deb http://mirrors.zju.edu.cn/debian jessie-updates main non-free contrib
deb http://mirrors.zju.edu.cn/debian-security jessie/updates main non-free contrib
# aliyun.com
deb http://mirrors.aliyun.com/debian/ jessie main non-free contrib
deb http://mirrors.aliyun.com/debian/ jessie-proposed-updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ jessie main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ jessie-proposed-updates main non-free contrib
*/

时间: 2024-12-12 05:12:07

Debian sourcelist的相关文章

Debian 9 更新 sourrce.list(163源)

Debian 9 更新 sourrce.list(163源) 需求说明: 更新apt-get源 [email protected]:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 9.4 (stretch) Release: 9.4 Codename: stretch [email protected]:~$ cat /etc/apt/sour

debian ubuntu dpkg 命令

dpkg 常用命令 列出源中所有安装包 [email protected]:~# apt-cache search all |more flashplugin-nonfree - Adobe Flash Player - browser plugin ttf-mscorefonts-installer - Installer for Microsoft TrueType core fonts iucode-tool - Intel processor microcode tool nvidia-

debian 8 安装 nvidia 显卡驱动

nvidia 单显卡安装教程地址:https://wiki.debian.org/NvidiaGraphicsDrivers/ 步骤一:编辑 /etc/apt/sources.list  文件 添加 deb http://http.debian.net/debian/ jessie main contrib non-free 步骤二: 更新 软件源 并安装软件 # aptitude update # aptitude -r install linux-headers-$(uname -r|sed

升级VMware虚拟机Debian系统后重新安装VMwareTools

最近升级了VMware虚拟机上的Debian Linux系统(3.16.0-4-amd64),内核升级后原来的vmware-tools版本安装失败,不能使用虚拟机和宿主机的共享文件夹功能了. 解决办法: 1. 到这里 https://github.com/rasa/vmware-tools-patches 下载vmware-tools-patches包: 并下载最新的vmware-tools:VMwareTools-9.9.2-2496486: 2. 解压vmware-tools包 将内容不断解

debian和ubuntu的sh dash bash

Ubuntu和debian 的 shell 默认安装的是 dash,而不是 bash.运行以下命令查看 sh 的详细信息,确认 shell 对应的程序是哪个:$ls -al /bin/sh dash 比 bash 更轻,更快.但 bash 却更常用.如果一些命令.脚本等总不能正常执行,有可能是 dash 的原因.比如编译 Android 源代码的时候,如果使用 dash,则有可能编译出错,或者编译的系统不能启动. 通过以下方式可以使 shell 切换回 bash:$sudo dpkg-recon

debian 配置apt-get源的方法

编辑/etc/apt/sources.list文件 [email protected]:~# cat /etc/apt/sources.list # # deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20131013-23:23]/ wheezy main #deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot

Debian 安装配置(包括kdevelop)

最近几天折腾了一下Debian 7 (gnome桌面DVD版,KDE桌面CD版最后会提到),总的来说收获还是挺大的,对比以前使用ubuntu,debian 7给我的感觉像是一个新生婴儿,不带多余的花俏,那么的简单和单纯.话不多说,下面写出自己安装完debian后碰到的一些问题及解决方法. 1.安装系统 安装系统可以参考以下教程: http://www.jb51.net/os/85858.html http://forum.ubuntu.org.cn/viewtopic.php?f=165&t=4

Debian Customer PPA RFC (by quqi99)

作者:张华  发表于:2016-01-13版权声明:能够随意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明 ( http://blog.csdn.net/quqi99 ) Precondition a, sudo apt install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file debhelper dh-systemd openstack-pkg-tools b, GPG keyscp -r /home/hu

[boostrap]debian下为arm创建debian和emdebian文件系统

转自:http://www.cnblogs.com/qiaoqiao2003/p/3738552.html Debian系统本身包含对arm的支持,其包含的软件包最多,但是最终的文件系统要大一些. emdebian 是一个非常好用的嵌入式linux操作系统,其基于debian的特点对于熟悉debian系统的人来说很容易就能得心应手地进行配置. emdebian有好几个版本:Grip,Crush,Baked. 关于它们的详细介绍可以查看:http://www.emdebian.org/emdebi