当前位置: 首页 > wzjs >正文

龙岩网站设计大概价格代理财务记账公司

龙岩网站设计大概价格,代理财务记账公司,婚纱摄影网站设计,博客X WordPress主题在虚拟机没有网络或者网络不稳定的情况下需要配置本地yum源 优点:由于数据从本地获取,下载和安装软件包的速度非常快,完全不需要网络 缺点:软件可能不是最新版,需要手动更新比较麻烦 一、配置本地yum源 首先将cento…

在虚拟机没有网络或者网络不稳定的情况下需要配置本地yum源

优点:由于数据从本地获取,下载和安装软件包的速度非常快,完全不需要网络

缺点:软件可能不是最新版,需要手动更新比较麻烦

一、配置本地yum源

        首先将centos自带的网络yum源删掉(自带的默认从centos官网下载软件,服务器在国外,非常不稳定)

 [root@cloud ~]# rm -rf /etc/yum.repos.d/*

         创建挂载点并挂载镜像

[root@cloud ~]# mkdir /opt/centos
[root@cloud ~]# mount /dev/cdrom /opt/centos/
mount: /dev/sr0 写保护,将以只读方式挂载

创建并编写本地yum源配置文件,编写完成之后wq保存退出

[root@cloud ~]# vi /etc/yum.repos.d/local.repo
[centos]
name=centos                 # Yum源的名称,用于描述这个源
baseurl=file:///opt/centos  # 本地Yum源的位置,指向挂载点目录
gpgcheck=0                  # 不进行GPG签名检查
enabled=1                   # 启用该Yum源

清除缓存原来的生成新的缓存并列出当前系统中已配置和启用的Yum仓库(repositories)及其状态

[root@cloud ~]# yum clean all 
已加载插件:fastestmirror, langpacks
正在清理软件源: centos
Cleaning up list of fastest mirrors
Other repos take up 1.0 G of disk space (use --verbose for details)
[root@cloud ~]# yum makecache 
已加载插件:fastestmirror, langpacks
Determining fastest mirrors
centos                                                                                           | 3.6 kB  00:00:00     
(1/4): centos/group_gz                                                                           | 153 kB  00:00:00     
(2/4): centos/primary_db                                                                         | 3.3 MB  00:00:00     
(3/4): centos/other_db                                                                           | 1.3 MB  00:00:00     
(4/4): centos/filelists_db                                                                       | 3.3 MB  00:00:00     
元数据缓存已建立
[root@cloud ~]# yum repolist 
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
源标识                                                   源名称                                                    状态
centos                                                   centos                                                    4,070
repolist: 4,070

下载httpd测试一下

[root@cloud ~]# yum install -y httpd
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
正在解决依赖关系
--> 正在检查事务
---> 软件包 httpd.x86_64.0.2.4.6-95.el7.centos 将被 安装
--> 正在处理依赖关系 httpd-tools = 2.4.6-95.el7.centos,它被软件包 httpd-2.4.6-95.el7.centos.x86_64 需要
--> 正在处理依赖关系 /etc/mime.types,它被软件包 httpd-2.4.6-95.el7.centos.x86_64 需要
--> 正在处理依赖关系 libaprutil-1.so.0()(64bit),它被软件包 httpd-2.4.6-95.el7.centos.x86_64 需要
--> 正在处理依赖关系 libapr-1.so.0()(64bit),它被软件包 httpd-2.4.6-95.el7.centos.x86_64 需要
--> 正在检查事务
---> 软件包 apr.x86_64.0.1.4.8-7.el7 将被 安装
---> 软件包 apr-util.x86_64.0.1.5.2-6.el7 将被 安装
---> 软件包 httpd-tools.x86_64.0.2.4.6-95.el7.centos 将被 安装
---> 软件包 mailcap.noarch.0.2.1.41-2.el7 将被 安装
--> 解决依赖关系完成依赖关系解决========================================================================================================================Package                     架构                   版本                                   源                      大小
========================================================================================================================
正在安装:httpd                       x86_64                 2.4.6-95.el7.centos                    centos                 2.7 M
为依赖而安装:apr                         x86_64                 1.4.8-7.el7                            centos                 104 kapr-util                    x86_64                 1.5.2-6.el7                            centos                  92 khttpd-tools                 x86_64                 2.4.6-95.el7.centos                    centos                  93 kmailcap                     noarch                 2.1.41-2.el7                           centos                  31 k事务概要
========================================================================================================================
安装  1 软件包 (+4 依赖软件包)总下载量:3.0 M
安装大小:10 M
Downloading packages:
------------------------------------------------------------------------------------------------------------------------
总计                                                                                     95 MB/s | 3.0 MB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction正在安装    : apr-1.4.8-7.el7.x86_64                                                                              1/5 正在安装    : apr-util-1.5.2-6.el7.x86_64                                                                         2/5 正在安装    : httpd-tools-2.4.6-95.el7.centos.x86_64                                                              3/5 正在安装    : mailcap-2.1.41-2.el7.noarch                                                                         4/5 正在安装    : httpd-2.4.6-95.el7.centos.x86_64                                                                    5/5 验证中      : httpd-tools-2.4.6-95.el7.centos.x86_64                                                              1/5 验证中      : mailcap-2.1.41-2.el7.noarch                                                                         2/5 验证中      : apr-1.4.8-7.el7.x86_64                                                                              3/5 验证中      : httpd-2.4.6-95.el7.centos.x86_64                                                                    4/5 验证中      : apr-util-1.5.2-6.el7.x86_64                                                                         5/5 已安装:httpd.x86_64 0:2.4.6-95.el7.centos                                                                                    作为依赖被安装:apr.x86_64 0:1.4.8-7.el7            apr-util.x86_64 0:1.5.2-6.el7       httpd-tools.x86_64 0:2.4.6-95.el7.centos      mailcap.noarch 0:2.1.41-2.el7      完毕!

