CentOS 7搭建本地yum源

?

?

问题

CentOS7.1安装rpm包时提示缺失包,有些包iso里面也没有,只能从外网yum,这种情况下,可以提前yum好所需的依赖包,做成一个本地yum源。将这些文件拷贝到没联网的机器就可以使用了。

[[email protected] ~]# rpm -ivh leofs_mond-20110411-74.i386.rpm

error: Failed dependencies:

????libc.so.6 is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.0) is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.1) is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.1.3) is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.2) is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.3) is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.3.3) is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.3.4) is needed by leofs_mond-20110411-74.i386

????libc.so.6(GLIBC_2.4) is needed by leofs_mond-20110411-74.i386

????libcrypt.so.1 is needed by leofs_mond-20110411-74.i386

????libdl.so.2 is needed by leofs_mond-20110411-74.i386

????libm.so.6 is needed by leofs_mond-20110411-74.i386

????libm.so.6(GLIBC_2.0) is needed by leofs_mond-20110411-74.i386

????libnsl.so.1 is needed by leofs_mond-20110411-74.i386

????libpthread.so.0 is needed by leofs_mond-20110411-74.i386

????libpthread.so.0(GLIBC_2.0) is needed by leofs_mond-20110411-74.i386

????libpthread.so.0(GLIBC_2.1) is needed by leofs_mond-20110411-74.i386

????libpthread.so.0(GLIBC_2.1.1) is needed by leofs_mond-20110411-74.i386

????libpthread.so.0(GLIBC_2.2) is needed by leofs_mond-20110411-74.i386

????libpthread.so.0(GLIBC_2.3.2) is needed by leofs_mond-20110411-74.i386

????libpthread.so.0(GLIBC_2.4) is needed by leofs_mond-20110411-74.i386

????libresolv.so.2 is needed by leofs_mond-20110411-74.i386

????librt.so.1 is needed by leofs_mond-20110411-74.i386

[[email protected] ~]#

安装createrepo

[[email protected] ~]# yum -y install createrepo

Loaded plugins: fastestmirror

base | 3.6 kB 00:00:00

extras | 3.4 kB 00:00:00

updates | 3.4 kB 00:00:00

(1/4): extras/7/x86_64/primary_db | 117 kB 00:00:00

(2/4): base/7/x86_64/group_gz | 155 kB 00:00:01

(3/4): updates/7/x86_64/primary_db | 4.1 MB 00:00:04

(4/4): base/7/x86_64/primary_db | 5.3 MB 00:00:08

Determining fastest mirrors

* base: mirrors.skyshe.cn

* extras: mirrors.neusoft.edu.cn

* updates: mirrors.zju.edu.cn

Resolving Dependencies

--> Running transaction check

---> Package createrepo.noarch 0:0.9.9-25.el7_2 will be installed

--> Processing Dependency: python-deltarpm for package: createrepo-0.9.9-25.el7_2.noarch

--> Processing Dependency: libxml2-python for package: createrepo-0.9.9-25.el7_2.noarch

--> Processing Dependency: deltarpm for package: createrepo-0.9.9-25.el7_2.noarch

--> Running transaction check

---> Package deltarpm.x86_64 0:3.6-3.el7 will be installed

---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.2 will be installed

--> Processing Dependency: libxml2 = 2.9.1-6.el7_2.2 for package: libxml2-python-2.9.1-6.el7_2.2.x86_64

---> Package python-deltarpm.x86_64 0:3.6-3.el7 will be installed

--> Running transaction check

---> Package libxml2.x86_64 0:2.9.1-5.el7_0.1 will be updated

---> Package libxml2.x86_64 0:2.9.1-6.el7_2.2 will be an update

--> Finished Dependency Resolution

?

Dependencies Resolved

?

=======================================================================================================================================================================

Package Arch Version Repository Size

=======================================================================================================================================================================

Installing:

createrepo noarch 0.9.9-25.el7_2 updates 92 k

Installing for dependencies:

