Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> Package Managers >> yum >> RHEL >> How to create a yum repo with your RHEL DVD

# mkdir /mnt/cdrom
# mount /dev/cdrom /mnt/cdrom
# cd /etc/yum.repos.d/
# vi dvd.repo

[dvd-source]
name=RHEL 7.2 dvd repo
baseurl=file:///mnt/cdrom
enabled=1
gpgcheck=0 


# yum repolist

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]