Redhat提供了rpm管理体系 已经编译的软件包:针对不同的平台系统编译目标软件包 操作系统维护安装信息 软件包包含依赖检查,但还需人为解决
如果某rpm包尚未安装,需查询其说明信息、安装以后会生成的文件
rpm -qpi /path/to/packageFilerpm -qplwhereis ifconfigrpm -qf /sbin/ifconfigcd /mnt df umount /mnt:卸载mnt mount /dev/cdrom /mnt:重新挂载
报错:you must specify the filesystem type
解决:
cd Packages ls -l | wc -l:计算有多少个文件
ls -l httpd*:搜索以httpd开头的文件
cp httpd-2.2.15-59.e16.centos.x86_64.rpm ~ cd rpm -i httpd-2.2.15-59.e16.centos.x86_64.rpm 报错:Failed dependencies
yum install httpd