码迷,mamicode.com
首页 > 其他好文 > 详细

debian 记1

时间:2018-02-07 10:24:51      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:uri   tool   http   wget   apt   als   net-tools   main   date   

1、配置源

# cat /etc/apt/sources.list
deb http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main
deb http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main

# apt update


2、安装常用包

# apt install -y bash-completion vim sudo wget

查找某个命令所在的软件包里

# apt install apt-file
# apt update
# apt-file search bin/ifconfig
net-tools: /sbin/ifconfig
# apt install -y net-tools


debian 记1

标签:uri   tool   http   wget   apt   als   net-tools   main   date   

原文地址:http://blog.51cto.com/ltlwx/2069686

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!