下载成功

二、配置网络yum源

优点:软件包和元数据由源服务器自动更新,国内镜像下载速度非常快

缺点:需要稳定的网络连接,网络不稳定或断开时无法使用

首先找到国内的镜像站(我这里以阿里云举例)

找到自己的Linux版本(以centos为例)

找到对应的系统版本(我的是7)并且复制这段命令到虚拟机粘贴

同样需要先删除原有的yum仓库

列出当前系统中已配置和启用的Yum仓库(repositories)及其状态

[root@cloud ~]# rm -rf /etc/yum.repos.d/*
[root@cloud ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
--2024-06-09 12:36:26--  https://mirrors.aliyun.com/repo/Centos-7.repo
正在解析主机 mirrors.aliyun.com (mirrors.aliyun.com)... 183.215.53.217, 183.215.53.222, 183.215.53.224, ...
正在连接 mirrors.aliyun.com (mirrors.aliyun.com)|183.215.53.217|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:2523 (2.5K) [application/octet-stream]
正在保存至: “/etc/yum.repos.d/CentOS-Base.repo”100%[======================================>] 2,523       --.-K/s 用时 0.006s  2024-06-09 12:36:26 (401 KB/s) - 已保存 “/etc/yum.repos.d/CentOS-Base.repo” [2523/2523])[root@cloud ~]# yum repolist 
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile* base: mirrors.aliyun.com* extras: mirrors.aliyun.com* updates: mirrors.aliyun.com
源标识                                源名称                                                      状态
!base/7/x86_64                        CentOS-7 - Base - mirrors.aliyun.com                        10,072
!extras/7/x86_64                      CentOS-7 - Extras - mirrors.aliyun.com                         526
!updates/7/x86_64                     CentOS-7 - Updates - mirrors.aliyun.com                      5,890
repolist: 16,488

可以看到已经保存成功,网络yum源就配置好了

http://www.dtcms.com/wzjs/536359.html

相关文章:

  • 大学高校网站建设栏目织梦cms网站模板修改
  • 青海西宁做网站多少钱工行gcms系统
  • 余姚市城乡建设局网站做网站必须购买空间吗
  • 网站引导动画怎么做贵金属交易app下载
  • 网站内页检测装修公司联系方式汇总
  • asp网站 证书哪个网站可以查公司注册信息
  • 仿唧唧帝笑话门户网站源码带多条采集规则 织梦搞笑图片视频模板磁力吧
  • 湖北长欣建设有限公司网站怎么知道网站是哪个公司做的
  • 怎么优化网站关键词排名范县网站建设
  • 阿里云网站搭建服务器如何配置php网站
  • 模板网站建设清单网站应该怎么建设
  • 泰安网站建设dxkjw网络搭建安全分析
  • 网站的死链微信小程序商城怎样做
  • 青岛模板做网站网站建设企业官网体验版是什么
  • 郑州哪里做网站汉狮wordpress卸载重装
  • 网站建设 域名 空间注册个体可以做网站吗
  • 网站东莞优化建设wordpress更新定位插件
  • 网站抄袭国内最知名的包装设计公司
  • 网站建设能有多大访问量网站做任务赚佣金
  • 海南网站制作公司地信的网站建设
  • 班级网站建设的系统概述视觉设计图
  • 网站头部怎样做有气势怎么推广我的网站
  • 大型网站集群怎么做vs 网站项目
  • 做旅游网站的要求广州公司注册需要什么条件
  • 长沙找人做网站开发应用
  • 衡水网站建设知识网站网页模板
  • 丹阳网站建设怎么样品牌网站建设意义
  • 企业网站建设如何选择网络公司淘宝网站建设的目标是什么意思
  • 金华网站建设行业河南省新闻头条最新消息
  • 一个专门做特卖的网站衡水注册公司