deltarpm x86_64 3.6-3.el7 base 82 k

libxml2-python x86_64 2.9.1-6.el7_2.2 updates 245 k

python-deltarpm x86_64 3.6-3.el7 base 31 k

Updating for dependencies:

libxml2 x86_64 2.9.1-6.el7_2.2 updates 666 k

?

Transaction Summary

=======================================================================================================================================================================

Install 1 Package (+3 Dependent packages)

Upgrade ( 1 Dependent package)

?

Total download size: 1.1 M

Downloading packages:

Delta RPMs disabled because /usr/bin/applydeltarpm not installed.

warning: /var/cache/yum/x86_64/7/updates/packages/createrepo-0.9.9-25.el7_2.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEYs | 0 B --:--:-- ETA

Public key for createrepo-0.9.9-25.el7_2.noarch.rpm is not installed

(1/5): createrepo-0.9.9-25.el7_2.noarch.rpm | 92 kB 00:00:00

Public key for deltarpm-3.6-3.el7.x86_64.rpm is not installed

(2/5): deltarpm-3.6-3.el7.x86_64.rpm | 82 kB 00:00:00

(3/5): python-deltarpm-3.6-3.el7.x86_64.rpm | 31 kB 00:00:00

(4/5): libxml2-python-2.9.1-6.el7_2.2.x86_64.rpm | 245 kB 00:00:00

(5/5): libxml2-2.9.1-6.el7_2.2.x86_64.rpm | 666 kB 00:00:01

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Total 768 kB/s | 1.1 MB 00:00:01

Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

Importing GPG key 0xF4A80EB5:

Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"

Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5

Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@anaconda)

From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Installing : deltarpm-3.6-3.el7.x86_64 1/6

Installing : python-deltarpm-3.6-3.el7.x86_64 2/6

Updating : libxml2-2.9.1-6.el7_2.2.x86_64 3/6

Installing : libxml2-python-2.9.1-6.el7_2.2.x86_64 4/6

Installing : createrepo-0.9.9-25.el7_2.noarch 5/6

Cleanup : libxml2-2.9.1-5.el7_0.1.x86_64 6/6

Verifying : createrepo-0.9.9-25.el7_2.noarch 1/6

Verifying : python-deltarpm-3.6-3.el7.x86_64 2/6

Verifying : deltarpm-3.6-3.el7.x86_64 3/6

Verifying : libxml2-2.9.1-6.el7_2.2.x86_64 4/6

Verifying : libxml2-python-2.9.1-6.el7_2.2.x86_64 5/6

Verifying : libxml2-2.9.1-5.el7_0.1.x86_64 6/6

?

Installed:

createrepo.noarch 0:0.9.9-25.el7_2

?

Dependency Installed:

deltarpm.x86_64 0:3.6-3.el7 libxml2-python.x86_64 0:2.9.1-6.el7_2.2 python-deltarpm.x86_64 0:3.6-3.el7

?

Dependency Updated:

libxml2.x86_64 0:2.9.1-6.el7_2.2

?

Complete!

[[email protected] ~]#

下载所需的包上传至/opt/rpm目录

[[email protected] ~]# /usr/bin/yum install --downloaddir=/opt/rpm --downloadonly libc.so.6

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

* base: mirrors.skyshe.cn

* extras: mirrors.neusoft.edu.cn

* updates: mirrors.zju.edu.cn

Resolving Dependencies

--> Running transaction check

---> Package glibc.i686 0:2.17-106.el7_2.4 will be installed

--> Processing Dependency: glibc-common = 2.17-106.el7_2.4 for package: glibc-2.17-106.el7_2.4.i686

--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-106.el7_2.4.i686

--> Processing Dependency: libfreebl3.so for package: glibc-2.17-106.el7_2.4.i686

--> Running transaction check

---> Package glibc-common.x86_64 0:2.17-78.el7 will be updated

--> Processing Dependency: glibc-common = 2.17-78.el7 for package: glibc-2.17-78.el7.x86_64

