【Linux】Linux軟體安裝管理5 掛載本地iso光碟映象、配置yum軟體倉庫
Linux軟體安裝管理5
掛載本地iso光碟映象、配置yum軟體倉庫
掛載本地iso光碟映象、配置yum軟體倉庫
當操作異地機房裡的伺服器,使用rpm命令進行軟體包安裝時,不方便解決依賴關係
配置yum軟體倉庫,使用yum安裝軟體可以自動處理依賴關係
將系統光碟上傳到伺服器上,linux掛載iso光碟映象檔案,配置yum軟體倉庫
1 上傳iso檔案
使用xftp上傳rhel6.4系統光碟映象到/software
[root@rhel64 ~]# cd /software/
[root@rhel64 software]# ls -lh
為方便使用,重新命名光碟映象檔案
[root@rhel64 software]# mv rhel-server-6.4-x86_64-dvd.iso rhel64.iso
[root@rhel64 software]# ls -lh
2 建立掛載點
[root@rhel64 ~]# mkdir /mnt/yum
[root@rhel64 ~]# ls -ld /mnt/yum
3 臨時掛載iso檔案
[root@rhel64 ~]# df -Th
直接執行mount命令,提示使用-o loop選項
[root@rhel64 ~]# mount /software/rhel64.iso /mnt/yum/
[root@rhel64 ~]# mount -o loop /software/rhel64.iso /mnt/yum
[root@rhel64 ~]# df -Th
解除安裝
[root@rhel64 ~]# umount /mnt/yum
[root@rhel64 ~]# df -Th
4 實現iso檔案開機自動掛載
編寫/etc/fstab檔案,追加寫入資訊
/software/rhel64.iso /mnt/yum iso9660 loop 0 0
[root@rhel64 ~]# vi /etc/fstab
[root@rhel64 ~]# grep iso /etc/fstab
執行mount -a命令,掛載驗證
[root@rhel64 ~]# mount -a
[root@rhel64 ~]# df -Th
重啟作業系統驗證
[root@rhel64 ~]# reboot
[root@rhel64 ~]# df -Th
5 配置yum軟體倉庫
[root@rhel64 ~]# cat /etc/yum.repos.d/rhel-source.repo
[root@rhel64 ~]# yum clean all
[root@rhel64 ~]# yum info zsh
呂星昊
2016.3.24
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29734436/viewspace-2065479/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux(CentOS)軟體管理(2)- yum 線上安裝LinuxCentOS
- linux配置本地ISO的yum源Linux
- RHEL6.2下掛載光碟機安裝軟體
- Linux RPM安裝及查詢下載(--推薦個軟體倉庫)Linux
- Linux搭建私有軟體倉庫Linux
- Linux軟體安裝Linux
- Linux學習-通過光碟配置本地yum源Linux
- linux的yum軟體包管理器Linux
- linux裡面yum安裝軟體報錯處理Linux
- 【 Linux 軟體安裝 】- 1 JDK安裝LinuxJDK
- linux18-軟體安裝Linux
- 在Linux中安裝軟體Linux
- mac/linux查詢軟體安裝、配置路徑MacLinux
- linux 5&6&7 本地yum配置Linux
- linux無需root掛載iso映象檔案Linux
- linux下使用yum upgrade軟體包Linux
- Linux檢視已安裝軟體Linux
- linux解除安裝軟體的命令Linux
- Linux安裝flux護眼軟體Linux
- linux操作之軟體安裝(一)Linux
- Linux軟體包管理(底層安裝和刪除)Linux
- Linux軟體包管理Linux
- Linux 軟體包管理Linux
- Linux作業系統中軟體安裝:用RPM包管理器安裝軟體步驟Linux作業系統
- Linux部署YUM倉庫Linux
- 在Linux中,什麼是軟體倉庫,並且如何管理它?Linux
- rhel 7.6使用映象做本地yum倉庫
- 建立本地APT軟體包倉庫APT
- 【配置上線】Linux克隆安裝Oracle資料庫軟體LinuxOracle資料庫
- Linux 學習筆記 - 軟體安裝Linux筆記
- 前端學習 linux —— 軟體安裝(Ubuntu)前端LinuxUbuntu
- Linux 軟體安裝的三種方式Linux
- Linux 軟體安裝位置選擇指南Linux
- 如何從 Linux 命令列安裝軟體Linux命令列
- 安裝的 Linux 軟體包有多少?Linux
- linux mint 19安裝 kvm 軟體包Linux
- Rocky Linux搗鼓記錄(三):安裝epel軟體倉庫、更換國內源Linux
- 詳解 RHEL7.1 yum源配置與軟體安裝
- win10原版ISO映象如何製作安裝光碟_製作win10原版ISO映象安裝光碟圖文詳解Win10