xclock ist ein praktisches Tool, um zu testen, ob die DISPLAY-Variable richtig eingestellt ist, und Sie können eine GUI-basierte Uhr erhalten, indem Sie den Befehl „xclock“ wie unten gezeigt ausführen. Das Paket xorgs-x11-apps enthält den xclock-Befehl.
Installieren des Pakets, das den xclock-Befehl bereitstellt
1. Überprüfen Sie das Paket, das die Binärdatei bereitstellt, mit dem folgenden Befehl:
# yum whatprovides xclock Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.cisp.com * epel: mirror.cogentco.com * extras: mirror.cs.vt.edu * nux-dextop: li.nux.ro * updates: mirror.vtti.vt.edu xorg-x11-apps-7.7-7.el7.x86_64 : X.Org X11 applications Repo : base Matched from: Provides : xclock
2. Wie Sie in der obigen Ausgabe sehen können, enthält das Paket xorgs-x11-apps Geben Sie den xclock-Befehl ein. Führen Sie den folgenden Befehl aus, um das xorg-x11-apps-Paket zu installieren.
# yum install xorg-x11-apps ... =================================================================================================================================================================== Package Arch Version Repository Size =================================================================================================================================================================== Installing: xorg-x11-apps x86_64 7.7-7.el7 base 307 k Installing for dependencies: libXaw x86_64 1.0.13-4.el7 base 192 k libXpm x86_64 3.5.12-1.el7 base 55 k Transaction Summary =================================================================================================================================================================== Install 1 Package (+2 Dependent packages) Total download size: 554 k Installed size: 1.3 M Is this ok [y/d/N]: y Downloading packages: (1/3): libXpm-3.5.12-1.el7.x86_64.rpm | 55 kB 00:00:00 (2/3): xorg-x11-apps-7.7-7.el7.x86_64.rpm | 307 kB 00:00:00 (3/3): libXaw-1.0.13-4.el7.x86_64.rpm | 192 kB 00:00:01 ...