---> Package glibc-common.x86_64 0:2.17-106.el7_2.4 will be an update

---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-9.el7 will be updated

---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.2.el7_2 will be installed

---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.2.el7_2 will be an update

--> Running transaction check

---> Package glibc.x86_64 0:2.17-78.el7 will be updated

---> Package glibc.x86_64 0:2.17-106.el7_2.4 will be an update

--> Finished Dependency Resolution

?

Dependencies Resolved

?

=======================================================================================================================================================================

Package Arch Version Repository Size

=======================================================================================================================================================================

Installing:

glibc i686 2.17-106.el7_2.4 updates 4.2 M

Installing for dependencies:

nss-softokn-freebl i686 3.16.2.3-14.2.el7_2 updates 187 k

Updating for dependencies:

glibc x86_64 2.17-106.el7_2.4 updates 3.6 M

glibc-common x86_64 2.17-106.el7_2.4 updates 11 M

nss-softokn-freebl x86_64 3.16.2.3-14.2.el7_2 updates 204 k

?

Transaction Summary

=======================================================================================================================================================================

Install 1 Package (+1 Dependent package)

Upgrade ( 3 Dependent packages)

?

Total download size: 20 M

Background downloading packages, then exiting:

Delta RPMs reduced 3.8 M of updates to 842 k (78% saved)

(1/5): nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686.rpm | 187 kB 00:00:00

(2/5): nss-softokn-freebl-3.16.2.3-9.el7_3.16.2.3-14.2.el7_2.x86_64.drpm | 44 kB 00:00:00

(3/5): glibc-2.17-78.el7_2.17-106.el7_2.4.x86_64.drpm | 798 kB 00:00:00

(4/5): glibc-2.17-106.el7_2.4.i686.rpm | 4.2 MB 00:00:04

(5/5): glibc-common-2.17-106.el7_2.4.x86_64.rpm | 11 MB 00:00:35

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Total 483 kB/s | 17 MB 00:00:35

exiting because "Download Only" specified

[[email protected] ~]#

创建repo元数据

[[email protected] ~]# createrepo -p -d -o /opt/rpm/ /opt/rpm/

Spawning worker 0 with 5 pkgs

Workers Finished

Saving Primary metadata

Saving file lists metadata

Saving other metadata

Generating sqlite DBs

Sqlite DBs complete

[[email protected] ~]#

更新repo元数据(可选操作)

[[email protected] ~]# createrepo --update /opt/rpm/

Saving Primary metadata

Saving file lists metadata

Saving other metadata

Generating sqlite DBs

Sqlite DBs complete

[[email protected] ~]#

?

确认repo元数据

[[email protected] rpm]# ls

glibc-2.17-106.el7_2.4.i686.rpm glibc-common-2.17-106.el7_2.4.x86_64.rpm nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64.rpm

glibc-2.17-106.el7_2.4.x86_64.rpm nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686.rpm repodata

[[email protected] rpm]# cd repodata/

[[email protected] repodata]# ls

041cca5c43f978a01b7aa183d437b2f208629512ad7c39e618b7d252c2c8dc92-primary.sqlite.bz2

3c112b1ac138d54957b4333ce830986196e64121ca97add7dc0b077b44a02868-other.xml.gz

762a63333594c82421ddf6abc7e94f76538a3fc74a2c72c691c47449a5251f26-other.sqlite.bz2

9ced1af354247835727999f8dd9566ac67259e375ebe321fbc627d32243918e8-filelists.xml.gz

ae83cc34b4f68138398c2bc2bb7de716bdf459c5064a0c6f86e1ee80b36410e2-primary.xml.gz

ff9c201de18d66af38f838314419114402666926f2eb03c0008be6cd0737e41a-filelists.sqlite.bz2

repomd.xml

[[email protected] repodata]# pwd

/opt/rpm/repodata

[[email protected] repodata]#

编辑repo文件

[[email protected] yum.repos.d]# ls

