由於redhat 6.5 安裝oracle 缺少安裝:compat-libstdc++-33 elfutils-libelf-devel gcc-c++ ksh libaio-devel libstdc++-devel numactl-devel
需安裝這些包,用rpm -ivh 可能存在依賴關係,較麻煩,用 yum install 方便簡單。只需要將安裝光碟配置為本地yum 源即可
redhat 6.5 yum源配置,由於redhat 6.5 yum源已存在,只需修改其 /etc/yum.repos.d 檔案即可,
[root@localhost ~]# mkdir /soft/redhat-iso //首先建立乙個屬於我們自己的倉庫資料夾
[root@localhost ~]# mkdir /mnt/cdrom #建光碟掛載目錄
[root@localhost ~]# mount /dev/cdrom /mnt/cdrom #掛著映象,光碟
[root@localhost ~]# cp -rf /mnt/cdrom/* /soft/redhat-iso #複製資料
cd /etc/yum.repos.d
cp rhel-source.repo rhel-source.repo.bak
vi rhel-source.repo
把路徑指向本地光碟即可
baseurl=file:///soft/redhat-iso
[rhel-source]
name=red hat enterprise linux $releasever - $basearch - source
baseurl=file:///soft/redhat-iso
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-redhat-release
#可以測試是否配置成功,還可以進入iso檢視是否有檔案
[root@larrywen yum.repos.d]# yum grouplist|grep devel
this system is not registered to red hat subscription management. you can use subscription-manager to register.
additional development
desktop platform development
development tools
server platform development
redhat6.5 提示要註冊,由於自帶的yum源是網上的ftp位址,需註冊才能用,現已改為本地yum 源,不用註冊也可以用,可以忽略這個提示
由於是複製光碟的內容到
/soft/redhat-iso ,重啟yum源依然可用
RedHat6 5 三步配置本地yum源
redhat6.5 配置本地yum源 1.掛載光碟 mount dev cdrom mnt 掛載目錄自定義 rhel source name red hat enterprise linux releasever basearch source 名字自定義 baseurl file mnt 光碟掛載...
redhat6 5配置centos6 yum替換
1 解除安裝掉系統redhat自帶的yum rpm qa grep yum xargs rpm e nodeps 2 主要有python iniparse 0.3.1 2.1.el6.noarch.rpm yum 3.2.29 40.el6.centos.noarch.rpm yum metadat...
1 0 3配置RedHat6 5使用Yum操作
配置redhat6.5使用yum操作 一 準備配置材料 二 保證虛擬機器可以正常上網,連線外網。三 解除安裝原生yum rpm qa grep yum xargs rpm e nodeps 四 上傳 五 解壓依賴 六 將 etc yum.repo.d下的檔案備份 七 將阿里雲或者網易私服 repo ...