免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1053 | 回复: 0
打印 上一主题 下一主题

apt-get update或aptitude update来更新源列表 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-05-27 19:40 |只看该作者 |倒序浏览
apt-get update或aptitude update来更新源列表
sudo apt-get update
sudo apt-get dist-upgrade
debian通过下面的命令来从debian源上自动下载和安装软件。
apt-get或aptitude
apt-get update更新源列表
apt-cache search xxx,在源中搜索xxx软件
apt-get install xxx,从源中安装xxx软件
apt-get download xxx,从源中下载xxx debian deb包
apt-get source xxx,从源中下载xxx的源码包
apt-get remove xxx删除包
建议使用更高级的工具aptitude
aptitude 不仅能用命令行包管理还有图像界面
aptitude update
aptitude get xxx
aptitude search xxx
aptitude remove xxx
aptitude purge xxx
aptitude download xxx
`apt-spy'会根据站点回应时间和带宽自动创建`sources.list'。
#apt-get install apt-spy
#mv sources.list sources.list.bak //backup
#man apt-spy //获取详细的使用方法
#apt-spy update //更新您的镜像列表文件 /var/lib/apt-spy/mirrors.txt
# apt-spy -d testing -a Asia
//在亚洲区寻找速度最快的testing版镜像,并生成 sources.list文件,也可使用 -o 参数指定写入文件
设置DNS,直接写/etc/resolv.conf即可
设置IP,可以直接编辑/etc/network/interfaces这个文件,固定IP这样写:
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 192.168.2.2
netmask 255.255.255.0
broadcast 192.168.2.255
gateway 192.168.2.1
里面把地址和网关设好即可。用DHCP时后一段是这样:
auto eth0
iface eth0 inet dhcp
这个文件改动之后,应该重启网络:
/etc/init.d/networking restart
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/69583/showart_1946524.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP