0

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.

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
spemble
  • 101

2 Answers2

2

According to this Red Hat KB, setleds in the kbd package will do it, with:

setleds +num

or

setleds -num
Stephen Kitt
  • 434,908
Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
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