CentOS-CR.repo yumback

[[email protected] yum.repos.d]# cat CentOS-CR.repo

# CentOS-CR.repo

#

# The Continuous Release ( CR ) repository contains rpms that are due in the next

# release for a specific CentOS Version ( eg. next release in CentOS-7 ); these rpms

# are far less tested, with no integration checking or update path testing having

# taken place. They are still built from the upstream sources, but might not map

# to an exact upstream distro release.

#

# These packages are made available soon after they are built, for people willing

# to test their environments, provide feedback on content for the next release, and

# for people looking for early-access to next release content.

#

# The CR repo is shipped in a disabled state by default; its important that users

# understand the implications of turning this on.

#

# NOTE: We do not use a mirrorlist for the CR repos, to ensure content is available

# to everyone as soon as possible, and not need to wait for the external

# mirror network to seed first. However, many local mirrors will carry CR repos

# and if desired you can use one of these local mirrors by editing the baseurl

# line in the repo config below.

#

?

[cr]

name=CentOS-$releasever - cr

baseurl=file:///opt/rpm

#http://mirror.centos.org/centos/$releasever/cr/$basearch/

gpgcheck=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

enabled=1

[[email protected] yum.repos.d]#

验证repo

[[email protected] yum.repos.d]# yum clean all

Loaded plugins: fastestmirror

Cleaning repos: cr

Cleaning up everything

Cleaning up list of fastest mirrors

[[email protected] yum.repos.d]# yum repolist

Loaded plugins: fastestmirror

cr | 2.9 kB 00:00:00

cr/primary_db | 9.4 kB 00:00:00

Determining fastest mirrors

repo id repo name status

cr CentOS-7 - cr
5

repolist: 5

[[email protected] yum.repos.d]#

从做好的repo源中安装缺失包

[[email protected] ~]# yum install libc.so.6

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

Resolving Dependencies

--> Running transaction check

---> Package glibc.i686 0:2.17-106.el7_2.4 will be installed

--> Processing Dependency: glibc-common = 2.17-106.el7_2.4 for package: glibc-2.17-106.el7_2.4.i686

--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-106.el7_2.4.i686

--> Processing Dependency: libfreebl3.so for package: glibc-2.17-106.el7_2.4.i686

--> Running transaction check

---> Package glibc-common.x86_64 0:2.17-78.el7 will be updated

--> Processing Dependency: glibc-common = 2.17-78.el7 for package: glibc-2.17-78.el7.x86_64

---> Package glibc-common.x86_64 0:2.17-106.el7_2.4 will be an update

---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-9.el7 will be updated

---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.2.el7_2 will be installed

---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.2.el7_2 will be an update

--> Running transaction check

---> Package glibc.x86_64 0:2.17-78.el7 will be updated

---> Package glibc.x86_64 0:2.17-106.el7_2.4 will be an update

--> Finished Dependency Resolution

?

Dependencies Resolved

?

=======================================================================================================================================================================

Package Arch Version Repository Size

=======================================================================================================================================================================

Installing:

glibc i686 2.17-106.el7_2.4 cr 4.2 M

Installing for dependencies:

nss-softokn-freebl i686 3.16.2.3-14.2.el7_2 cr 187 k

Updating for dependencies:

glibc x86_64 2.17-106.el7_2.4 cr 3.6 M

glibc-common x86_64 2.17-106.el7_2.4 cr 11 M

nss-softokn-freebl x86_64 3.16.2.3-14.2.el7_2 cr 204 k

?

Transaction Summary

=======================================================================================================================================================================

Install 1 Package (+1 Dependent package)

Upgrade ( 3 Dependent packages)

?

Total download size: 20 M

Is this ok [y/d/N]: y

Downloading packages:

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Total 138 MB/s | 20 MB 00:00:00

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Updating : glibc-common-2.17-106.el7_2.4.x86_64 1/8

Updating : glibc-2.17-106.el7_2.4.x86_64 2/8

