这篇文章主要介绍“怎么快速配置本地yun源”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“怎么快速配置本地yun源”文章能帮助大家解决问题。
在右下角的光盘标志这里右键,然后点击连接,桌面就会出现镜像图标。 然后再执行创建脚本的命令创建脚本。
vim rhel7.repo.sh#在打开的文件中添加以下内容:#!/bin/bashcd /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 httpdLoaded 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 testTransaction 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!
关于“怎么快速配置本地yun源”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注亿速云行业资讯频道,小编每天都会为大家更新不同的知识点。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。