Linux全攻略--yum服务器配置
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-16
Matched from: dhcpv6_client DHCPv6 client Provides the client for the DHCPv6 protocol (RFC 3315) to support dynamic configuration of IPv6 addresses and parameters. See man dhcp6c(8), dhcp6c.conf(5), and the documentation in /usr/share/dhcpv6_client* . [url]http://dhcpv6.sourceforge.net/[/url] dhcp-devel.i386 12:3.0.5-3.el5 installed Matched from: dhcp-devel Development headers and libraries for interfacing to the DHCP server Libraries for interfacing with the ISC DHCP server. [url]http://isc.org/products/DHCP/[/url] dhcp.i386 12:3.0.5-3.el5 installed Matched from: dhcp A DHCP (Dynamic Host Configuration Protocol) server and relay agent. DHCP (Dynamic Host Configuration Protocol) is a protocol which allows individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from a DHCP server. The overall purpose of DHCP is to make it easier to administer a large network. The dhcp package includes the ISC DHCP service and relay agent. To use DHCP on your network, install a DHCP service (or relay agent), and on clients run a DHCP client daemon. The dhcp package provides the ISC DHCP service and relay agent. [url]http://isc.org/products/DHCP/[/url] dhcpv6.i386 0.10-33.el5 installed Matched from: dhcpv6 DHCPv6 - DHCP server and client for IPv6 Implements the Dynamic Host Configuration Protocol (DHCP) for Internet Protocol version 6 (IPv6) networks in accordance with RFC 3315 : Dynamic Host Configuration Protocol for IPv6 (DHCPv6). Consists of dhcp6s(8), the server DHCP daemon, and dhcp6r(8), the DHCPv6 relay agent. Install this if you want to support dynamic configuration of IPv6 addresses and parameters on your IPv6 network. See man dhcp6s(8), dhcp6r(8), dhcp6s.conf(5), and the documentation in /usr/share/doc/dhcpv6* . [url]http://dhcpv6.sourceforge.net/[/url] [root@rhel5 /]# 10.yum remove | erase package1 删除程序包 [root@rhel5 /]# yum remove "dhcp*" Loading "rhnplugin" plugin Loading "installonlyn" plugin This system is not registered with RHN. yum 会把下载的软件包和header存储在cache中,而不会自动删除.如果觉得它们占用了磁盘空间,可以使用yum clean指令进行清除. yum clean headers清除header yum clean packages清除下载的rpm包 yum clean all 清除header与rpm包 基本完成,呵呵. |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 我要回来了下一篇: redhat-linux操作系统版本发展史
关于Linux全攻略--yum服务器配置的所有评论