Updating : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 3/8

Installing : nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686 4/8

Installing : glibc-2.17-106.el7_2.4.i686 5/8

Cleanup : glibc-common-2.17-78.el7.x86_64 6/8

Cleanup : glibc-2.17-78.el7.x86_64 7/8

Cleanup : nss-softokn-freebl-3.16.2.3-9.el7.x86_64 8/8

Verifying : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 1/8

Verifying : glibc-2.17-106.el7_2.4.i686 2/8

Verifying : glibc-common-2.17-106.el7_2.4.x86_64 3/8

Verifying : nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686 4/8

Verifying : glibc-2.17-106.el7_2.4.x86_64 5/8

Verifying : glibc-2.17-78.el7.x86_64 6/8

Verifying : nss-softokn-freebl-3.16.2.3-9.el7.x86_64 7/8

Verifying : glibc-common-2.17-78.el7.x86_64 8/8

?

Installed:

glibc.i686 0:2.17-106.el7_2.4

?

Dependency Installed:

nss-softokn-freebl.i686 0:3.16.2.3-14.2.el7_2

?

Dependency Updated:

glibc.x86_64 0:2.17-106.el7_2.4 glibc-common.x86_64 0:2.17-106.el7_2.4 nss-softokn-freebl.x86_64 0:3.16.2.3-14.2.el7_2

?

Complete!

正常安装

[[email protected] ~]# rpm -ivh leofs_mond-20110411-74.i386.rpm

Preparing... ################################# [100%]

Updating / installing...

1:leofs_mond-20110411-74 ################################# [100%]

[[email protected] ~]# service leofs_mond status

leofs_mond.service - SYSV: leofs_mond startup script

Loaded: loaded (/etc/rc.d/init.d/leofs_mond)

Active: active (running) since Thu 2016-05-12 21:03:39 CST; 4s ago

Process: 12502 ExecStart=/etc/rc.d/init.d/leofs_mond start (code=exited, status=0/SUCCESS)

CGroup: /system.slice/leofs_mond.service

├─12514 /LeoCluster/bin/leofs_mond -c /LeoCluster/conf/leofs_mond.conf

└─12515 /LeoCluster/bin/leofs_mond -c /LeoCluster/conf/leofs_mond.conf

?

May 12 21:03:39 localhost.localdomain systemd[1]: Starting SYSV: leofs_mond startup script...

May 12 21:03:39 localhost.localdomain leofs_mond[12502]: Starting leofs_mond: [ OK ]

May 12 21:03:39 localhost.localdomain systemd[1]: Started SYSV: leofs_mond startup script.

May 12 21:03:39 localhost.localdomain leofs_mond[12514]: leofs_mond master 12514 start.

May 12 21:03:39 localhost.localdomain leofs_mond[12515]: leofs_mond worker 12515 start.

[[email protected] ~]#

时间: 2024-08-04 13:59:07

CentOS 7搭建本地yum源的相关文章

centos服务器搭建本地yum源 2

创建挂载目录yum 并且挂载 进入/etc/yum.repos.d/  删除所有文件 创建文本文档local.repo 进入/opt/创建目录centos 复制 运行yum clean all命令 运行yum list命令 成功了

搭建centos 5.x本地yum源

大家都知道,在centos上安装rpm包时,最令人头疼的就是各种包的依赖关系.不过CentOS和RedHat以及SUSE中提供了一种shell前端软件包管理器yum,用来解决软件包的依赖关系.使用yum安装所需的软件,过程变得简单很多.但是一般来说,yum都是在线安装软件的.对于没有网络的情况下,我们该怎么办呢? 本文以 CentOS 5.5 为例,完整讲解 CentOS 系统创建本地 yum 源及使用的方法. 闲话少说,现在我们来一步步进入搭建本地源的过程. 1.  默认安装 CentOS 5

centos 搭建本地YUM源并使用apache共享YUM源

