Yum Configuration Redhat Linux 8 - Command Line
=> Create Directory
=> #mkdir /yum
=> Insert DVD
=> Check DVD Path
=> #df -h
=> Go To dvd directory
=> #cd /run/media/server/RHEL-8-3-0-BaseOS-x86_64
=> Check dvd data
=> #cp -R BaseOS /yum/
=> #cp -R AppStream /yum/
=> Go To created Directory and Check data
=> #cd /etc/yum.repos.d/
=> Create a appstream.repo and baseos.repo file
Save and exit.
=> #vi baseos.repo
=> Check yum list
=> #yum list
=> Now you can install any services using yum.
Now yum installed.




Comments
Post a Comment
If you have any doubts, Please let me know