반응형

현 상태 확인

[root@ol8-19c-sinlge ~]# id
uid=0(root) gid=0(root) groups=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[root@ol8-19c-sinlge ~]# more /etc/oracle-release
Oracle Linux Server release 8.6
[root@ol8-19c-sinlge ~]#
[root@ol8-19c-sinlge ~]# uname -a
Linux ol8-19c-sinlge.localdomain 5.4.17-2136.309.5.el8uek.x86_64 #2 SMP Sat Jul 16 13:06:22 PDT 2022 x86_64 x86_64 x86_64 GNU/Linux
[root@ol8-19c-sinlge ~]#
[root@ol8-19c-sinlge ~]# dnf install xorg-x11-apps
Last metadata expiration check: 0:03:23 ago on Mon 29 Aug 2022 04:03:27 PM KST.
No match for argument: xorg-x11-apps
Error: Unable to find a match: xorg-x11-apps
[root@ol8-19c-sinlge ~]#

xorg-x11-apps Package 설치 하기

[root@ol8-19c-sinlge ~]# dnf config-manager --enable ol8_codeready_builder
[root@ol8-19c-sinlge ~]# dnf install xorg-x11-apps
Oracle Linux 8 BaseOS Latest (x86_64)                                                                                                                                         6.4 kB/s | 3.6 kB     00:00
Oracle Linux 8 Application Stream (x86_64)                                                                                                                                    7.0 kB/s | 3.9 kB     00:00
Oracle Linux 8 CodeReady Builder (x86_64) - Unsupported                                                                                                                       2.4 MB/s | 6.5 MB     00:02
Dependencies resolved.
==============================================================================================================================================================================================================
 Package                                               Architecture                             Version                                         Repository                                               Size
==============================================================================================================================================================================================================
Installing:
 xorg-x11-apps                                         x86_64                                   7.7-21.el8                                      ol8_codeready_builder                                   334 k
Installing dependencies:
 xorg-x11-fonts-misc                                   noarch                                   7.5-19.el8                                      ol8_appstream                                           5.8 M
 xorg-x11-xbitmaps                                     noarch                                   1.1.1-13.el8                                    ol8_appstream                                            42 k

Transaction Summary
==============================================================================================================================================================================================================
Install  3 Packages

Total download size: 6.1 M
Installed size: 8.0 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): xorg-x11-xbitmaps-1.1.1-13.el8.noarch.rpm                                                                                                                               53 kB/s |  42 kB     00:00
(2/3): xorg-x11-apps-7.7-21.el8.x86_64.rpm                                                                                                                                    235 kB/s | 334 kB     00:01
(3/3): xorg-x11-fonts-misc-7.5-19.el8.noarch.rpm                                                                                                                              2.3 MB/s | 5.8 MB     00:02
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                         2.5 MB/s | 6.1 MB     00:02
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                      1/1
  Installing       : xorg-x11-xbitmaps-1.1.1-13.el8.noarch                                                                                                                                                1/3
  Installing       : xorg-x11-fonts-misc-7.5-19.el8.noarch                                                                                                                                                2/3
  Running scriptlet: xorg-x11-fonts-misc-7.5-19.el8.noarch                                                                                                                                                2/3
  Installing       : xorg-x11-apps-7.7-21.el8.x86_64                                                                                                                                                      3/3
  Running scriptlet: xorg-x11-apps-7.7-21.el8.x86_64                                                                                                                                                      3/3
/sbin/ldconfig: /etc/ld.so.conf.d/kernel-5.4.17-2102.201.3.el8uek.x86_64.conf:6: hwcap directive ignored

  Verifying        : xorg-x11-fonts-misc-7.5-19.el8.noarch                                                                                                                                                1/3
  Verifying        : xorg-x11-xbitmaps-1.1.1-13.el8.noarch                                                                                                                                                2/3
  Verifying        : xorg-x11-apps-7.7-21.el8.x86_64                                                                                                                                                      3/3

Installed:
  xorg-x11-apps-7.7-21.el8.x86_64                                 xorg-x11-fonts-misc-7.5-19.el8.noarch                                 xorg-x11-xbitmaps-1.1.1-13.el8.noarch

Complete!
[root@ol8-19c-sinlge ~]#
[root@ol8-19c-sinlge ~]# which xclock
/usr/bin/xclock
[root@ol8-19c-sinlge ~]#
How To Install "xorg-x11-apps" Package in Oracle Linux 8 (문서 ID 2849317.1)

 

반응형

+ Recent posts