搭建本地YUM源 1.挂载镜像 2.搭建本地YUM源 删除多余repo文件保留一个就行 本地YUM源就搭建好了 yum repolist 查看yum源 3.使用apache共享YUM源 YUM服务器配置 安装apache 重启apache 查看是否能看访问,成功后就行下一步 apache默认文件夹在/var/www/html 我们创建一个/var/www/html/CentOS/并讲镜像挂在上去 访问http://192.168.1.100/CentOS能够成功看见文件yum共享就完成了 配置y

&nbsp; &nbsp; 局域网内搭建 本地yum 源

目的: 局域网内配置yum 源服务器,方便局域网内服务器安装软件 测试环境: IP :10.139.13.34  apache 服务器 用来做局域网内的yum 源服务器 IP: 10.139.13.34  内网服务器 部署步骤: 搭建apache 服务器用来提供yum yum install httpd –y systemctl start httpd 准备yum 源的软件包 做法1 使用centos 官网DVD1和DVD2.iso ,将iso 的所有内容解压出来,存放到 apache 服务器的

CentOS6.5使用createrepo搭建本地yum源

1 本地搭建本地yum源采用的rpm全部来自CentOS-6.5-bin-DVD1&DVD2; 2 我的是在虚拟机环境安装,先检查我的操作系统版本: 1 2 3 4 [[email protected] ~]$ uname -m i686 [[email protected] ~]$ cat /etc/centos-release CentOS release 6.5 (Final) 3. 因为配置本地yum源需要修改/目录下的文件及/etc下面的配置文件,建议更换到root用户; 4.首先在本

搭建本地 yum 源 离线安装 Docker 1.12.6

使用 yum 安装 docker ,需要访问互联网.有时内网环境的机器也需要安装docker.直接使用rpm 包安装需要解决各种各样的依赖,搭建本地yum 源是一个很好解决问题的方法. centos yum 命令 提供了一种只下载不安装的命令 . yum  --downloadonly   ,  --downloaddir=DLDIR  ,下面是构建的详细步骤 环境准备 选择一台可以连接外网的服务器.保证可以相应的软件安装包 下载docker 软件 mkdir -p /opt/docker/do

使用发行版光盘搭建本地yum源

在Linux主机中使用YUM工具在线安装.更新软件时,往往会因网速不稳定或者中途网络中断而导致无法正常升级或安装软件,而搭建本地YUM源就无需为此而苦恼,因为其资源就存放在本地,而不受Internet的网络限制,从而可以提升局域网内更新软件的效率 一.首先挂在光盘镜像 [[email protected] /]# mkdir /mnt/cdrom [[email protected] /]# mount -r /dev/cdrom /mnt/cdrom [[email protected] /]

[转载]CentOS 7 创建本地YUM源

本文中的“本地YUM源”包括三种类型:一是直接使用CentOS光盘作为本地yum源,优点是简单便捷,缺点是光盘软件包可能不完整(centos 7 Everything 总共才6.57G):二是同步CentOS官方源到本地(相当于创建了一个公共镜像),优点是最靠谱,缺点是占空间费流量:三是创建完全自定义的本地源,优点是灵活性最大,缺点是只是作为其他源的补充. 一.使用CentOS光盘作为本地yum源 (1) 实体机上直接放入光盘(2) VMware Workstation 虚拟机:虚拟机-->可移

Linux中如何搭建本地yum源

1.配置本地yum源的作用 Linux下安装软件有两种方式: 一种是rpm命令的方式,另外一种就是yum在线安装. 由于rpm命令安装和卸载软件时有可能会出现很多的依赖问题,为了解决这些依赖,我们往往会花费大量的时间和精力.那么,为了更方便我们的操作,yum在线安装和卸载的方式就成为了我们安装和卸载软件时的首选,这也是目前Linux下软件的安装卸载最常用的一种方式. 2.本地yum源配置 对于没有联网的Linux操作系统的客户机来说,为了能够使用yum命令安装软件的方式,我们需要先在本地搭建yu