I'm setting up an offline RHEL 7.6 workstation (no network allowed, ever) and identifying all of the dependencies involved in using numlockx is becoming ridiculous. I'm trying to find out whether RHEL 7.6 provides the capability without needing the numlockx rpm.
Asked
Active
Viewed 198 times
0
-
By downloading RHEL you have connected it (indirectly) to the internet. What is your reason for no network? (You may have not complied with the intent of the rule.) – ctrl-alt-delor Jun 20 '19 at 18:21
-
1Does `rpm` have a `--download-only` (as found in `apt`). It can be used to download the dependencies on another machine. – ctrl-alt-delor Jun 20 '19 at 18:23
-
Related: [How to use yum to get all RPMs required, for offline use?](https://unix.stackexchange.com/questions/259640/how-to-use-yum-to-get-all-rpms-required-for-offline-use) – Mark Plotnick Jun 20 '19 at 18:31
-
Actually I have used a Windows 10 system to download the installation DVD and burn it. The reason for not using any network is security. – spemble Jun 20 '19 at 19:47
2 Answers
2
According to this Red Hat KB, setleds in the kbd package will do it, with:
setleds +num
or
setleds -num
Stephen Kitt
- 411,918
- 54
- 1,065
- 1,164
Jeff Schaller
- 66,199
- 35
- 114
- 250
0
I found the best solution in another thread: Offline RPM Package Install With Windows. I set up a RHEL 7.6 VM, from which I can use yum to download all the required RPMs and move them to the isolated workstation.
spemble
- 101
- 4