This is a short procedure that will tell you how to set up a local repository (repo) for use by the yum command, to install packages from onto your system. In this procedure, we assume you have the RHEL installation DVD inserted into your virtual or physical drive.
Mount the drive:
Then create the repo file in /etc/yum.repos.d, called local.repo:# mkdir /cdrom # mount /dev/cdrom /cdrom
From now on you can use this local repository to install software, such as wireshark:# cd /etc/yum.repos.d # vi local.repo [local] name=Local Repo baseurl=file:////cdrom enabled=1 gpgcheck=0 protect=1
# yum install wireshark
If you found this useful, here's more on the same topic(s) in our blog:
- The default log file has been changed
- Boxes and lines in NMON
- Multi-user VNC setup on RHEL 7.5
- Select the n'th line of a file
- Using curl with a proxy
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?