在没有网络的情况下,是无法进行在线安装的,这就需要使用到本地yum源,本篇文章将为大家讲解一下快速配置本地yun源具体方法。
快速配置yum本地源快速配置yum本地源
在右下角的光盘标志这里右键,然后点击连接,桌面就会出现镜像图标。 然后再执行创建脚本的命令创建脚本。
vim rhel7.repo.sh
#在打开的文件中添加以下内容:
#!/bin/bash
cd /etc/yum.repos.d
cat > rhel7.repo echo "/dev/cdrom /media/cdrom iso9660 defaults 0 0" >> /etc/fstab
yum clean all
yum makecache
chmod 755 rhel7.repo.sh或者chmod +x rhel7.repo.sh
bash rhel7.repo.sh 或者./rhel7.repo.sh
[root@localhost Desktop]# yum install -y httpd
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Resolving Dependencies
--> Running transaction check
---> Package httpd.x86_64 0:2.4.6-40.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
============================================================================================================
Package Arch Version Repository Size
============================================================================================================
Installing:
httpd x86_64 2.4.6-40.el7 rhel7 1.2 M
Transaction Summary
============================================================================================================
Install 1 Package
Total download size: 1.2 M
Installed size: 3.7 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : httpd-2.4.6-40.el7.x86_64 1/1
Verifying : httpd-2.4.6-40.el7.x86_64 1/1
Installed:
httpd.x86_64 0:2.4.6-40.el7
Complete!
最后出现Complete!说明httpd安装成功,同时也说明了yum仓库配置成功! 注:我用的系统是RedHat7,用其他Linux系统的话只需要改yum仓库名称即可。
本文标题:快速配置本地yun源具体方法
路径分享:http://www.shufengxianlan.com/qtweb/news31/323131.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联