Sunday, October 4, 2020
Saturday, October 3, 2020
Sunday, August 16, 2020
How to Connect to a CentOS 8 Server via Remote Desktop Connection using xRDP
Reference: https://draculaservers.com/tutorials/install-xrdp-centos/ Step 1 – Install xRDP on CentOS 8 ---------------------------------- First, update your package index: [root@localhost ~]# yum install -y epel-release Then install xrdp [root@localhost ~]# yum install -y xrdp Then enable service [root@localhost ~]# systemctl enable xrdp Then start service [root@localhost ~]# systemctl start xrdp Then check status [root@localhost ~]# systemctl status xrdp If you’re using FirewallD, then open port 3389/tcp for RDP: [root@localhost ~]# firewall-cmd --add-port=3389/tcp --permanent [root@localhost ~]# firewall-cmd --reload Step 2 – Install XFCE Desktop Environment ----------------------------------------- To install XFCE, run the following commands: [root@localhost ~]# yum install -y epel-release [root@localhost ~]# yum groupinstall -y "Xfce" [root@localhost ~]# reboot NOTE: If you can’t connect via Remote Desktop Connection after you’ve installed the desktop environment, then open port 3389/tcp using the firewall-cmd command mentioned above. Step 3 – Create the .Xclients file in the directory of the amadr user you’re connecting with: --------------------------------------------------------------------------------------------- [amadr@localhost ~]$ echo "xfce4-session" > ~/.Xclients [amadr@localhost ~]$ chmod a+x ~/.Xclients Sample session: --------------- [root@localhost ~]# yum install -y epel-release Last metadata expiration check: 1:01:33 ago on Sun 16 Aug 2020 01:16:03 AM EDT. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 8-8.el8 extras 23 k Transaction Summary ================================================================================ Install 1 Package Total download size: 23 k Installed size: 32 k Downloading Packages: epel-release-8-8.el8.noarch.rpm 73 kB/s | 23 kB 00:00 -------------------------------------------------------------------------------- Total 39 kB/s | 23 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-8.el8.noarch 1/1 Running scriptlet: epel-release-8-8.el8.noarch 1/1 Verifying : epel-release-8-8.el8.noarch 1/1 Installed: epel-release-8-8.el8.noarch Complete! [root@localhost ~]# yum install -y xrdp Extra Packages for Enterprise Linux Modular 8 - 135 kB/s | 82 kB 00:00 Extra Packages for Enterprise Linux 8 - x86_64 17 MB/s | 7.6 MB 00:00 Dependencies resolved. ================================================================================ Package Arch Version Repo Size ================================================================================ Installing: xrdp x86_64 1:0.9.13.1-1.el8 epel 442 k Installing dependencies: libX11-xcb x86_64 1.6.8-3.el8 AppStream 14 k libXdmcp x86_64 1.1.2-11.el8 AppStream 40 k libXfont2 x86_64 2.0.3-2.el8 AppStream 149 k libdrm x86_64 2.4.100-1.el8 AppStream 164 k libglvnd x86_64 1:1.2.0-6.el8 AppStream 98 k libglvnd-glx x86_64 1:1.2.0-6.el8 AppStream 136 k libpciaccess x86_64 0.14-1.el8 BaseOS 32 k libxkbfile x86_64 1.0.9-9.el8 AppStream 86 k libxshmfence x86_64 1.3-2.el8 AppStream 13 k llvm-libs x86_64 9.0.1-5.module_el8.2.0+461+2e15bd5f AppStream 19 M mesa-dri-drivers x86_64 19.3.4-2.el8 AppStream 8.1 M mesa-filesystem x86_64 19.3.4-2.el8 AppStream 33 k mesa-libGL x86_64 19.3.4-2.el8 AppStream 184 k mesa-libglapi x86_64 19.3.4-2.el8 AppStream 63 k tigervnc-license noarch 1.9.0-15.el8_1 AppStream 38 k tigervnc-server-minimal x86_64 1.9.0-15.el8_1 AppStream 1.1 M xorg-x11-xauth x86_64 1:1.0.9-12.el8 AppStream 39 k xorg-x11-xinit x86_64 1.3.4-18.el8 AppStream 58 k xorg-x11-xkb-utils x86_64 7.7-27.el8 AppStream 114 k Installing weak dependencies: xrdp-selinux x86_64 1:0.9.13.1-1.el8 epel 22 k Transaction Summary ================================================================================ Install 21 Packages Total download size: 30 M Installed size: 105 M Downloading Packages: (1/21): libXdmcp-1.1.2-11.el8.x86_64.rpm 339 kB/s | 40 kB 00:00 (2/21): libX11-xcb-1.6.8-3.el8.x86_64.rpm 118 kB/s | 14 kB 00:00 (3/21): libXfont2-2.0.3-2.el8.x86_64.rpm 870 kB/s | 149 kB 00:00 (4/21): libdrm-2.4.100-1.el8.x86_64.rpm 2.1 MB/s | 164 kB 00:00 (5/21): libglvnd-1.2.0-6.el8.x86_64.rpm 1.1 MB/s | 98 kB 00:00 (6/21): libglvnd-glx-1.2.0-6.el8.x86_64.rpm 3.8 MB/s | 136 kB 00:00 (7/21): libxkbfile-1.0.9-9.el8.x86_64.rpm 2.6 MB/s | 86 kB 00:00 (8/21): libxshmfence-1.3-2.el8.x86_64.rpm 408 kB/s | 13 kB 00:00 (9/21): mesa-filesystem-19.3.4-2.el8.x86_64.rpm 661 kB/s | 33 kB 00:00 (10/21): mesa-libGL-19.3.4-2.el8.x86_64.rpm 2.3 MB/s | 184 kB 00:00 (11/21): mesa-libglapi-19.3.4-2.el8.x86_64.rpm 1.2 MB/s | 63 kB 00:00 (12/21): tigervnc-license-1.9.0-15.el8_1.noarch 1.1 MB/s | 38 kB 00:00 (13/21): mesa-dri-drivers-19.3.4-2.el8.x86_64.r 31 MB/s | 8.1 MB 00:00 (14/21): xorg-x11-xauth-1.0.9-12.el8.x86_64.rpm 1.0 MB/s | 39 kB 00:00 (15/21): xorg-x11-xinit-1.3.4-18.el8.x86_64.rpm 1.9 MB/s | 58 kB 00:00 (16/21): xorg-x11-xkb-utils-7.7-27.el8.x86_64.r 4.0 MB/s | 114 kB 00:00 (17/21): tigervnc-server-minimal-1.9.0-15.el8_1 4.6 MB/s | 1.1 MB 00:00 (18/21): libpciaccess-0.14-1.el8.x86_64.rpm 242 kB/s | 32 kB 00:00 (19/21): xrdp-selinux-0.9.13.1-1.el8.x86_64.rpm 765 kB/s | 22 kB 00:00 (20/21): xrdp-0.9.13.1-1.el8.x86_64.rpm 7.7 MB/s | 442 kB 00:00 (21/21): llvm-libs-9.0.1-5.module_el8.2.0+461+2 30 MB/s | 19 MB 00:00 -------------------------------------------------------------------------------- Total 26 MB/s | 30 MB 00:01 warning: /var/cache/dnf/epel-6519ee669354a484/packages/xrdp-0.9.13.1-1.el8.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 2f86d6a1: NOKEY Extra Packages for Enterprise Linux 8 - x86_64 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x2F86D6A1: Userid : "Fedora EPEL (8)" Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : mesa-libglapi-19.3.4-2.el8.x86_64 1/21 Running scriptlet: mesa-libglapi-19.3.4-2.el8.x86_64 1/21 Installing : libxshmfence-1.3-2.el8.x86_64 2/21 Installing : libpciaccess-0.14-1.el8.x86_64 3/21 Installing : libdrm-2.4.100-1.el8.x86_64 4/21 Installing : xorg-x11-xauth-1:1.0.9-12.el8.x86_64 5/21 Installing : xorg-x11-xinit-1.3.4-18.el8.x86_64 6/21 Installing : tigervnc-license-1.9.0-15.el8_1.noarch 7/21 Installing : mesa-filesystem-19.3.4-2.el8.x86_64 8/21 Installing : llvm-libs-9.0.1-5.module_el8.2.0+461+2e15bd5f.x86_ 9/21 Installing : mesa-dri-drivers-19.3.4-2.el8.x86_64 10/21 Installing : libxkbfile-1.0.9-9.el8.x86_64 11/21 Installing : xorg-x11-xkb-utils-7.7-27.el8.x86_64 12/21 Installing : libglvnd-1:1.2.0-6.el8.x86_64 13/21 Installing : libXfont2-2.0.3-2.el8.x86_64 14/21 Installing : libXdmcp-1.1.2-11.el8.x86_64 15/21 Installing : libX11-xcb-1.6.8-3.el8.x86_64 16/21 Installing : libglvnd-glx-1:1.2.0-6.el8.x86_64 17/21 Installing : mesa-libGL-19.3.4-2.el8.x86_64 18/21 Installing : tigervnc-server-minimal-1.9.0-15.el8_1.x86_64 19/21 Installing : xrdp-selinux-1:0.9.13.1-1.el8.x86_64 20/21 Running scriptlet: xrdp-selinux-1:0.9.13.1-1.el8.x86_64 20/21 Installing : xrdp-1:0.9.13.1-1.el8.x86_64 21/21 Running scriptlet: xrdp-1:0.9.13.1-1.el8.x86_64 21/21 Verifying : libX11-xcb-1.6.8-3.el8.x86_64 1/21 Verifying : libXdmcp-1.1.2-11.el8.x86_64 2/21 Verifying : libXfont2-2.0.3-2.el8.x86_64 3/21 Verifying : libdrm-2.4.100-1.el8.x86_64 4/21 Verifying : libglvnd-1:1.2.0-6.el8.x86_64 5/21 Verifying : libglvnd-glx-1:1.2.0-6.el8.x86_64 6/21 Verifying : libxkbfile-1.0.9-9.el8.x86_64 7/21 Verifying : libxshmfence-1.3-2.el8.x86_64 8/21 Verifying : llvm-libs-9.0.1-5.module_el8.2.0+461+2e15bd5f.x86_ 9/21 Verifying : mesa-dri-drivers-19.3.4-2.el8.x86_64 10/21 Verifying : mesa-filesystem-19.3.4-2.el8.x86_64 11/21 Verifying : mesa-libGL-19.3.4-2.el8.x86_64 12/21 Verifying : mesa-libglapi-19.3.4-2.el8.x86_64 13/21 Verifying : tigervnc-license-1.9.0-15.el8_1.noarch 14/21 Verifying : tigervnc-server-minimal-1.9.0-15.el8_1.x86_64 15/21 Verifying : xorg-x11-xauth-1:1.0.9-12.el8.x86_64 16/21 Verifying : xorg-x11-xinit-1.3.4-18.el8.x86_64 17/21 Verifying : xorg-x11-xkb-utils-7.7-27.el8.x86_64 18/21 Verifying : libpciaccess-0.14-1.el8.x86_64 19/21 Verifying : xrdp-1:0.9.13.1-1.el8.x86_64 20/21 Verifying : xrdp-selinux-1:0.9.13.1-1.el8.x86_64 21/21 Installed: libX11-xcb-1.6.8-3.el8.x86_64 libXdmcp-1.1.2-11.el8.x86_64 libXfont2-2.0.3-2.el8.x86_64 libdrm-2.4.100-1.el8.x86_64 libglvnd-1:1.2.0-6.el8.x86_64 libglvnd-glx-1:1.2.0-6.el8.x86_64 libpciaccess-0.14-1.el8.x86_64 libxkbfile-1.0.9-9.el8.x86_64 libxshmfence-1.3-2.el8.x86_64 llvm-libs-9.0.1-5.module_el8.2.0+461+2e15bd5f.x86_64 mesa-dri-drivers-19.3.4-2.el8.x86_64 mesa-filesystem-19.3.4-2.el8.x86_64 mesa-libGL-19.3.4-2.el8.x86_64 mesa-libglapi-19.3.4-2.el8.x86_64 tigervnc-license-1.9.0-15.el8_1.noarch tigervnc-server-minimal-1.9.0-15.el8_1.x86_64 xorg-x11-xauth-1:1.0.9-12.el8.x86_64 xorg-x11-xinit-1.3.4-18.el8.x86_64 xorg-x11-xkb-utils-7.7-27.el8.x86_64 xrdp-1:0.9.13.1-1.el8.x86_64 xrdp-selinux-1:0.9.13.1-1.el8.x86_64 Complete! [root@localhost ~]# systemctl enable xrdp Created symlink /etc/systemd/system/multi-user.target.wants/xrdp.service → /usr/lib/systemd/system/xrdp.service. [root@localhost ~]# systemctl start xrdp [root@localhost ~]# systemctl status xrdp ● xrdp.service - xrdp daemon Loaded: loaded (/usr/lib/systemd/system/xrdp.service; enabled; vendor preset> Active: active (running) since Sun 2020-08-16 02:18:33 EDT; 7s ago Docs: man:xrdp(8) man:xrdp.ini(5) Main PID: 2514 (xrdp) Tasks: 1 (limit: 49100) Memory: 1.5M CGroup: /system.slice/xrdp.service └─2514 /usr/sbin/xrdp --nodaemon Aug 16 02:18:33 localhost.localdomain systemd[1]: Started xrdp daemon. Aug 16 02:18:33 localhost.localdomain xrdp[2514]: (2514)(140272247031232)[INFO > Aug 16 02:18:33 localhost.localdomain xrdp[2514]: (2514)(140272247031232)[INFO > Aug 16 02:18:33 localhost.localdomain xrdp[2514]: (2514)(140272247031232)[INFO > Aug 16 02:18:33 localhost.localdomain xrdp[2514]: (2514)(140272247031232)[INFO > [root@localhost ~]# [root@localhost ~]# firewall-cmd --add-port=3389/tcp --permanent success [root@localhost ~]# firewall-cmd --reload success [root@localhost ~]# yum install -y epel-release Last metadata expiration check: 0:01:25 ago on Sun 16 Aug 2020 02:17:48 AM EDT. Package epel-release-8-8.el8.noarch is already installed. Dependencies resolved. Nothing to do. Complete! [root@localhost ~]# yum groupinstall -y "Xfce" Last metadata expiration check: 0:01:31 ago on Sun 16 Aug 2020 02:17:48 AM EDT. No match for group package "NetworkManager-gnome" No match for group package "thunar-archive-plugin" Dependencies resolved. ================================================================================ Package Arch Version Repo Size ================================================================================ Installing group/module packages: Thunar x86_64 1.8.15-1.el8 epel 1.6 M gdm x86_64 1:3.28.3-29.el8 AppStream 541 k mousepad x86_64 0.4.2-1.el8 epel 326 k openssh-askpass x86_64 8.0p1-4.el8_1 AppStream 91 k pinentry-gtk x86_64 1.1.0-2.el8 AppStream 54 k thunar-volman x86_64 0.9.5-1.el8 epel 290 k tumbler x86_64 0.2.7-1.el8 epel 237 k xfce-polkit x86_64 0.3-3.el8 epel 25 k xfce4-appfinder x86_64 4.14.0-1.el8 epel 246 k xfce4-panel x86_64 4.14.4-1.el8 epel 1.0 M xfce4-power-manager x86_64 1.6.6-1.el8 epel 810 k xfce4-pulseaudio-plugin x86_64 0.4.3-1.el8 epel 123 k xfce4-screensaver x86_64 0.1.10-1.el8 epel 290 k xfce4-session x86_64 4.14.2-1.el8 epel 518 k xfce4-settings x86_64 4.14.3-1.el8 epel 877 k xfce4-terminal x86_64 0.8.9.2-1.el8 epel 638 k xfconf x86_64 4.14.3-1.el8 epel 261 k xfdesktop x86_64 4.14.1-3.el8 epel 1.2 M xfwm4 x86_64 4.14.2-1.el8 epel 581 k Installing dependencies: GConf2 x86_64 3.2.6-22.el8 AppStream 1.0 M ModemManager-glib x86_64 1.10.8-2.el8 BaseOS 263 k accountsservice x86_64 0.6.50-8.el8 AppStream 129 k accountsservice-libs x86_64 0.6.50-8.el8 AppStream 114 k adwaita-cursor-theme noarch 3.28.0-2.el8 AppStream 647 k adwaita-gtk2-theme x86_64 3.22.3-4.el8 AppStream 132 k adwaita-icon-theme noarch 3.28.0-2.el8 AppStream 11 M alsa-lib x86_64 1.2.1.2-3.el8 AppStream 441 k aspell x86_64 12:0.60.6.1-21.el8 AppStream 675 k at-spi2-atk x86_64 2.26.2-1.el8 AppStream 89 k at-spi2-core x86_64 2.28.0-1.el8 AppStream 169 k atkmm x86_64 2.24.2-6.el8 AppStream 93 k avahi-glib x86_64 0.7-19.el8 BaseOS 15 k bluez x86_64 5.50-3.el8 BaseOS 1.2 M bluez-libs x86_64 5.50-3.el8 BaseOS 92 k bluez-obexd x86_64 5.50-3.el8 BaseOS 210 k bubblewrap x86_64 0.4.0-1.el8 BaseOS 50 k cairomm x86_64 1.12.0-7.el8 AppStream 70 k centos-backgrounds noarch 80.5-2.el8 AppStream 22 M cheese-libs x86_64 2:3.28.0-1.el8 AppStream 826 k clutter x86_64 1.26.2-8.el8 AppStream 1.1 M clutter-gst3 x86_64 3.0.26-1.el8 AppStream 82 k clutter-gtk x86_64 1.8.4-3.el8 AppStream 53 k cogl x86_64 1.22.2-10.el8 AppStream 478 k color-filesystem noarch 1-20.el8 AppStream 11 k colord x86_64 1.4.2-1.el8 AppStream 494 k colord-gtk x86_64 0.1.26-8.el8 AppStream 34 k colord-libs x86_64 1.4.2-1.el8 AppStream 236 k cups-pk-helper x86_64 0.2.6-5.el8 AppStream 91 k dbus-x11 x86_64 1:1.12.8-10.el8_2 AppStream 58 k dconf x86_64 0.28.0-3.el8 AppStream 109 k enchant2 x86_64 2.2.3-2.el8 AppStream 62 k evolution-data-server x86_64 3.28.5-13.el8 AppStream 2.1 M evolution-data-server-langpacks noarch 3.28.5-13.el8 AppStream 1.4 M exo x86_64 0.12.10-1.el8 epel 701 k flac-libs x86_64 1.3.2-9.el8 AppStream 217 k flatpak-selinux noarch 1.6.2-3.el8_2 AppStream 26 k flatpak-session-helper x86_64 1.6.2-3.el8_2 AppStream 74 k fuse x86_64 2.9.7-12.el8 BaseOS 82 k fuse-common x86_64 3.2.1-12.el8 BaseOS 21 k garcon x86_64 0.6.4-3.el8 epel 214 k gcr x86_64 3.28.0-1.el8 AppStream 692 k geoclue2 x86_64 2.5.5-1.el8 AppStream 131 k geoclue2-libs x86_64 2.5.5-1.el8 AppStream 52 k geocode-glib x86_64 3.26.0-1.el8 AppStream 72 k gjs x86_64 1.56.2-4.el8 AppStream 425 k glibmm24 x86_64 2.56.0-1.el8 AppStream 654 k glx-utils x86_64 8.4.0-4.20181118git1830dcb.el8 AppStream 44 k gnome-bluetooth x86_64 1:3.28.2-2.el8 AppStream 60 k gnome-bluetooth-libs x86_64 1:3.28.2-2.el8 AppStream 317 k gnome-control-center x86_64 3.28.2-19.el8 AppStream 5.4 M gnome-control-center-filesystem noarch 3.28.2-19.el8 AppStream 11 k gnome-desktop3 x86_64 3.32.2-1.el8 AppStream 577 k gnome-keyring x86_64 3.28.2-1.el8 AppStream 934 k gnome-keyring-pam x86_64 3.28.2-1.el8 AppStream 47 k gnome-menus x86_64 3.13.3-11.el8 AppStream 187 k gnome-online-accounts x86_64 3.28.2-1.el8 AppStream 546 k gnome-session x86_64 3.28.1-8.el8 AppStream 378 k gnome-session-wayland-session x86_64 3.28.1-8.el8 AppStream 8.8 k gnome-session-xsession x86_64 3.28.1-8.el8 AppStream 13 k gnome-settings-daemon x86_64 3.32.0-9.el8.0.1 AppStream 1.0 M gnome-shell x86_64 3.32.2-14.el8 AppStream 1.4 M gnome-themes-standard x86_64 3.22.3-4.el8 AppStream 2.7 M grilo x86_64 0.3.6-2.el8 AppStream 220 k gsm x86_64 1.0.17-5.el8 AppStream 37 k gstreamer1 x86_64 1.16.1-2.el8 AppStream 1.3 M gstreamer1-plugins-base x86_64 1.16.1-1.el8 AppStream 2.0 M gtk3 x86_64 3.22.30-5.el8 AppStream 4.5 M gtkmm30 x86_64 3.22.2-2.el8 AppStream 1.0 M gtksourceview3 x86_64 3.24.9-1.el8 AppStream 605 k harfbuzz-icu x86_64 1.7.5-3.el8 AppStream 24 k hunspell x86_64 1.6.2-1.el8 AppStream 331 k hunspell-en-US noarch 0.20140811.1-12.el8 AppStream 196 k hyphen x86_64 2.8.8-9.el8 AppStream 33 k ibus x86_64 1.5.19-11.el8 AppStream 6.1 M ibus-gtk2 x86_64 1.5.19-11.el8 AppStream 61 k ibus-gtk3 x86_64 1.5.19-11.el8 AppStream 62 k ibus-libs x86_64 1.5.19-11.el8 AppStream 264 k ibus-setup noarch 1.5.19-11.el8 AppStream 96 k iio-sensor-proxy x86_64 2.4-3.el8 AppStream 54 k iso-codes noarch 3.79-2.el8 AppStream 3.4 M keybinder3 x86_64 0.3.2-4.el8 AppStream 21 k libXScrnSaver x86_64 1.2.3-1.el8 AppStream 31 k libXres x86_64 1.2.0-4.el8 AppStream 21 k libXtst x86_64 1.2.3-7.el8 AppStream 22 k libXv x86_64 1.0.11-7.el8 AppStream 20 k libasyncns x86_64 0.8-14.el8 AppStream 32 k libcanberra x86_64 0.30-16.el8 AppStream 94 k libcanberra-gtk3 x86_64 0.30-16.el8 AppStream 39 k libepoxy x86_64 1.5.3-1.el8 AppStream 225 k libevdev x86_64 1.8.0-1.el8 AppStream 43 k libexif x86_64 0.6.21-17.el8_2 AppStream 355 k libgdata x86_64 0.17.9-2.el8 AppStream 454 k libglvnd-egl x86_64 1:1.2.0-6.el8 AppStream 50 k libglvnd-gles x86_64 1:1.2.0-6.el8 AppStream 40 k libgnomekbd x86_64 3.26.0-4.el8 AppStream 168 k libgtop2 x86_64 2.38.0-3.el8 AppStream 142 k libgweather x86_64 3.28.2-2.el8 AppStream 3.1 M libical x86_64 3.0.3-3.el8 BaseOS 279 k libimobiledevice x86_64 1.2.0-16.el8 AppStream 80 k libinput x86_64 1.14.3-1.el8 AppStream 206 k libnma x86_64 1.8.22-2.el8 AppStream 123 k libnotify x86_64 0.7.7-5.el8 AppStream 47 k liboauth x86_64 1.0.3-9.el8 AppStream 29 k libogg x86_64 2:1.3.2-10.el8 AppStream 31 k libplist x86_64 2.0.0-10.el8 AppStream 77 k libquvi x86_64 0.9.4-12.el8 AppStream 92 k libquvi-scripts noarch 0.9.20131130-9.el8 AppStream 110 k libsigc++20 x86_64 2.10.0-5.el8 AppStream 44 k libsndfile x86_64 1.0.28-10.el8 AppStream 193 k libtheora x86_64 1:1.1.1-21.el8 AppStream 184 k libusbmuxd x86_64 1.0.10-9.el8 AppStream 35 k libvisual x86_64 1:0.4.0-24.el8 AppStream 145 k libvorbis x86_64 1:1.3.6-2.el8 AppStream 196 k libwacom x86_64 1.1-2.el8 AppStream 41 k libwacom-data noarch 1.1-2.el8 AppStream 86 k libwayland-client x86_64 1.17.0-1.el8 AppStream 39 k libwayland-cursor x86_64 1.17.0-1.el8 AppStream 26 k libwayland-egl x86_64 1.17.0-1.el8 AppStream 19 k libwayland-server x86_64 1.17.0-1.el8 AppStream 45 k libwnck3 x86_64 3.24.1-2.el8 AppStream 386 k libxfce4ui x86_64 4.14.1-3.el8 epel 274 k libxfce4util x86_64 4.14.0-1.el8 epel 180 k libxkbcommon-x11 x86_64 0.9.1-1.el8 AppStream 25 k libxklavier x86_64 5.4-11.el8 AppStream 71 k lua-expat x86_64 1.3.0-12.el8.1 AppStream 38 k lua-json noarch 1.3.2-9.el8 AppStream 28 k lua-lpeg x86_64 1.0.1-6.el8 AppStream 67 k lua-socket x86_64 3.0-0.17.rc1.el8 AppStream 184 k mesa-libEGL x86_64 19.3.4-2.el8 AppStream 133 k mesa-libgbm x86_64 19.3.4-2.el8 AppStream 55 k mobile-broadband-provider-info noarch 20190618-2.el8 BaseOS 76 k mtdev x86_64 1.1.5-12.el8 AppStream 24 k mutter x86_64 3.32.2-36.el8_2 AppStream 2.5 M nm-connection-editor x86_64 1.8.22-2.el8 AppStream 956 k opus x86_64 1.3-0.4.beta.el8 AppStream 204 k orc x86_64 0.4.28-3.el8 AppStream 175 k ostree-libs x86_64 2019.6-2.el8 AppStream 395 k pangomm x86_64 2.40.1-5.el8 AppStream 68 k pavucontrol x86_64 3.0-11.el8 AppStream 160 k pipewire x86_64 0.2.7-1.el8 AppStream 286 k pipewire-libs x86_64 0.2.7-1.el8 AppStream 158 k poppler x86_64 0.66.0-26.el8 AppStream 933 k poppler-data noarch 0.4.9-1.el8 AppStream 2.1 M poppler-glib x86_64 0.66.0-26.el8 AppStream 162 k pulseaudio x86_64 11.1-23.el8 AppStream 1.0 M pulseaudio-libs x86_64 11.1-23.el8 AppStream 677 k pulseaudio-libs-glib2 x86_64 11.1-23.el8 AppStream 30 k pulseaudio-module-bluetooth x86_64 11.1-23.el8 AppStream 85 k python3-chardet noarch 3.0.4-7.el8 BaseOS 195 k python3-cups x86_64 1.9.72-21.el8.0.1 AppStream 86 k python3-pycurl x86_64 7.43.0.2-4.el8 AppStream 227 k python3-pysocks noarch 1.6.8-3.el8 BaseOS 34 k python3-requests noarch 2.20.0-2.1.el8_1 BaseOS 123 k python3-urllib3 noarch 1.24.2-4.el8 BaseOS 176 k rest x86_64 0.8.1-2.el8 AppStream 70 k rtkit x86_64 0.11-19.el8 AppStream 61 k sbc x86_64 1.3-9.el8 AppStream 65 k sound-theme-freedesktop noarch 0.8-9.el8 AppStream 382 k speexdsp x86_64 1.2-0.13.rc3.el8 AppStream 456 k startup-notification x86_64 0.12-15.el8 AppStream 45 k switcheroo-control x86_64 1.1-5.el8 AppStream 30 k totem-pl-parser x86_64 3.26.1-2.el8 AppStream 194 k upower x86_64 0.99.7-3.el8 AppStream 171 k vte-profile x86_64 0.52.2-2.el8 AppStream 14 k vte291 x86_64 0.52.2-2.el8 AppStream 257 k webkit2gtk3 x86_64 2.24.4-2.el8_1 AppStream 14 M webkit2gtk3-jsc x86_64 2.24.4-2.el8_1 AppStream 5.3 M webrtc-audio-processing x86_64 0.3-8.el8 AppStream 299 k woff2 x86_64 1.0.2-4.el8 AppStream 60 k wpa_supplicant x86_64 1:2.9-2.el8 BaseOS 1.9 M xcb-util x86_64 0.4.0-10.el8 AppStream 22 k xdg-desktop-portal x86_64 1.4.2-1.el8 AppStream 369 k xdg-desktop-portal-gtk x86_64 1.4.0-1.el8 AppStream 198 k xorg-x11-drv-fbdev x86_64 0.5.0-2.el8 AppStream 27 k xorg-x11-drv-libinput x86_64 0.29.0-1.el8 AppStream 50 k xorg-x11-drv-vesa x86_64 2.4.0-3.el8 AppStream 31 k xorg-x11-server-Xwayland x86_64 1.20.6-3.el8 AppStream 970 k xorg-x11-server-common x86_64 1.20.6-3.el8 AppStream 41 k zenity x86_64 3.28.1-1.el8 AppStream 4.0 M Installing weak dependencies: NetworkManager-wifi x86_64 1:1.22.8-5.el8_2 BaseOS 177 k flatpak x86_64 1.6.2-3.el8_2 AppStream 1.5 M p11-kit-server x86_64 0.23.14-5.el8_0 BaseOS 236 k system-config-printer-libs noarch 1.5.11-13.el8 AppStream 865 k vino x86_64 3.22.0-10.el8 AppStream 461 k webkit2gtk3-plugin-process-gtk2 x86_64 2.24.4-2.el8_1 AppStream 11 M xorg-x11-server-Xorg x86_64 1.20.6-3.el8 AppStream 1.5 M Installing Groups: Xfce Transaction Summary ================================================================================ Install 206 Packages Total download size: 156 M Installed size: 584 M Downloading Packages: (1/206): accountsservice-libs-0.6.50-8.el8.x86_ 822 kB/s | 114 kB 00:00 (2/206): accountsservice-0.6.50-8.el8.x86_64.rp 833 kB/s | 129 kB 00:00 (3/206): adwaita-gtk2-theme-3.22.3-4.el8.x86_64 1.8 MB/s | 132 kB 00:00 (4/206): adwaita-cursor-theme-3.28.0-2.el8.noar 3.6 MB/s | 647 kB 00:00 (5/206): GConf2-3.2.6-22.el8.x86_64.rpm 3.1 MB/s | 1.0 MB 00:00 (6/206): alsa-lib-1.2.1.2-3.el8.x86_64.rpm 4.3 MB/s | 441 kB 00:00 (7/206): at-spi2-atk-2.26.2-1.el8.x86_64.rpm 2.6 MB/s | 89 kB 00:00 (8/206): aspell-0.60.6.1-21.el8.x86_64.rpm 4.9 MB/s | 675 kB 00:00 (9/206): at-spi2-core-2.28.0-1.el8.x86_64.rpm 4.6 MB/s | 169 kB 00:00 (10/206): atkmm-2.24.2-6.el8.x86_64.rpm 2.7 MB/s | 93 kB 00:00 (11/206): cairomm-1.12.0-7.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 (12/206): cheese-libs-3.28.0-1.el8.x86_64.rpm 6.3 MB/s | 826 kB 00:00 (13/206): clutter-1.26.2-8.el8.x86_64.rpm 6.1 MB/s | 1.1 MB 00:00 (14/206): clutter-gst3-3.0.26-1.el8.x86_64.rpm 2.5 MB/s | 82 kB 00:00 (15/206): clutter-gtk-1.8.4-3.el8.x86_64.rpm 1.5 MB/s | 53 kB 00:00 (16/206): cogl-1.22.2-10.el8.x86_64.rpm 5.8 MB/s | 478 kB 00:00 (17/206): color-filesystem-1-20.el8.noarch.rpm 326 kB/s | 11 kB 00:00 (18/206): colord-1.4.2-1.el8.x86_64.rpm 7.5 MB/s | 494 kB 00:00 (19/206): colord-gtk-0.1.26-8.el8.x86_64.rpm 1.1 MB/s | 34 kB 00:00 (20/206): colord-libs-1.4.2-1.el8.x86_64.rpm 6.4 MB/s | 236 kB 00:00 (21/206): cups-pk-helper-0.2.6-5.el8.x86_64.rpm 2.7 MB/s | 91 kB 00:00 (22/206): dbus-x11-1.12.8-10.el8_2.x86_64.rpm 1.4 MB/s | 58 kB 00:00 (23/206): dconf-0.28.0-3.el8.x86_64.rpm 3.0 MB/s | 109 kB 00:00 (24/206): adwaita-icon-theme-3.28.0-2.el8.noarc 10 MB/s | 11 MB 00:01 (25/206): enchant2-2.2.3-2.el8.x86_64.rpm 1.1 MB/s | 62 kB 00:00 (26/206): evolution-data-server-3.28.5-13.el8.x 19 MB/s | 2.1 MB 00:00 (27/206): evolution-data-server-langpacks-3.28. 10 MB/s | 1.4 MB 00:00 (28/206): flac-libs-1.3.2-9.el8.x86_64.rpm 5.5 MB/s | 217 kB 00:00 (29/206): flatpak-selinux-1.6.2-3.el8_2.noarch. 779 kB/s | 26 kB 00:00 (30/206): flatpak-session-helper-1.6.2-3.el8_2. 2.1 MB/s | 74 kB 00:00 (31/206): centos-backgrounds-80.5-2.el8.noarch. 18 MB/s | 22 MB 00:01 (32/206): gdm-3.28.3-29.el8.x86_64.rpm 13 MB/s | 541 kB 00:00 (33/206): flatpak-1.6.2-3.el8_2.x86_64.rpm 4.9 MB/s | 1.5 MB 00:00 (34/206): geoclue2-2.5.5-1.el8.x86_64.rpm 3.5 MB/s | 131 kB 00:00 (35/206): gcr-3.28.0-1.el8.x86_64.rpm 2.6 MB/s | 692 kB 00:00 (36/206): geoclue2-libs-2.5.5-1.el8.x86_64.rpm 1.5 MB/s | 52 kB 00:00 (37/206): geocode-glib-3.26.0-1.el8.x86_64.rpm 2.1 MB/s | 72 kB 00:00 (38/206): glx-utils-8.4.0-4.20181118git1830dcb. 1.3 MB/s | 44 kB 00:00 (39/206): glibmm24-2.56.0-1.el8.x86_64.rpm 9.7 MB/s | 654 kB 00:00 (40/206): gnome-bluetooth-3.28.2-2.el8.x86_64.r 1.7 MB/s | 60 kB 00:00 (41/206): gnome-bluetooth-libs-3.28.2-2.el8.x86 8.4 MB/s | 317 kB 00:00 (42/206): gjs-1.56.2-4.el8.x86_64.rpm 3.1 MB/s | 425 kB 00:00 (43/206): gnome-control-center-filesystem-3.28. 369 kB/s | 11 kB 00:00 (44/206): gnome-desktop3-3.32.2-1.el8.x86_64.rp 6.1 MB/s | 577 kB 00:00 (45/206): gnome-keyring-3.28.2-1.el8.x86_64.rpm 7.5 MB/s | 934 kB 00:00 (46/206): gnome-keyring-pam-3.28.2-1.el8.x86_64 1.3 MB/s | 47 kB 00:00 (47/206): gnome-menus-3.13.3-11.el8.x86_64.rpm 5.1 MB/s | 187 kB 00:00 (48/206): gnome-control-center-3.28.2-19.el8.x8 22 MB/s | 5.4 MB 00:00 (49/206): gnome-online-accounts-3.28.2-1.el8.x8 5.4 MB/s | 546 kB 00:00 (50/206): gnome-session-3.28.1-8.el8.x86_64.rpm 5.3 MB/s | 378 kB 00:00 (51/206): gnome-session-wayland-session-3.28.1- 285 kB/s | 8.8 kB 00:00 (52/206): gnome-session-xsession-3.28.1-8.el8.x 378 kB/s | 13 kB 00:00 (53/206): gnome-shell-3.32.2-14.el8.x86_64.rpm 14 MB/s | 1.4 MB 00:00 (54/206): grilo-0.3.6-2.el8.x86_64.rpm 7.2 MB/s | 220 kB 00:00 (55/206): gnome-settings-daemon-3.32.0-9.el8.0. 7.4 MB/s | 1.0 MB 00:00 (56/206): gsm-1.0.17-5.el8.x86_64.rpm 1.2 MB/s | 37 kB 00:00 (57/206): gstreamer1-plugins-base-1.16.1-1.el8. 17 MB/s | 2.0 MB 00:00 (58/206): gstreamer1-1.16.1-2.el8.x86_64.rpm 7.7 MB/s | 1.3 MB 00:00 (59/206): gnome-themes-standard-3.22.3-4.el8.x8 8.4 MB/s | 2.7 MB 00:00 (60/206): gtkmm30-3.22.2-2.el8.x86_64.rpm 7.4 MB/s | 1.0 MB 00:00 (61/206): gtksourceview3-3.24.9-1.el8.x86_64.rp 6.1 MB/s | 605 kB 00:00 (62/206): harfbuzz-icu-1.7.5-3.el8.x86_64.rpm 794 kB/s | 24 kB 00:00 (63/206): gtk3-3.22.30-5.el8.x86_64.rpm 19 MB/s | 4.5 MB 00:00 (64/206): hunspell-en-US-0.20140811.1-12.el8.no 4.1 MB/s | 196 kB 00:00 (65/206): hunspell-1.6.2-1.el8.x86_64.rpm 4.8 MB/s | 331 kB 00:00 (66/206): hyphen-2.8.8-9.el8.x86_64.rpm 1.2 MB/s | 33 kB 00:00 (67/206): ibus-gtk2-1.5.19-11.el8.x86_64.rpm 1.7 MB/s | 61 kB 00:00 (68/206): ibus-gtk3-1.5.19-11.el8.x86_64.rpm 2.2 MB/s | 62 kB 00:00 (69/206): ibus-libs-1.5.19-11.el8.x86_64.rpm 7.0 MB/s | 264 kB 00:00 (70/206): ibus-setup-1.5.19-11.el8.noarch.rpm 3.1 MB/s | 96 kB 00:00 (71/206): iio-sensor-proxy-2.4-3.el8.x86_64.rpm 1.4 MB/s | 54 kB 00:00 (72/206): keybinder3-0.3.2-4.el8.x86_64.rpm 576 kB/s | 21 kB 00:00 (73/206): libXScrnSaver-1.2.3-1.el8.x86_64.rpm 929 kB/s | 31 kB 00:00 (74/206): libXres-1.2.0-4.el8.x86_64.rpm 650 kB/s | 21 kB 00:00 (75/206): libXtst-1.2.3-7.el8.x86_64.rpm 687 kB/s | 22 kB 00:00 (76/206): iso-codes-3.79-2.el8.noarch.rpm 19 MB/s | 3.4 MB 00:00 (77/206): libXv-1.0.11-7.el8.x86_64.rpm 614 kB/s | 20 kB 00:00 (78/206): libasyncns-0.8-14.el8.x86_64.rpm 1.1 MB/s | 32 kB 00:00 (79/206): libcanberra-0.30-16.el8.x86_64.rpm 2.6 MB/s | 94 kB 00:00 (80/206): libcanberra-gtk3-0.30-16.el8.x86_64.r 1.4 MB/s | 39 kB 00:00 (81/206): libepoxy-1.5.3-1.el8.x86_64.rpm 6.2 MB/s | 225 kB 00:00 (82/206): libevdev-1.8.0-1.el8.x86_64.rpm 1.5 MB/s | 43 kB 00:00 (83/206): libgdata-0.17.9-2.el8.x86_64.rpm 13 MB/s | 454 kB 00:00 (84/206): libglvnd-egl-1.2.0-6.el8.x86_64.rpm 1.8 MB/s | 50 kB 00:00 (85/206): libexif-0.6.21-17.el8_2.x86_64.rpm 5.5 MB/s | 355 kB 00:00 (86/206): libglvnd-gles-1.2.0-6.el8.x86_64.rpm 1.5 MB/s | 40 kB 00:00 (87/206): libgnomekbd-3.26.0-4.el8.x86_64.rpm 4.6 MB/s | 168 kB 00:00 (88/206): libgtop2-2.38.0-3.el8.x86_64.rpm 4.9 MB/s | 142 kB 00:00 (89/206): libimobiledevice-1.2.0-16.el8.x86_64. 2.7 MB/s | 80 kB 00:00 (90/206): libinput-1.14.3-1.el8.x86_64.rpm 6.9 MB/s | 206 kB 00:00 (91/206): libnma-1.8.22-2.el8.x86_64.rpm 4.0 MB/s | 123 kB 00:00 (92/206): libnotify-0.7.7-5.el8.x86_64.rpm 1.6 MB/s | 47 kB 00:00 (93/206): liboauth-1.0.3-9.el8.x86_64.rpm 1.0 MB/s | 29 kB 00:00 (94/206): libogg-1.3.2-10.el8.x86_64.rpm 1.1 MB/s | 31 kB 00:00 (95/206): ibus-1.5.19-11.el8.x86_64.rpm 9.2 MB/s | 6.1 MB 00:00 (96/206): libplist-2.0.0-10.el8.x86_64.rpm 1.8 MB/s | 77 kB 00:00 (97/206): libquvi-0.9.4-12.el8.x86_64.rpm 2.7 MB/s | 92 kB 00:00 (98/206): libquvi-scripts-0.9.20131130-9.el8.no 3.8 MB/s | 110 kB 00:00 (99/206): libsigc++20-2.10.0-5.el8.x86_64.rpm 1.3 MB/s | 44 kB 00:00 (100/206): libsndfile-1.0.28-10.el8.x86_64.rpm 6.5 MB/s | 193 kB 00:00 (101/206): libtheora-1.1.1-21.el8.x86_64.rpm 5.4 MB/s | 184 kB 00:00 (102/206): libusbmuxd-1.0.10-9.el8.x86_64.rpm 1.1 MB/s | 35 kB 00:00 (103/206): libgweather-3.28.2-2.el8.x86_64.rpm 8.8 MB/s | 3.1 MB 00:00 (104/206): libvisual-0.4.0-24.el8.x86_64.rpm 4.1 MB/s | 145 kB 00:00 (105/206): libvorbis-1.3.6-2.el8.x86_64.rpm 5.9 MB/s | 196 kB 00:00 (106/206): libwayland-client-1.17.0-1.el8.x86_6 1.4 MB/s | 39 kB 00:00 (107/206): libwacom-1.1-2.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 (108/206): libwacom-data-1.1-2.el8.noarch.rpm 2.5 MB/s | 86 kB 00:00 (109/206): libwayland-cursor-1.17.0-1.el8.x86_6 960 kB/s | 26 kB 00:00 (110/206): libwayland-egl-1.17.0-1.el8.x86_64.r 608 kB/s | 19 kB 00:00 (111/206): libwayland-server-1.17.0-1.el8.x86_6 1.4 MB/s | 45 kB 00:00 (112/206): libwnck3-3.24.1-2.el8.x86_64.rpm 12 MB/s | 386 kB 00:00 (113/206): libxkbcommon-x11-0.9.1-1.el8.x86_64. 785 kB/s | 25 kB 00:00 (114/206): libxklavier-5.4-11.el8.x86_64.rpm 2.1 MB/s | 71 kB 00:00 (115/206): lua-expat-1.3.0-12.el8.1.x86_64.rpm 1.4 MB/s | 38 kB 00:00 (116/206): lua-json-1.3.2-9.el8.noarch.rpm 840 kB/s | 28 kB 00:00 (117/206): lua-lpeg-1.0.1-6.el8.x86_64.rpm 2.1 MB/s | 67 kB 00:00 (118/206): lua-socket-3.0-0.17.rc1.el8.x86_64.r 6.2 MB/s | 184 kB 00:00 (119/206): mesa-libgbm-19.3.4-2.el8.x86_64.rpm 1.7 MB/s | 55 kB 00:00 (120/206): mesa-libEGL-19.3.4-2.el8.x86_64.rpm 3.7 MB/s | 133 kB 00:00 (121/206): mtdev-1.1.5-12.el8.x86_64.rpm 865 kB/s | 24 kB 00:00 (122/206): openssh-askpass-8.0p1-4.el8_1.x86_64 2.6 MB/s | 91 kB 00:00 (123/206): opus-1.3-0.4.beta.el8.x86_64.rpm 6.7 MB/s | 204 kB 00:00 (124/206): orc-0.4.28-3.el8.x86_64.rpm 5.9 MB/s | 175 kB 00:00 (125/206): nm-connection-editor-1.8.22-2.el8.x8 7.6 MB/s | 956 kB 00:00 (126/206): ostree-libs-2019.6-2.el8.x86_64.rpm 12 MB/s | 395 kB 00:00 (127/206): pangomm-2.40.1-5.el8.x86_64.rpm 1.9 MB/s | 68 kB 00:00 (128/206): pavucontrol-3.0-11.el8.x86_64.rpm 4.9 MB/s | 160 kB 00:00 (129/206): pinentry-gtk-1.1.0-2.el8.x86_64.rpm 1.5 MB/s | 54 kB 00:00 (130/206): pipewire-0.2.7-1.el8.x86_64.rpm 9.3 MB/s | 286 kB 00:00 (131/206): pipewire-libs-0.2.7-1.el8.x86_64.rpm 4.2 MB/s | 158 kB 00:00 (132/206): poppler-0.66.0-26.el8.x86_64.rpm 15 MB/s | 933 kB 00:00 (133/206): mutter-3.32.2-36.el8_2.x86_64.rpm 9.0 MB/s | 2.5 MB 00:00 (134/206): poppler-glib-0.66.0-26.el8.x86_64.rp 3.0 MB/s | 162 kB 00:00 (135/206): pulseaudio-libs-11.1-23.el8.x86_64.r 11 MB/s | 677 kB 00:00 (136/206): pulseaudio-libs-glib2-11.1-23.el8.x8 1.0 MB/s | 30 kB 00:00 (137/206): pulseaudio-11.1-23.el8.x86_64.rpm 7.2 MB/s | 1.0 MB 00:00 (138/206): pulseaudio-module-bluetooth-11.1-23. 2.9 MB/s | 85 kB 00:00 (139/206): python3-cups-1.9.72-21.el8.0.1.x86_6 2.6 MB/s | 86 kB 00:00 (140/206): python3-pycurl-7.43.0.2-4.el8.x86_64 7.6 MB/s | 227 kB 00:00 (141/206): rest-0.8.1-2.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 (142/206): poppler-data-0.4.9-1.el8.noarch.rpm 8.4 MB/s | 2.1 MB 00:00 (143/206): rtkit-0.11-19.el8.x86_64.rpm 2.0 MB/s | 61 kB 00:00 (144/206): sbc-1.3-9.el8.x86_64.rpm 2.0 MB/s | 65 kB 00:00 (145/206): speexdsp-1.2-0.13.rc3.el8.x86_64.rpm 13 MB/s | 456 kB 00:00 (146/206): startup-notification-0.12-15.el8.x86 1.4 MB/s | 45 kB 00:00 (147/206): switcheroo-control-1.1-5.el8.x86_64. 1.1 MB/s | 30 kB 00:00 (148/206): sound-theme-freedesktop-0.8-9.el8.no 5.8 MB/s | 382 kB 00:00 (149/206): totem-pl-parser-3.26.1-2.el8.x86_64. 6.2 MB/s | 194 kB 00:00 (150/206): upower-0.99.7-3.el8.x86_64.rpm 4.7 MB/s | 171 kB 00:00 (151/206): vino-3.22.0-10.el8.x86_64.rpm 12 MB/s | 461 kB 00:00 (152/206): vte-profile-0.52.2-2.el8.x86_64.rpm 460 kB/s | 14 kB 00:00 (153/206): system-config-printer-libs-1.5.11-13 7.7 MB/s | 865 kB 00:00 (154/206): vte291-0.52.2-2.el8.x86_64.rpm 7.6 MB/s | 257 kB 00:00 (155/206): webkit2gtk3-plugin-process-gtk2-2.24 20 MB/s | 11 MB 00:00 (156/206): webkit2gtk3-jsc-2.24.4-2.el8_1.x86_6 9.2 MB/s | 5.3 MB 00:00 (157/206): webrtc-audio-processing-0.3-8.el8.x8 9.2 MB/s | 299 kB 00:00 (158/206): woff2-1.0.2-4.el8.x86_64.rpm 1.8 MB/s | 60 kB 00:00 (159/206): xcb-util-0.4.0-10.el8.x86_64.rpm 812 kB/s | 22 kB 00:00 (160/206): xdg-desktop-portal-gtk-1.4.0-1.el8.x 6.0 MB/s | 198 kB 00:00 (161/206): xdg-desktop-portal-1.4.2-1.el8.x86_6 5.8 MB/s | 369 kB 00:00 (162/206): xorg-x11-drv-fbdev-0.5.0-2.el8.x86_6 951 kB/s | 27 kB 00:00 (163/206): xorg-x11-drv-libinput-0.29.0-1.el8.x 1.0 MB/s | 50 kB 00:00 (164/206): xorg-x11-drv-vesa-2.4.0-3.el8.x86_64 771 kB/s | 31 kB 00:00 (165/206): xorg-x11-server-Xorg-1.20.6-3.el8.x8 17 MB/s | 1.5 MB 00:00 (166/206): xorg-x11-server-Xwayland-1.20.6-3.el 8.1 MB/s | 970 kB 00:00 (167/206): xorg-x11-server-common-1.20.6-3.el8. 1.3 MB/s | 41 kB 00:00 (168/206): ModemManager-glib-1.10.8-2.el8.x86_6 2.8 MB/s | 263 kB 00:00 (169/206): NetworkManager-wifi-1.22.8-5.el8_2.x 1.8 MB/s | 177 kB 00:00 (170/206): avahi-glib-0.7-19.el8.x86_64.rpm 552 kB/s | 15 kB 00:00 (171/206): bluez-5.50-3.el8.x86_64.rpm 8.6 MB/s | 1.2 MB 00:00 (172/206): zenity-3.28.1-1.el8.x86_64.rpm 9.9 MB/s | 4.0 MB 00:00 (173/206): bluez-libs-5.50-3.el8.x86_64.rpm 1.4 MB/s | 92 kB 00:00 (174/206): bubblewrap-0.4.0-1.el8.x86_64.rpm 967 kB/s | 50 kB 00:00 (175/206): bluez-obexd-5.50-3.el8.x86_64.rpm 2.4 MB/s | 210 kB 00:00 (176/206): fuse-2.9.7-12.el8.x86_64.rpm 1.6 MB/s | 82 kB 00:00 (177/206): fuse-common-3.2.1-12.el8.x86_64.rpm 420 kB/s | 21 kB 00:00 (178/206): webkit2gtk3-2.24.4-2.el8_1.x86_64.rp 9.6 MB/s | 14 MB 00:01 (179/206): mobile-broadband-provider-info-20190 804 kB/s | 76 kB 00:00 (180/206): libical-3.0.3-3.el8.x86_64.rpm 2.1 MB/s | 279 kB 00:00 (181/206): p11-kit-server-0.23.14-5.el8_0.x86_6 2.4 MB/s | 236 kB 00:00 (182/206): python3-chardet-3.0.4-7.el8.noarch.r 2.6 MB/s | 195 kB 00:00 (183/206): python3-pysocks-1.6.8-3.el8.noarch.r 630 kB/s | 34 kB 00:00 (184/206): python3-requests-2.20.0-2.1.el8_1.no 1.6 MB/s | 123 kB 00:00 (185/206): python3-urllib3-1.24.2-4.el8.noarch. 2.2 MB/s | 176 kB 00:00 (186/206): wpa_supplicant-2.9-2.el8.x86_64.rpm 13 MB/s | 1.9 MB 00:00 (187/206): garcon-0.6.4-3.el8.x86_64.rpm 4.6 MB/s | 214 kB 00:00 (188/206): exo-0.12.10-1.el8.x86_64.rpm 5.2 MB/s | 701 kB 00:00 (189/206): libxfce4ui-4.14.1-3.el8.x86_64.rpm 16 MB/s | 274 kB 00:00 (190/206): Thunar-1.8.15-1.el8.x86_64.rpm 8.9 MB/s | 1.6 MB 00:00 (191/206): mousepad-0.4.2-1.el8.x86_64.rpm 11 MB/s | 326 kB 00:00 (192/206): libxfce4util-4.14.0-1.el8.x86_64.rpm 2.9 MB/s | 180 kB 00:00 (193/206): tumbler-0.2.7-1.el8.x86_64.rpm 1.7 MB/s | 237 kB 00:00 (194/206): thunar-volman-0.9.5-1.el8.x86_64.rpm 1.9 MB/s | 290 kB 00:00 (195/206): xfce-polkit-0.3-3.el8.x86_64.rpm 220 kB/s | 25 kB 00:00 (196/206): xfce4-appfinder-4.14.0-1.el8.x86_64. 13 MB/s | 246 kB 00:00 (197/206): xfce4-pulseaudio-plugin-0.4.3-1.el8. 10 MB/s | 123 kB 00:00 (198/206): xfce4-screensaver-0.1.10-1.el8.x86_6 5.7 MB/s | 290 kB 00:00 (199/206): xfce4-session-4.14.2-1.el8.x86_64.rp 4.8 MB/s | 518 kB 00:00 (200/206): xfce4-power-manager-1.6.6-1.el8.x86_ 3.2 MB/s | 810 kB 00:00 (201/206): xfce4-settings-4.14.3-1.el8.x86_64.r 9.1 MB/s | 877 kB 00:00 (202/206): xfce4-panel-4.14.4-1.el8.x86_64.rpm 3.5 MB/s | 1.0 MB 00:00 (203/206): xfce4-terminal-0.8.9.2-1.el8.x86_64. 9.7 MB/s | 638 kB 00:00 (204/206): xfconf-4.14.3-1.el8.x86_64.rpm 4.3 MB/s | 261 kB 00:00 (205/206): xfdesktop-4.14.1-3.el8.x86_64.rpm 12 MB/s | 1.2 MB 00:00 (206/206): xfwm4-4.14.2-1.el8.x86_64.rpm 7.5 MB/s | 581 kB 00:00 -------------------------------------------------------------------------------- Total 22 MB/s | 156 MB 00:07 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libxfce4util-4.14.0-1.el8.x86_64 1/206 Installing : libwayland-client-1.17.0-1.el8.x86_64 2/206 Installing : libnotify-0.7.7-5.el8.x86_64 3/206 Running scriptlet: libnotify-0.7.7-5.el8.x86_64 3/206 Installing : libwayland-server-1.17.0-1.el8.x86_64 4/206 Installing : mesa-libgbm-19.3.4-2.el8.x86_64 5/206 Running scriptlet: mesa-libgbm-19.3.4-2.el8.x86_64 5/206 Installing : libwayland-egl-1.17.0-1.el8.x86_64 6/206 Installing : gstreamer1-1.16.1-2.el8.x86_64 7/206 Installing : libXtst-1.2.3-7.el8.x86_64 8/206 Installing : libwayland-cursor-1.17.0-1.el8.x86_64 9/206 Installing : libsigc++20-2.10.0-5.el8.x86_64 10/206 Running scriptlet: libsigc++20-2.10.0-5.el8.x86_64 10/206 Installing : dconf-0.28.0-3.el8.x86_64 11/206 Installing : colord-libs-1.4.2-1.el8.x86_64 12/206 Installing : alsa-lib-1.2.1.2-3.el8.x86_64 13/206 Running scriptlet: alsa-lib-1.2.1.2-3.el8.x86_64 13/206 Installing : libogg-2:1.3.2-10.el8.x86_64 14/206 Installing : libepoxy-1.5.3-1.el8.x86_64 15/206 Installing : iso-codes-3.79-2.el8.noarch 16/206 Installing : dbus-x11-1:1.12.8-10.el8_2.x86_64 17/206 Installing : xfconf-4.14.3-1.el8.x86_64 18/206 Installing : libvorbis-1:1.3.6-2.el8.x86_64 19/206 Installing : glibmm24-2.56.0-1.el8.x86_64 20/206 Installing : webkit2gtk3-jsc-2.24.4-2.el8_1.x86_64 21/206 Installing : libasyncns-0.8-14.el8.x86_64 22/206 Running scriptlet: libasyncns-0.8-14.el8.x86_64 22/206 Installing : ibus-libs-1.5.19-11.el8.x86_64 23/206 Installing : libxklavier-5.4-11.el8.x86_64 24/206 Installing : cairomm-1.12.0-7.el8.x86_64 25/206 Installing : libical-3.0.3-3.el8.x86_64 26/206 Installing : bubblewrap-0.4.0-1.el8.x86_64 27/206 Installing : bluez-5.50-3.el8.x86_64 28/206 Running scriptlet: bluez-5.50-3.el8.x86_64 28/206 Installing : orc-0.4.28-3.el8.x86_64 29/206 Running scriptlet: orc-0.4.28-3.el8.x86_64 29/206 Installing : libplist-2.0.0-10.el8.x86_64 30/206 Running scriptlet: libplist-2.0.0-10.el8.x86_64 30/206 Installing : gnome-control-center-filesystem-3.28.2-19.el8.no 31/206 Installing : accountsservice-0.6.50-8.el8.x86_64 32/206 Running scriptlet: accountsservice-0.6.50-8.el8.x86_64 32/206 Installing : accountsservice-libs-0.6.50-8.el8.x86_64 33/206 Installing : pangomm-2.40.1-5.el8.x86_64 34/206 Running scriptlet: pangomm-2.40.1-5.el8.x86_64 34/206 Installing : atkmm-2.24.2-6.el8.x86_64 35/206 Running scriptlet: atkmm-2.24.2-6.el8.x86_64 35/206 Installing : mesa-libEGL-19.3.4-2.el8.x86_64 36/206 Installing : libglvnd-egl-1:1.2.0-6.el8.x86_64 37/206 Installing : cogl-1.22.2-10.el8.x86_64 38/206 Installing : libglvnd-gles-1:1.2.0-6.el8.x86_64 39/206 Installing : hunspell-en-US-0.20140811.1-12.el8.noarch 40/206 Installing : hunspell-1.6.2-1.el8.x86_64 41/206 Running scriptlet: hunspell-1.6.2-1.el8.x86_64 41/206 Installing : avahi-glib-0.7-19.el8.x86_64 42/206 Installing : ModemManager-glib-1.10.8-2.el8.x86_64 43/206 Running scriptlet: ModemManager-glib-1.10.8-2.el8.x86_64 43/206 Running scriptlet: geoclue2-2.5.5-1.el8.x86_64 44/206 Installing : geoclue2-2.5.5-1.el8.x86_64 44/206 Running scriptlet: geoclue2-2.5.5-1.el8.x86_64 44/206 Installing : geoclue2-libs-2.5.5-1.el8.x86_64 45/206 Installing : xorg-x11-server-common-1.20.6-3.el8.x86_64 46/206 Installing : woff2-1.0.2-4.el8.x86_64 47/206 Installing : switcheroo-control-1.1-5.el8.x86_64 48/206 Running scriptlet: switcheroo-control-1.1-5.el8.x86_64 48/206 Installing : speexdsp-1.2-0.13.rc3.el8.x86_64 49/206 Running scriptlet: speexdsp-1.2-0.13.rc3.el8.x86_64 49/206 Installing : sbc-1.3-9.el8.x86_64 50/206 Running scriptlet: sbc-1.3-9.el8.x86_64 50/206 Running scriptlet: rtkit-0.11-19.el8.x86_64 51/206 Installing : rtkit-0.11-19.el8.x86_64 51/206 Running scriptlet: rtkit-0.11-19.el8.x86_64 51/206 Installing : rest-0.8.1-2.el8.x86_64 52/206 Running scriptlet: rest-0.8.1-2.el8.x86_64 52/206 Installing : liboauth-1.0.3-9.el8.x86_64 53/206 Running scriptlet: liboauth-1.0.3-9.el8.x86_64 53/206 Installing : hyphen-2.8.8-9.el8.x86_64 54/206 Running scriptlet: hyphen-2.8.8-9.el8.x86_64 54/206 Installing : harfbuzz-icu-1.7.5-3.el8.x86_64 55/206 Running scriptlet: harfbuzz-icu-1.7.5-3.el8.x86_64 55/206 Installing : geocode-glib-3.26.0-1.el8.x86_64 56/206 Installing : xorg-x11-server-Xwayland-1.20.6-3.el8.x86_64 57/206 Installing : libusbmuxd-1.0.10-9.el8.x86_64 58/206 Running scriptlet: libusbmuxd-1.0.10-9.el8.x86_64 58/206 Installing : libimobiledevice-1.2.0-16.el8.x86_64 59/206 Running scriptlet: libimobiledevice-1.2.0-16.el8.x86_64 59/206 Installing : upower-0.99.7-3.el8.x86_64 60/206 Installing : ibus-gtk2-1.5.19-11.el8.x86_64 61/206 Installing : flac-libs-1.3.2-9.el8.x86_64 62/206 Installing : libtheora-1:1.1.1-21.el8.x86_64 63/206 Installing : at-spi2-core-2.28.0-1.el8.x86_64 64/206 Running scriptlet: at-spi2-core-2.28.0-1.el8.x86_64 64/206 Installing : at-spi2-atk-2.26.2-1.el8.x86_64 65/206 Running scriptlet: at-spi2-atk-2.26.2-1.el8.x86_64 65/206 Installing : wpa_supplicant-1:2.9-2.el8.x86_64 66/206 Running scriptlet: wpa_supplicant-1:2.9-2.el8.x86_64 66/206 Installing : NetworkManager-wifi-1:1.22.8-5.el8_2.x86_64 67/206 Installing : python3-pysocks-1.6.8-3.el8.noarch 68/206 Installing : python3-urllib3-1.24.2-4.el8.noarch 69/206 Installing : python3-chardet-3.0.4-7.el8.noarch 70/206 Installing : python3-requests-2.20.0-2.1.el8_1.noarch 71/206 Installing : p11-kit-server-0.23.14-5.el8_0.x86_64 72/206 Installing : mobile-broadband-provider-info-20190618-2.el8.no 73/206 Installing : fuse-common-3.2.1-12.el8.x86_64 74/206 Installing : fuse-2.9.7-12.el8.x86_64 75/206 Installing : bluez-libs-5.50-3.el8.x86_64 76/206 Installing : bluez-obexd-5.50-3.el8.x86_64 77/206 Running scriptlet: bluez-obexd-5.50-3.el8.x86_64 77/206 Installing : xcb-util-0.4.0-10.el8.x86_64 78/206 Installing : startup-notification-0.12-15.el8.x86_64 79/206 Running scriptlet: startup-notification-0.12-15.el8.x86_64 79/206 Installing : webrtc-audio-processing-0.3-8.el8.x86_64 80/206 Running scriptlet: webrtc-audio-processing-0.3-8.el8.x86_64 80/206 Installing : vte-profile-0.52.2-2.el8.x86_64 81/206 Installing : sound-theme-freedesktop-0.8-9.el8.noarch 82/206 Running scriptlet: sound-theme-freedesktop-0.8-9.el8.noarch 82/206 Installing : python3-pycurl-7.43.0.2-4.el8.x86_64 83/206 Installing : python3-cups-1.9.72-21.el8.0.1.x86_64 84/206 Installing : poppler-data-0.4.9-1.el8.noarch 85/206 Installing : poppler-0.66.0-26.el8.x86_64 86/206 Running scriptlet: poppler-0.66.0-26.el8.x86_64 86/206 Installing : poppler-glib-0.66.0-26.el8.x86_64 87/206 Running scriptlet: poppler-glib-0.66.0-26.el8.x86_64 87/206 Installing : pinentry-gtk-1.1.0-2.el8.x86_64 88/206 Installing : ostree-libs-2019.6-2.el8.x86_64 89/206 Installing : opus-1.3-0.4.beta.el8.x86_64 90/206 Installing : mtdev-1.1.5-12.el8.x86_64 91/206 Running scriptlet: mtdev-1.1.5-12.el8.x86_64 91/206 Installing : lua-socket-3.0-0.17.rc1.el8.x86_64 92/206 Installing : lua-lpeg-1.0.1-6.el8.x86_64 93/206 Installing : lua-json-1.3.2-9.el8.noarch 94/206 Installing : lua-expat-1.3.0-12.el8.1.x86_64 95/206 Installing : libquvi-scripts-0.9.20131130-9.el8.noarch 96/206 Installing : libquvi-0.9.4-12.el8.x86_64 97/206 Running scriptlet: libquvi-0.9.4-12.el8.x86_64 97/206 Installing : totem-pl-parser-3.26.1-2.el8.x86_64 98/206 Running scriptlet: totem-pl-parser-3.26.1-2.el8.x86_64 98/206 Installing : libxkbcommon-x11-0.9.1-1.el8.x86_64 99/206 Installing : libwacom-data-1.1-2.el8.noarch 100/206 Installing : libwacom-1.1-2.el8.x86_64 101/206 Installing : libvisual-1:0.4.0-24.el8.x86_64 102/206 Running scriptlet: libvisual-1:0.4.0-24.el8.x86_64 102/206 Installing : libgtop2-2.38.0-3.el8.x86_64 103/206 Installing : libexif-0.6.21-17.el8_2.x86_64 104/206 Installing : libevdev-1.8.0-1.el8.x86_64 105/206 Installing : libinput-1.14.3-1.el8.x86_64 106/206 Running scriptlet: libinput-1.14.3-1.el8.x86_64 106/206 Installing : xorg-x11-drv-fbdev-0.5.0-2.el8.x86_64 107/206 Installing : xorg-x11-drv-libinput-0.29.0-1.el8.x86_64 108/206 Installing : xorg-x11-drv-vesa-2.4.0-3.el8.x86_64 109/206 Installing : xorg-x11-server-Xorg-1.20.6-3.el8.x86_64 110/206 Installing : libXv-1.0.11-7.el8.x86_64 111/206 Installing : gstreamer1-plugins-base-1.16.1-1.el8.x86_64 112/206 Installing : pipewire-libs-0.2.7-1.el8.x86_64 113/206 Running scriptlet: pipewire-0.2.7-1.el8.x86_64 114/206 Installing : pipewire-0.2.7-1.el8.x86_64 114/206 Installing : libXres-1.2.0-4.el8.x86_64 115/206 Installing : libXScrnSaver-1.2.3-1.el8.x86_64 116/206 Installing : iio-sensor-proxy-2.4-3.el8.x86_64 117/206 Running scriptlet: iio-sensor-proxy-2.4-3.el8.x86_64 117/206 Installing : gsm-1.0.17-5.el8.x86_64 118/206 Installing : libsndfile-1.0.28-10.el8.x86_64 119/206 Running scriptlet: libsndfile-1.0.28-10.el8.x86_64 119/206 Installing : pulseaudio-libs-11.1-23.el8.x86_64 120/206 Running scriptlet: pulseaudio-libs-11.1-23.el8.x86_64 120/206 Installing : libcanberra-0.30-16.el8.x86_64 121/206 Running scriptlet: libcanberra-0.30-16.el8.x86_64 121/206 Installing : pulseaudio-libs-glib2-11.1-23.el8.x86_64 122/206 Running scriptlet: pulseaudio-libs-glib2-11.1-23.el8.x86_64 122/206 Running scriptlet: pulseaudio-11.1-23.el8.x86_64 123/206 Installing : pulseaudio-11.1-23.el8.x86_64 123/206 Running scriptlet: pulseaudio-11.1-23.el8.x86_64 123/206 Installing : pulseaudio-module-bluetooth-11.1-23.el8.x86_64 124/206 Installing : gnome-menus-3.13.3-11.el8.x86_64 125/206 Running scriptlet: gnome-menus-3.13.3-11.el8.x86_64 125/206 Installing : glx-utils-8.4.0-4.20181118git1830dcb.el8.x86_64 126/206 Installing : flatpak-session-helper-1.6.2-3.el8_2.x86_64 127/206 Installing : flatpak-selinux-1.6.2-3.el8_2.noarch 128/206 Running scriptlet: flatpak-selinux-1.6.2-3.el8_2.noarch 128/206 Running scriptlet: flatpak-1.6.2-3.el8_2.x86_64 129/206 Installing : flatpak-1.6.2-3.el8_2.x86_64 129/206 Running scriptlet: flatpak-1.6.2-3.el8_2.x86_64 129/206 Installing : xdg-desktop-portal-1.4.2-1.el8.x86_64 130/206 Running scriptlet: xdg-desktop-portal-1.4.2-1.el8.x86_64 130/206 Installing : cups-pk-helper-0.2.6-5.el8.x86_64 131/206 Installing : color-filesystem-1-20.el8.noarch 132/206 Running scriptlet: colord-1.4.2-1.el8.x86_64 133/206 Installing : colord-1.4.2-1.el8.x86_64 133/206 Running scriptlet: colord-1.4.2-1.el8.x86_64 133/206 Installing : centos-backgrounds-80.5-2.el8.noarch 134/206 Installing : aspell-12:0.60.6.1-21.el8.x86_64 135/206 Running scriptlet: aspell-12:0.60.6.1-21.el8.x86_64 135/206 Installing : enchant2-2.2.3-2.el8.x86_64 136/206 Running scriptlet: enchant2-2.2.3-2.el8.x86_64 136/206 Installing : webkit2gtk3-plugin-process-gtk2-2.24.4-2.el8_1.x 137/206 Installing : adwaita-gtk2-theme-3.22.3-4.el8.x86_64 138/206 Installing : adwaita-cursor-theme-3.28.0-2.el8.noarch 139/206 Installing : adwaita-icon-theme-3.28.0-2.el8.noarch 140/206 Installing : gtk3-3.22.30-5.el8.x86_64 141/206 Installing : libxfce4ui-4.14.1-3.el8.x86_64 142/206 Installing : exo-0.12.10-1.el8.x86_64 143/206 Installing : gcr-3.28.0-1.el8.x86_64 144/206 Installing : garcon-0.6.4-3.el8.x86_64 145/206 Installing : libcanberra-gtk3-0.30-16.el8.x86_64 146/206 Running scriptlet: libcanberra-gtk3-0.30-16.el8.x86_64 146/206 Installing : libwnck3-3.24.1-2.el8.x86_64 147/206 Running scriptlet: libwnck3-3.24.1-2.el8.x86_64 147/206 Installing : xfce4-panel-4.14.4-1.el8.x86_64 148/206 Installing : clutter-1.26.2-8.el8.x86_64 149/206 Installing : libnma-1.8.22-2.el8.x86_64 150/206 Running scriptlet: libnma-1.8.22-2.el8.x86_64 150/206 Installing : libgweather-3.28.2-2.el8.x86_64 151/206 Installing : clutter-gtk-1.8.4-3.el8.x86_64 152/206 Running scriptlet: Thunar-1.8.15-1.el8.x86_64 153/206 Installing : Thunar-1.8.15-1.el8.x86_64 153/206 Installing : gnome-bluetooth-libs-1:3.28.2-2.el8.x86_64 154/206 Installing : gnome-bluetooth-1:3.28.2-2.el8.x86_64 155/206 Installing : webkit2gtk3-2.24.4-2.el8_1.x86_64 156/206 Installing : gnome-online-accounts-3.28.2-1.el8.x86_64 157/206 Installing : libgdata-0.17.9-2.el8.x86_64 158/206 Running scriptlet: libgdata-0.17.9-2.el8.x86_64 158/206 Installing : evolution-data-server-langpacks-3.28.5-13.el8.no 159/206 Installing : evolution-data-server-3.28.5-13.el8.x86_64 160/206 Running scriptlet: evolution-data-server-3.28.5-13.el8.x86_64 160/206 Installing : nm-connection-editor-1.8.22-2.el8.x86_64 161/206 Installing : clutter-gst3-3.0.26-1.el8.x86_64 162/206 Installing : xfwm4-4.14.2-1.el8.x86_64 163/206 Installing : xfdesktop-4.14.1-3.el8.x86_64 164/206 Installing : gnome-keyring-3.28.2-1.el8.x86_64 165/206 Installing : gnome-keyring-pam-3.28.2-1.el8.x86_64 166/206 Installing : xfce-polkit-0.3-3.el8.x86_64 167/206 Installing : xfce4-session-4.14.2-1.el8.x86_64 168/206 Installing : colord-gtk-0.1.26-8.el8.x86_64 169/206 Installing : gjs-1.56.2-4.el8.x86_64 170/206 Installing : grilo-0.3.6-2.el8.x86_64 171/206 Installing : gtkmm30-3.22.2-2.el8.x86_64 172/206 Running scriptlet: gtkmm30-3.22.2-2.el8.x86_64 172/206 Installing : pavucontrol-3.0-11.el8.x86_64 173/206 Installing : gtksourceview3-3.24.9-1.el8.x86_64 174/206 Installing : ibus-gtk3-1.5.19-11.el8.x86_64 175/206 Installing : ibus-setup-1.5.19-11.el8.noarch 176/206 Installing : ibus-1.5.19-11.el8.x86_64 177/206 Running scriptlet: ibus-1.5.19-11.el8.x86_64 177/206 Installing : keybinder3-0.3.2-4.el8.x86_64 178/206 Running scriptlet: keybinder3-0.3.2-4.el8.x86_64 178/206 Installing : system-config-printer-libs-1.5.11-13.el8.noarch 179/206 Installing : vino-3.22.0-10.el8.x86_64 180/206 Running scriptlet: vino-3.22.0-10.el8.x86_64 180/206 Installing : vte291-0.52.2-2.el8.x86_64 181/206 Installing : xdg-desktop-portal-gtk-1.4.0-1.el8.x86_64 182/206 Running scriptlet: xdg-desktop-portal-gtk-1.4.0-1.el8.x86_64 182/206 Installing : zenity-3.28.1-1.el8.x86_64 183/206 Installing : gnome-themes-standard-3.22.3-4.el8.x86_64 184/206 Installing : gnome-desktop3-3.32.2-1.el8.x86_64 185/206 Installing : gnome-session-3.28.1-8.el8.x86_64 186/206 Installing : gnome-settings-daemon-3.32.0-9.el8.0.1.x86_64 187/206 Installing : gnome-session-wayland-session-3.28.1-8.el8.x86_6 188/206 Installing : gnome-session-xsession-3.28.1-8.el8.x86_64 189/206 Installing : cheese-libs-2:3.28.0-1.el8.x86_64 190/206 Installing : mutter-3.32.2-36.el8_2.x86_64 191/206 Installing : GConf2-3.2.6-22.el8.x86_64 192/206 Running scriptlet: GConf2-3.2.6-22.el8.x86_64 192/206 Installing : libgnomekbd-3.26.0-4.el8.x86_64 193/206 Installing : gnome-control-center-3.28.2-19.el8.x86_64 194/206 Running scriptlet: gdm-1:3.28.3-29.el8.x86_64 195/206 Installing : gdm-1:3.28.3-29.el8.x86_64 195/206 Running scriptlet: gdm-1:3.28.3-29.el8.x86_64 195/206 Installing : gnome-shell-3.32.2-14.el8.x86_64 196/206 Installing : xfce4-terminal-0.8.9.2-1.el8.x86_64 197/206 Installing : xfce4-pulseaudio-plugin-0.4.3-1.el8.x86_64 198/206 Installing : mousepad-0.4.2-1.el8.x86_64 199/206 Installing : xfce4-screensaver-0.1.10-1.el8.x86_64 200/206 Installing : thunar-volman-0.9.5-1.el8.x86_64 201/206 Installing : xfce4-power-manager-1.6.6-1.el8.x86_64 202/206 Installing : xfce4-appfinder-4.14.0-1.el8.x86_64 203/206 Installing : xfce4-settings-4.14.3-1.el8.x86_64 204/206 Installing : tumbler-0.2.7-1.el8.x86_64 205/206 Installing : openssh-askpass-8.0p1-4.el8_1.x86_64 206/206 Running scriptlet: dconf-0.28.0-3.el8.x86_64 206/206 Running scriptlet: pulseaudio-11.1-23.el8.x86_64 206/206 Running scriptlet: evolution-data-server-3.28.5-13.el8.x86_64 206/206 Running scriptlet: ibus-1.5.19-11.el8.x86_64 206/206 Running scriptlet: openssh-askpass-8.0p1-4.el8_1.x86_64 206/206 Running scriptlet: adwaita-icon-theme-3.28.0-2.el8.noarch 206/206 Running scriptlet: gtk3-3.22.30-5.el8.x86_64 206/206 Running scriptlet: gnome-themes-standard-3.22.3-4.el8.x86_64 206/206 Verifying : GConf2-3.2.6-22.el8.x86_64 1/206 Verifying : accountsservice-0.6.50-8.el8.x86_64 2/206 Verifying : accountsservice-libs-0.6.50-8.el8.x86_64 3/206 Verifying : adwaita-cursor-theme-3.28.0-2.el8.noarch 4/206 Verifying : adwaita-gtk2-theme-3.22.3-4.el8.x86_64 5/206 Verifying : adwaita-icon-theme-3.28.0-2.el8.noarch 6/206 Verifying : alsa-lib-1.2.1.2-3.el8.x86_64 7/206 Verifying : aspell-12:0.60.6.1-21.el8.x86_64 8/206 Verifying : at-spi2-atk-2.26.2-1.el8.x86_64 9/206 Verifying : at-spi2-core-2.28.0-1.el8.x86_64 10/206 Verifying : atkmm-2.24.2-6.el8.x86_64 11/206 Verifying : cairomm-1.12.0-7.el8.x86_64 12/206 Verifying : centos-backgrounds-80.5-2.el8.noarch 13/206 Verifying : cheese-libs-2:3.28.0-1.el8.x86_64 14/206 Verifying : clutter-1.26.2-8.el8.x86_64 15/206 Verifying : clutter-gst3-3.0.26-1.el8.x86_64 16/206 Verifying : clutter-gtk-1.8.4-3.el8.x86_64 17/206 Verifying : cogl-1.22.2-10.el8.x86_64 18/206 Verifying : color-filesystem-1-20.el8.noarch 19/206 Verifying : colord-1.4.2-1.el8.x86_64 20/206 Verifying : colord-gtk-0.1.26-8.el8.x86_64 21/206 Verifying : colord-libs-1.4.2-1.el8.x86_64 22/206 Verifying : cups-pk-helper-0.2.6-5.el8.x86_64 23/206 Verifying : dbus-x11-1:1.12.8-10.el8_2.x86_64 24/206 Verifying : dconf-0.28.0-3.el8.x86_64 25/206 Verifying : enchant2-2.2.3-2.el8.x86_64 26/206 Verifying : evolution-data-server-3.28.5-13.el8.x86_64 27/206 Verifying : evolution-data-server-langpacks-3.28.5-13.el8.no 28/206 Verifying : flac-libs-1.3.2-9.el8.x86_64 29/206 Verifying : flatpak-1.6.2-3.el8_2.x86_64 30/206 Verifying : flatpak-selinux-1.6.2-3.el8_2.noarch 31/206 Verifying : flatpak-session-helper-1.6.2-3.el8_2.x86_64 32/206 Verifying : gcr-3.28.0-1.el8.x86_64 33/206 Verifying : gdm-1:3.28.3-29.el8.x86_64 34/206 Verifying : geoclue2-2.5.5-1.el8.x86_64 35/206 Verifying : geoclue2-libs-2.5.5-1.el8.x86_64 36/206 Verifying : geocode-glib-3.26.0-1.el8.x86_64 37/206 Verifying : gjs-1.56.2-4.el8.x86_64 38/206 Verifying : glibmm24-2.56.0-1.el8.x86_64 39/206 Verifying : glx-utils-8.4.0-4.20181118git1830dcb.el8.x86_64 40/206 Verifying : gnome-bluetooth-1:3.28.2-2.el8.x86_64 41/206 Verifying : gnome-bluetooth-libs-1:3.28.2-2.el8.x86_64 42/206 Verifying : gnome-control-center-3.28.2-19.el8.x86_64 43/206 Verifying : gnome-control-center-filesystem-3.28.2-19.el8.no 44/206 Verifying : gnome-desktop3-3.32.2-1.el8.x86_64 45/206 Verifying : gnome-keyring-3.28.2-1.el8.x86_64 46/206 Verifying : gnome-keyring-pam-3.28.2-1.el8.x86_64 47/206 Verifying : gnome-menus-3.13.3-11.el8.x86_64 48/206 Verifying : gnome-online-accounts-3.28.2-1.el8.x86_64 49/206 Verifying : gnome-session-3.28.1-8.el8.x86_64 50/206 Verifying : gnome-session-wayland-session-3.28.1-8.el8.x86_6 51/206 Verifying : gnome-session-xsession-3.28.1-8.el8.x86_64 52/206 Verifying : gnome-settings-daemon-3.32.0-9.el8.0.1.x86_64 53/206 Verifying : gnome-shell-3.32.2-14.el8.x86_64 54/206 Verifying : gnome-themes-standard-3.22.3-4.el8.x86_64 55/206 Verifying : grilo-0.3.6-2.el8.x86_64 56/206 Verifying : gsm-1.0.17-5.el8.x86_64 57/206 Verifying : gstreamer1-1.16.1-2.el8.x86_64 58/206 Verifying : gstreamer1-plugins-base-1.16.1-1.el8.x86_64 59/206 Verifying : gtk3-3.22.30-5.el8.x86_64 60/206 Verifying : gtkmm30-3.22.2-2.el8.x86_64 61/206 Verifying : gtksourceview3-3.24.9-1.el8.x86_64 62/206 Verifying : harfbuzz-icu-1.7.5-3.el8.x86_64 63/206 Verifying : hunspell-1.6.2-1.el8.x86_64 64/206 Verifying : hunspell-en-US-0.20140811.1-12.el8.noarch 65/206 Verifying : hyphen-2.8.8-9.el8.x86_64 66/206 Verifying : ibus-1.5.19-11.el8.x86_64 67/206 Verifying : ibus-gtk2-1.5.19-11.el8.x86_64 68/206 Verifying : ibus-gtk3-1.5.19-11.el8.x86_64 69/206 Verifying : ibus-libs-1.5.19-11.el8.x86_64 70/206 Verifying : ibus-setup-1.5.19-11.el8.noarch 71/206 Verifying : iio-sensor-proxy-2.4-3.el8.x86_64 72/206 Verifying : iso-codes-3.79-2.el8.noarch 73/206 Verifying : keybinder3-0.3.2-4.el8.x86_64 74/206 Verifying : libXScrnSaver-1.2.3-1.el8.x86_64 75/206 Verifying : libXres-1.2.0-4.el8.x86_64 76/206 Verifying : libXtst-1.2.3-7.el8.x86_64 77/206 Verifying : libXv-1.0.11-7.el8.x86_64 78/206 Verifying : libasyncns-0.8-14.el8.x86_64 79/206 Verifying : libcanberra-0.30-16.el8.x86_64 80/206 Verifying : libcanberra-gtk3-0.30-16.el8.x86_64 81/206 Verifying : libepoxy-1.5.3-1.el8.x86_64 82/206 Verifying : libevdev-1.8.0-1.el8.x86_64 83/206 Verifying : libexif-0.6.21-17.el8_2.x86_64 84/206 Verifying : libgdata-0.17.9-2.el8.x86_64 85/206 Verifying : libglvnd-egl-1:1.2.0-6.el8.x86_64 86/206 Verifying : libglvnd-gles-1:1.2.0-6.el8.x86_64 87/206 Verifying : libgnomekbd-3.26.0-4.el8.x86_64 88/206 Verifying : libgtop2-2.38.0-3.el8.x86_64 89/206 Verifying : libgweather-3.28.2-2.el8.x86_64 90/206 Verifying : libimobiledevice-1.2.0-16.el8.x86_64 91/206 Verifying : libinput-1.14.3-1.el8.x86_64 92/206 Verifying : libnma-1.8.22-2.el8.x86_64 93/206 Verifying : libnotify-0.7.7-5.el8.x86_64 94/206 Verifying : liboauth-1.0.3-9.el8.x86_64 95/206 Verifying : libogg-2:1.3.2-10.el8.x86_64 96/206 Verifying : libplist-2.0.0-10.el8.x86_64 97/206 Verifying : libquvi-0.9.4-12.el8.x86_64 98/206 Verifying : libquvi-scripts-0.9.20131130-9.el8.noarch 99/206 Verifying : libsigc++20-2.10.0-5.el8.x86_64 100/206 Verifying : libsndfile-1.0.28-10.el8.x86_64 101/206 Verifying : libtheora-1:1.1.1-21.el8.x86_64 102/206 Verifying : libusbmuxd-1.0.10-9.el8.x86_64 103/206 Verifying : libvisual-1:0.4.0-24.el8.x86_64 104/206 Verifying : libvorbis-1:1.3.6-2.el8.x86_64 105/206 Verifying : libwacom-1.1-2.el8.x86_64 106/206 Verifying : libwacom-data-1.1-2.el8.noarch 107/206 Verifying : libwayland-client-1.17.0-1.el8.x86_64 108/206 Verifying : libwayland-cursor-1.17.0-1.el8.x86_64 109/206 Verifying : libwayland-egl-1.17.0-1.el8.x86_64 110/206 Verifying : libwayland-server-1.17.0-1.el8.x86_64 111/206 Verifying : libwnck3-3.24.1-2.el8.x86_64 112/206 Verifying : libxkbcommon-x11-0.9.1-1.el8.x86_64 113/206 Verifying : libxklavier-5.4-11.el8.x86_64 114/206 Verifying : lua-expat-1.3.0-12.el8.1.x86_64 115/206 Verifying : lua-json-1.3.2-9.el8.noarch 116/206 Verifying : lua-lpeg-1.0.1-6.el8.x86_64 117/206 Verifying : lua-socket-3.0-0.17.rc1.el8.x86_64 118/206 Verifying : mesa-libEGL-19.3.4-2.el8.x86_64 119/206 Verifying : mesa-libgbm-19.3.4-2.el8.x86_64 120/206 Verifying : mtdev-1.1.5-12.el8.x86_64 121/206 Verifying : mutter-3.32.2-36.el8_2.x86_64 122/206 Verifying : nm-connection-editor-1.8.22-2.el8.x86_64 123/206 Verifying : openssh-askpass-8.0p1-4.el8_1.x86_64 124/206 Verifying : opus-1.3-0.4.beta.el8.x86_64 125/206 Verifying : orc-0.4.28-3.el8.x86_64 126/206 Verifying : ostree-libs-2019.6-2.el8.x86_64 127/206 Verifying : pangomm-2.40.1-5.el8.x86_64 128/206 Verifying : pavucontrol-3.0-11.el8.x86_64 129/206 Verifying : pinentry-gtk-1.1.0-2.el8.x86_64 130/206 Verifying : pipewire-0.2.7-1.el8.x86_64 131/206 Verifying : pipewire-libs-0.2.7-1.el8.x86_64 132/206 Verifying : poppler-0.66.0-26.el8.x86_64 133/206 Verifying : poppler-data-0.4.9-1.el8.noarch 134/206 Verifying : poppler-glib-0.66.0-26.el8.x86_64 135/206 Verifying : pulseaudio-11.1-23.el8.x86_64 136/206 Verifying : pulseaudio-libs-11.1-23.el8.x86_64 137/206 Verifying : pulseaudio-libs-glib2-11.1-23.el8.x86_64 138/206 Verifying : pulseaudio-module-bluetooth-11.1-23.el8.x86_64 139/206 Verifying : python3-cups-1.9.72-21.el8.0.1.x86_64 140/206 Verifying : python3-pycurl-7.43.0.2-4.el8.x86_64 141/206 Verifying : rest-0.8.1-2.el8.x86_64 142/206 Verifying : rtkit-0.11-19.el8.x86_64 143/206 Verifying : sbc-1.3-9.el8.x86_64 144/206 Verifying : sound-theme-freedesktop-0.8-9.el8.noarch 145/206 Verifying : speexdsp-1.2-0.13.rc3.el8.x86_64 146/206 Verifying : startup-notification-0.12-15.el8.x86_64 147/206 Verifying : switcheroo-control-1.1-5.el8.x86_64 148/206 Verifying : system-config-printer-libs-1.5.11-13.el8.noarch 149/206 Verifying : totem-pl-parser-3.26.1-2.el8.x86_64 150/206 Verifying : upower-0.99.7-3.el8.x86_64 151/206 Verifying : vino-3.22.0-10.el8.x86_64 152/206 Verifying : vte-profile-0.52.2-2.el8.x86_64 153/206 Verifying : vte291-0.52.2-2.el8.x86_64 154/206 Verifying : webkit2gtk3-2.24.4-2.el8_1.x86_64 155/206 Verifying : webkit2gtk3-jsc-2.24.4-2.el8_1.x86_64 156/206 Verifying : webkit2gtk3-plugin-process-gtk2-2.24.4-2.el8_1.x 157/206 Verifying : webrtc-audio-processing-0.3-8.el8.x86_64 158/206 Verifying : woff2-1.0.2-4.el8.x86_64 159/206 Verifying : xcb-util-0.4.0-10.el8.x86_64 160/206 Verifying : xdg-desktop-portal-1.4.2-1.el8.x86_64 161/206 Verifying : xdg-desktop-portal-gtk-1.4.0-1.el8.x86_64 162/206 Verifying : xorg-x11-drv-fbdev-0.5.0-2.el8.x86_64 163/206 Verifying : xorg-x11-drv-libinput-0.29.0-1.el8.x86_64 164/206 Verifying : xorg-x11-drv-vesa-2.4.0-3.el8.x86_64 165/206 Verifying : xorg-x11-server-Xorg-1.20.6-3.el8.x86_64 166/206 Verifying : xorg-x11-server-Xwayland-1.20.6-3.el8.x86_64 167/206 Verifying : xorg-x11-server-common-1.20.6-3.el8.x86_64 168/206 Verifying : zenity-3.28.1-1.el8.x86_64 169/206 Verifying : ModemManager-glib-1.10.8-2.el8.x86_64 170/206 Verifying : NetworkManager-wifi-1:1.22.8-5.el8_2.x86_64 171/206 Verifying : avahi-glib-0.7-19.el8.x86_64 172/206 Verifying : bluez-5.50-3.el8.x86_64 173/206 Verifying : bluez-libs-5.50-3.el8.x86_64 174/206 Verifying : bluez-obexd-5.50-3.el8.x86_64 175/206 Verifying : bubblewrap-0.4.0-1.el8.x86_64 176/206 Verifying : fuse-2.9.7-12.el8.x86_64 177/206 Verifying : fuse-common-3.2.1-12.el8.x86_64 178/206 Verifying : libical-3.0.3-3.el8.x86_64 179/206 Verifying : mobile-broadband-provider-info-20190618-2.el8.no 180/206 Verifying : p11-kit-server-0.23.14-5.el8_0.x86_64 181/206 Verifying : python3-chardet-3.0.4-7.el8.noarch 182/206 Verifying : python3-pysocks-1.6.8-3.el8.noarch 183/206 Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 184/206 Verifying : python3-urllib3-1.24.2-4.el8.noarch 185/206 Verifying : wpa_supplicant-1:2.9-2.el8.x86_64 186/206 Verifying : Thunar-1.8.15-1.el8.x86_64 187/206 Verifying : exo-0.12.10-1.el8.x86_64 188/206 Verifying : garcon-0.6.4-3.el8.x86_64 189/206 Verifying : libxfce4ui-4.14.1-3.el8.x86_64 190/206 Verifying : libxfce4util-4.14.0-1.el8.x86_64 191/206 Verifying : mousepad-0.4.2-1.el8.x86_64 192/206 Verifying : thunar-volman-0.9.5-1.el8.x86_64 193/206 Verifying : tumbler-0.2.7-1.el8.x86_64 194/206 Verifying : xfce-polkit-0.3-3.el8.x86_64 195/206 Verifying : xfce4-appfinder-4.14.0-1.el8.x86_64 196/206 Verifying : xfce4-panel-4.14.4-1.el8.x86_64 197/206 Verifying : xfce4-power-manager-1.6.6-1.el8.x86_64 198/206 Verifying : xfce4-pulseaudio-plugin-0.4.3-1.el8.x86_64 199/206 Verifying : xfce4-screensaver-0.1.10-1.el8.x86_64 200/206 Verifying : xfce4-session-4.14.2-1.el8.x86_64 201/206 Verifying : xfce4-settings-4.14.3-1.el8.x86_64 202/206 Verifying : xfce4-terminal-0.8.9.2-1.el8.x86_64 203/206 Verifying : xfconf-4.14.3-1.el8.x86_64 204/206 Verifying : xfdesktop-4.14.1-3.el8.x86_64 205/206 Verifying : xfwm4-4.14.2-1.el8.x86_64 206/206 Installed: GConf2-3.2.6-22.el8.x86_64 ModemManager-glib-1.10.8-2.el8.x86_64 NetworkManager-wifi-1:1.22.8-5.el8_2.x86_64 Thunar-1.8.15-1.el8.x86_64 accountsservice-0.6.50-8.el8.x86_64 accountsservice-libs-0.6.50-8.el8.x86_64 adwaita-cursor-theme-3.28.0-2.el8.noarch adwaita-gtk2-theme-3.22.3-4.el8.x86_64 adwaita-icon-theme-3.28.0-2.el8.noarch alsa-lib-1.2.1.2-3.el8.x86_64 aspell-12:0.60.6.1-21.el8.x86_64 at-spi2-atk-2.26.2-1.el8.x86_64 at-spi2-core-2.28.0-1.el8.x86_64 atkmm-2.24.2-6.el8.x86_64 avahi-glib-0.7-19.el8.x86_64 bluez-5.50-3.el8.x86_64 bluez-libs-5.50-3.el8.x86_64 bluez-obexd-5.50-3.el8.x86_64 bubblewrap-0.4.0-1.el8.x86_64 cairomm-1.12.0-7.el8.x86_64 centos-backgrounds-80.5-2.el8.noarch cheese-libs-2:3.28.0-1.el8.x86_64 clutter-1.26.2-8.el8.x86_64 clutter-gst3-3.0.26-1.el8.x86_64 clutter-gtk-1.8.4-3.el8.x86_64 cogl-1.22.2-10.el8.x86_64 color-filesystem-1-20.el8.noarch colord-1.4.2-1.el8.x86_64 colord-gtk-0.1.26-8.el8.x86_64 colord-libs-1.4.2-1.el8.x86_64 cups-pk-helper-0.2.6-5.el8.x86_64 dbus-x11-1:1.12.8-10.el8_2.x86_64 dconf-0.28.0-3.el8.x86_64 enchant2-2.2.3-2.el8.x86_64 evolution-data-server-3.28.5-13.el8.x86_64 evolution-data-server-langpacks-3.28.5-13.el8.noarch exo-0.12.10-1.el8.x86_64 flac-libs-1.3.2-9.el8.x86_64 flatpak-1.6.2-3.el8_2.x86_64 flatpak-selinux-1.6.2-3.el8_2.noarch flatpak-session-helper-1.6.2-3.el8_2.x86_64 fuse-2.9.7-12.el8.x86_64 fuse-common-3.2.1-12.el8.x86_64 garcon-0.6.4-3.el8.x86_64 gcr-3.28.0-1.el8.x86_64 gdm-1:3.28.3-29.el8.x86_64 geoclue2-2.5.5-1.el8.x86_64 geoclue2-libs-2.5.5-1.el8.x86_64 geocode-glib-3.26.0-1.el8.x86_64 gjs-1.56.2-4.el8.x86_64 glibmm24-2.56.0-1.el8.x86_64 glx-utils-8.4.0-4.20181118git1830dcb.el8.x86_64 gnome-bluetooth-1:3.28.2-2.el8.x86_64 gnome-bluetooth-libs-1:3.28.2-2.el8.x86_64 gnome-control-center-3.28.2-19.el8.x86_64 gnome-control-center-filesystem-3.28.2-19.el8.noarch gnome-desktop3-3.32.2-1.el8.x86_64 gnome-keyring-3.28.2-1.el8.x86_64 gnome-keyring-pam-3.28.2-1.el8.x86_64 gnome-menus-3.13.3-11.el8.x86_64 gnome-online-accounts-3.28.2-1.el8.x86_64 gnome-session-3.28.1-8.el8.x86_64 gnome-session-wayland-session-3.28.1-8.el8.x86_64 gnome-session-xsession-3.28.1-8.el8.x86_64 gnome-settings-daemon-3.32.0-9.el8.0.1.x86_64 gnome-shell-3.32.2-14.el8.x86_64 gnome-themes-standard-3.22.3-4.el8.x86_64 grilo-0.3.6-2.el8.x86_64 gsm-1.0.17-5.el8.x86_64 gstreamer1-1.16.1-2.el8.x86_64 gstreamer1-plugins-base-1.16.1-1.el8.x86_64 gtk3-3.22.30-5.el8.x86_64 gtkmm30-3.22.2-2.el8.x86_64 gtksourceview3-3.24.9-1.el8.x86_64 harfbuzz-icu-1.7.5-3.el8.x86_64 hunspell-1.6.2-1.el8.x86_64 hunspell-en-US-0.20140811.1-12.el8.noarch hyphen-2.8.8-9.el8.x86_64 ibus-1.5.19-11.el8.x86_64 ibus-gtk2-1.5.19-11.el8.x86_64 ibus-gtk3-1.5.19-11.el8.x86_64 ibus-libs-1.5.19-11.el8.x86_64 ibus-setup-1.5.19-11.el8.noarch iio-sensor-proxy-2.4-3.el8.x86_64 iso-codes-3.79-2.el8.noarch keybinder3-0.3.2-4.el8.x86_64 libXScrnSaver-1.2.3-1.el8.x86_64 libXres-1.2.0-4.el8.x86_64 libXtst-1.2.3-7.el8.x86_64 libXv-1.0.11-7.el8.x86_64 libasyncns-0.8-14.el8.x86_64 libcanberra-0.30-16.el8.x86_64 libcanberra-gtk3-0.30-16.el8.x86_64 libepoxy-1.5.3-1.el8.x86_64 libevdev-1.8.0-1.el8.x86_64 libexif-0.6.21-17.el8_2.x86_64 libgdata-0.17.9-2.el8.x86_64 libglvnd-egl-1:1.2.0-6.el8.x86_64 libglvnd-gles-1:1.2.0-6.el8.x86_64 libgnomekbd-3.26.0-4.el8.x86_64 libgtop2-2.38.0-3.el8.x86_64 libgweather-3.28.2-2.el8.x86_64 libical-3.0.3-3.el8.x86_64 libimobiledevice-1.2.0-16.el8.x86_64 libinput-1.14.3-1.el8.x86_64 libnma-1.8.22-2.el8.x86_64 libnotify-0.7.7-5.el8.x86_64 liboauth-1.0.3-9.el8.x86_64 libogg-2:1.3.2-10.el8.x86_64 libplist-2.0.0-10.el8.x86_64 libquvi-0.9.4-12.el8.x86_64 libquvi-scripts-0.9.20131130-9.el8.noarch libsigc++20-2.10.0-5.el8.x86_64 libsndfile-1.0.28-10.el8.x86_64 libtheora-1:1.1.1-21.el8.x86_64 libusbmuxd-1.0.10-9.el8.x86_64 libvisual-1:0.4.0-24.el8.x86_64 libvorbis-1:1.3.6-2.el8.x86_64 libwacom-1.1-2.el8.x86_64 libwacom-data-1.1-2.el8.noarch libwayland-client-1.17.0-1.el8.x86_64 libwayland-cursor-1.17.0-1.el8.x86_64 libwayland-egl-1.17.0-1.el8.x86_64 libwayland-server-1.17.0-1.el8.x86_64 libwnck3-3.24.1-2.el8.x86_64 libxfce4ui-4.14.1-3.el8.x86_64 libxfce4util-4.14.0-1.el8.x86_64 libxkbcommon-x11-0.9.1-1.el8.x86_64 libxklavier-5.4-11.el8.x86_64 lua-expat-1.3.0-12.el8.1.x86_64 lua-json-1.3.2-9.el8.noarch lua-lpeg-1.0.1-6.el8.x86_64 lua-socket-3.0-0.17.rc1.el8.x86_64 mesa-libEGL-19.3.4-2.el8.x86_64 mesa-libgbm-19.3.4-2.el8.x86_64 mobile-broadband-provider-info-20190618-2.el8.noarch mousepad-0.4.2-1.el8.x86_64 mtdev-1.1.5-12.el8.x86_64 mutter-3.32.2-36.el8_2.x86_64 nm-connection-editor-1.8.22-2.el8.x86_64 openssh-askpass-8.0p1-4.el8_1.x86_64 opus-1.3-0.4.beta.el8.x86_64 orc-0.4.28-3.el8.x86_64 ostree-libs-2019.6-2.el8.x86_64 p11-kit-server-0.23.14-5.el8_0.x86_64 pangomm-2.40.1-5.el8.x86_64 pavucontrol-3.0-11.el8.x86_64 pinentry-gtk-1.1.0-2.el8.x86_64 pipewire-0.2.7-1.el8.x86_64 pipewire-libs-0.2.7-1.el8.x86_64 poppler-0.66.0-26.el8.x86_64 poppler-data-0.4.9-1.el8.noarch poppler-glib-0.66.0-26.el8.x86_64 pulseaudio-11.1-23.el8.x86_64 pulseaudio-libs-11.1-23.el8.x86_64 pulseaudio-libs-glib2-11.1-23.el8.x86_64 pulseaudio-module-bluetooth-11.1-23.el8.x86_64 python3-chardet-3.0.4-7.el8.noarch python3-cups-1.9.72-21.el8.0.1.x86_64 python3-pycurl-7.43.0.2-4.el8.x86_64 python3-pysocks-1.6.8-3.el8.noarch python3-requests-2.20.0-2.1.el8_1.noarch python3-urllib3-1.24.2-4.el8.noarch rest-0.8.1-2.el8.x86_64 rtkit-0.11-19.el8.x86_64 sbc-1.3-9.el8.x86_64 sound-theme-freedesktop-0.8-9.el8.noarch speexdsp-1.2-0.13.rc3.el8.x86_64 startup-notification-0.12-15.el8.x86_64 switcheroo-control-1.1-5.el8.x86_64 system-config-printer-libs-1.5.11-13.el8.noarch thunar-volman-0.9.5-1.el8.x86_64 totem-pl-parser-3.26.1-2.el8.x86_64 tumbler-0.2.7-1.el8.x86_64 upower-0.99.7-3.el8.x86_64 vino-3.22.0-10.el8.x86_64 vte-profile-0.52.2-2.el8.x86_64 vte291-0.52.2-2.el8.x86_64 webkit2gtk3-2.24.4-2.el8_1.x86_64 webkit2gtk3-jsc-2.24.4-2.el8_1.x86_64 webkit2gtk3-plugin-process-gtk2-2.24.4-2.el8_1.x86_64 webrtc-audio-processing-0.3-8.el8.x86_64 woff2-1.0.2-4.el8.x86_64 wpa_supplicant-1:2.9-2.el8.x86_64 xcb-util-0.4.0-10.el8.x86_64 xdg-desktop-portal-1.4.2-1.el8.x86_64 xdg-desktop-portal-gtk-1.4.0-1.el8.x86_64 xfce-polkit-0.3-3.el8.x86_64 xfce4-appfinder-4.14.0-1.el8.x86_64 xfce4-panel-4.14.4-1.el8.x86_64 xfce4-power-manager-1.6.6-1.el8.x86_64 xfce4-pulseaudio-plugin-0.4.3-1.el8.x86_64 xfce4-screensaver-0.1.10-1.el8.x86_64 xfce4-session-4.14.2-1.el8.x86_64 xfce4-settings-4.14.3-1.el8.x86_64 xfce4-terminal-0.8.9.2-1.el8.x86_64 xfconf-4.14.3-1.el8.x86_64 xfdesktop-4.14.1-3.el8.x86_64 xfwm4-4.14.2-1.el8.x86_64 xorg-x11-drv-fbdev-0.5.0-2.el8.x86_64 xorg-x11-drv-libinput-0.29.0-1.el8.x86_64 xorg-x11-drv-vesa-2.4.0-3.el8.x86_64 xorg-x11-server-Xorg-1.20.6-3.el8.x86_64 xorg-x11-server-Xwayland-1.20.6-3.el8.x86_64 xorg-x11-server-common-1.20.6-3.el8.x86_64 zenity-3.28.1-1.el8.x86_64 Complete! [root@localhost ~]# reboot [amadr@localhost ~]$ echo "xfce4-session" > ~/.Xclients [amadr@localhost ~]$ chmod a+x ~/.Xclients
Saturday, August 15, 2020
How to Install Google Chrome Web Browser on CentOS 8
Reference URL: https://linuxize.com/post/how-to-install-google-chrome-web-browser-on-centos-8/ Reference DNF: https://www.rootusers.com/25-useful-dnf-command-examples-for-package-management-in-linux/ 1. Open your terminal and download the latest Chrome 64-bit .rpm package with wget : [root@localhost Downloads]# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm 2. Once the download is complete, run the following command as root or user with sudo privileges to install Chrome Browser: [root@localhost Downloads]# dnf localinstall google-chrome-stable_current_x86_64.rpm 3. Done. 4. Sample session: [root@localhost Downloads]# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm --2020-08-16 02:34:25-- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm Resolving dl.google.com (dl.google.com)... 172.217.3.110, 2607:f8b0:4006:81a::200e Connecting to dl.google.com (dl.google.com)|172.217.3.110|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69483744 (66M) [application/x-rpm] Saving to: ‘google-chrome-stable_current_x86_64.rpm’ google-chrome-stabl 100%[===================>] 66.26M 90.3MB/s in 0.7s 2020-08-16 02:34:26 (90.3 MB/s) - ‘google-chrome-stable_current_x86_64.rpm’ saved [69483744/69483744] [root@localhost Downloads]# sudo dnf localinstall google-chrome-stable_current_x86_64.rpm Last metadata expiration check: 0:16:53 ago on Sun 16 Aug 2020 02:17:48 AM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: google-chrome-stable x86_64 84.0.4147.125-1 @commandline 66 M Installing dependencies: libappindicator-gtk3 x86_64 12.10.0-19.el8 AppStream 43 k libdbusmenu x86_64 16.04.0-12.el8 AppStream 140 k libdbusmenu-gtk3 x86_64 16.04.0-12.el8 AppStream 41 k liberation-fonts noarch 1:2.00.3-7.el8 BaseOS 20 k liberation-serif-fonts noarch 1:2.00.3-7.el8 BaseOS 609 k libindicator-gtk3 x86_64 12.10.1-14.el8 AppStream 70 k mesa-vulkan-drivers x86_64 19.3.4-2.el8 AppStream 3.5 M vulkan-loader x86_64 1.2.135.0-1.el8 AppStream 115 k Transaction Summary ================================================================================ Install 9 Packages Total size: 71 M Total download size: 4.6 M Installed size: 240 M Is this ok [y/N]: y Downloading Packages: (1/8): libdbusmenu-gtk3-16.04.0-12.el8.x86_64.r 345 kB/s | 41 kB 00:00 (2/8): libappindicator-gtk3-12.10.0-19.el8.x86_ 293 kB/s | 43 kB 00:00 (3/8): libdbusmenu-16.04.0-12.el8.x86_64.rpm 806 kB/s | 140 kB 00:00 (4/8): libindicator-gtk3-12.10.1-14.el8.x86_64. 1.2 MB/s | 70 kB 00:00 (5/8): vulkan-loader-1.2.135.0-1.el8.x86_64.rpm 3.3 MB/s | 115 kB 00:00 (6/8): liberation-fonts-2.00.3-7.el8.noarch.rpm 54 kB/s | 20 kB 00:00 (7/8): mesa-vulkan-drivers-19.3.4-2.el8.x86_64. 7.0 MB/s | 3.5 MB 00:00 (8/8): liberation-serif-fonts-2.00.3-7.el8.noar 917 kB/s | 609 kB 00:00 -------------------------------------------------------------------------------- Total 3.5 MB/s | 4.6 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libdbusmenu-16.04.0-12.el8.x86_64 1/9 Installing : libdbusmenu-gtk3-16.04.0-12.el8.x86_64 2/9 Installing : vulkan-loader-1.2.135.0-1.el8.x86_64 3/9 Installing : mesa-vulkan-drivers-19.3.4-2.el8.x86_64 4/9 Installing : liberation-serif-fonts-1:2.00.3-7.el8.noarch 5/9 Installing : liberation-fonts-1:2.00.3-7.el8.noarch 6/9 Installing : libindicator-gtk3-12.10.1-14.el8.x86_64 7/9 Installing : libappindicator-gtk3-12.10.0-19.el8.x86_64 8/9 Running scriptlet: google-chrome-stable-84.0.4147.125-1.x86_64 9/9 Installing : google-chrome-stable-84.0.4147.125-1.x86_64 9/9 Running scriptlet: google-chrome-stable-84.0.4147.125-1.x86_64 9/9 error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable) error: /tmp/google.sig.ZLNjLJ: key 1 import failed. error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable) error: /tmp/google.sig.ZLNjLJ: key 2 import failed. Redirecting to /bin/systemctl start atd.service Verifying : libappindicator-gtk3-12.10.0-19.el8.x86_64 1/9 Verifying : libdbusmenu-16.04.0-12.el8.x86_64 2/9 Verifying : libdbusmenu-gtk3-16.04.0-12.el8.x86_64 3/9 Verifying : libindicator-gtk3-12.10.1-14.el8.x86_64 4/9 Verifying : mesa-vulkan-drivers-19.3.4-2.el8.x86_64 5/9 Verifying : vulkan-loader-1.2.135.0-1.el8.x86_64 6/9 Verifying : liberation-fonts-1:2.00.3-7.el8.noarch 7/9 Verifying : liberation-serif-fonts-1:2.00.3-7.el8.noarch 8/9 Verifying : google-chrome-stable-84.0.4147.125-1.x86_64 9/9 Installed: google-chrome-stable-84.0.4147.125-1.x86_64 libappindicator-gtk3-12.10.0-19.el8.x86_64 libdbusmenu-16.04.0-12.el8.x86_64 libdbusmenu-gtk3-16.04.0-12.el8.x86_64 liberation-fonts-1:2.00.3-7.el8.noarch liberation-serif-fonts-1:2.00.3-7.el8.noarch libindicator-gtk3-12.10.1-14.el8.x86_64 mesa-vulkan-drivers-19.3.4-2.el8.x86_64 vulkan-loader-1.2.135.0-1.el8.x86_64 Complete! [root@localhost Downloads]# dnf update google-chrome google-chrome 43 kB/s | 3.6 kB 00:00 Dependencies resolved. Nothing to do. Complete! [root@localhost Downloads]#
Wednesday, August 12, 2020
How to Install PostgreSQL on CentOS 8
Installing PostgreSQL on CentOS 8 # URL: https://linuxize.com/post/how-to-install-postgresql-on-centos-8/ # update [root@thermalite ~]# dnf -y update Last metadata expiration check: 0:06:57 ago on Sun 04 Oct 2020 02:00:47 AM EDT. Dependencies resolved. Nothing to do. Complete! # To list the available PostgreSQL module streams, type: [root@thermalite ~]# dnf module list postgresql Last metadata expiration check: 0:00:04 ago on Sun 04 Oct 2020 08:30:30 PM EDT. CentOS-8 - AppStream Name Stream Profiles Summary postgresql 9.6 client, server [d] PostgreSQL server and client module postgresql 10 [d][e] client, server [d] [i] PostgreSQL server and client module postgresql 12 client, server [d] PostgreSQL server and client module Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled [root@localhost ~]# dnf install @postgresql:10 Last metadata expiration check: 0:08:37 ago on Sun 04 Oct 2020 02:00:47 AM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repo Size ================================================================================ Installing group/module packages: postgresql-server x86_64 10.14-1.module_el8.2.0+487+53cc39ce AppStream 5.0 M Installing dependencies: libpq x86_64 12.4-1.el8_2 AppStream 195 k postgresql x86_64 10.14-1.module_el8.2.0+487+53cc39ce AppStream 1.5 M Installing module profiles: postgresql/server Enabling module streams: postgresql 10 Transaction Summary ================================================================================ Install 3 Packages Total download size: 6.7 M Installed size: 26 M Is this ok [y/N]: y Downloading Packages: (1/3): libpq-12.4-1.el8_2.x86_64.rpm 2.9 MB/s | 195 kB 00:00 (2/3): postgresql-10.14-1.module_el8.2.0+487+53 11 MB/s | 1.5 MB 00:00 (3/3): postgresql-server-10.14-1.module_el8.2.0 34 MB/s | 5.0 MB 00:00 -------------------------------------------------------------------------------- Total 18 MB/s | 6.7 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libpq-12.4-1.el8_2.x86_64 1/3 Installing : postgresql-10.14-1.module_el8.2.0+487+53cc39ce.x86_6 2/3 Running scriptlet: postgresql-server-10.14-1.module_el8.2.0+487+53cc39c 3/3 Installing : postgresql-server-10.14-1.module_el8.2.0+487+53cc39c 3/3 Running scriptlet: postgresql-server-10.14-1.module_el8.2.0+487+53cc39c 3/3 Verifying : libpq-12.4-1.el8_2.x86_64 1/3 Verifying : postgresql-10.14-1.module_el8.2.0+487+53cc39ce.x86_6 2/3 Verifying : postgresql-server-10.14-1.module_el8.2.0+487+53cc39c 3/3 Installed: libpq-12.4-1.el8_2.x86_64 postgresql-10.14-1.module_el8.2.0+487+53cc39ce.x86_64 postgresql-server-10.14-1.module_el8.2.0+487+53cc39ce.x86_64 Complete! [root@localhost ~]# dnf install postgresql-contrib Last metadata expiration check: 0:09:01 ago on Sun 04 Oct 2020 02:00:47 AM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repo Size ================================================================================ Installing: postgresql-contrib x86_64 10.14-1.module_el8.2.0+487+53cc39ce AppStream 804 k Installing dependencies: uuid x86_64 1.6.2-42.el8 AppStream 63 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 867 k Installed size: 2.7 M Is this ok [y/N]: y Downloading Packages: (1/2): uuid-1.6.2-42.el8.x86_64.rpm 325 kB/s | 63 kB 00:00 (2/2): postgresql-contrib-10.14-1.module_el8.2. 801 kB/s | 804 kB 00:01 -------------------------------------------------------------------------------- Total 734 kB/s | 867 kB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : uuid-1.6.2-42.el8.x86_64 1/2 Running scriptlet: uuid-1.6.2-42.el8.x86_64 1/2 Installing : postgresql-contrib-10.14-1.module_el8.2.0+487+53cc39 2/2 Running scriptlet: postgresql-contrib-10.14-1.module_el8.2.0+487+53cc39 2/2 Verifying : postgresql-contrib-10.14-1.module_el8.2.0+487+53cc39 1/2 Verifying : uuid-1.6.2-42.el8.x86_64 2/2 Installed: postgresql-contrib-10.14-1.module_el8.2.0+487+53cc39ce.x86_64 uuid-1.6.2-42.el8.x86_64 Complete! [root@localhost ~]# postgresql-setup initdb WARNING: using obsoleted argument syntax, try --help WARNING: arguments transformed to: postgresql-setup --initdb --unit postgresql * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log [root@localhost ~]# systemctl enable --now postgresql Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /usr/lib/systemd/system/postgresql.service. [root@localhost ~]# postgres psql -c "SELECT version();" "root" execution of the PostgreSQL server is not permitted. The server must be started under an unprivileged user ID to prevent possible system security compromise. See the documentation for more information on how to properly start the server. [root@localhost ~]# exit logout [malex@localhost /]$ sudo -u postgres psql -c "SELECT version();" [sudo] password for malex: version -------------------------------------------------------------------------------- ----------------------------- PostgreSQL 10.14 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.3.1 201911 21 (Red Hat 8.3.1-5), 64-bit (1 row) # To install the default stream, PostgreSQL server version 10.0 type: [malex@thermalite ~]$ sudo dnf install @postgresql:10 # You may also want to install the contrib package which provides several # additional features for the PostgreSQL database system. [malex@thermalite ~]$ sudo dnf install postgresql-contrib # Once the installation is complete, initialize the PostgreSQL # database with the following command: [malex@thermalite ~]$ sudo postgresql-setup initdb Initializing database ... OK # Start the PostgreSQL service and enable it to start on boot: [malex@thermalite ~] sudo systemctl enable --now postgresql Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /usr/lib/systemd/system/postgresql.service. [malex@thermalite ~]$ sudo systemctl start postgresql [malex@thermalite ~]$ sudo systemctl status postgresql ● postgresql.service - PostgreSQL database server Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; vendor preset: disabled) Active: active (running) since Sun 2020-10-04 20:23:44 EDT; 29min ago Process: 653663 ExecStartPre=/usr/libexec/postgresql-check-db-dir postgresql (code=exited, status=0/SUCCESS) Main PID: 653666 (postmaster) Tasks: 8 (limit: 49100) Memory: 19.5M CGroup: /system.slice/postgresql.service ├─653666 /usr/bin/postmaster -D /var/lib/pgsql/data ├─653667 postgres: logger process ├─653669 postgres: checkpointer process ├─653670 postgres: writer process ├─653671 postgres: wal writer process ├─653672 postgres: autovacuum launcher process ├─653673 postgres: stats collector process └─653674 postgres: bgworker: logical replication launcher Oct 04 20:23:44 thermalite.localdomain systemd[1]: Starting PostgreSQL database server... Oct 04 20:23:44 thermalite.localdomain postmaster[653666]: 2020-10-04 20:23:44.737 EDT [653666] LOG: listening on IPv4 address "0.0.0.0", port 5432 Oct 04 20:23:44 thermalite.localdomain postmaster[653666]: 2020-10-04 20:23:44.737 EDT [653666] LOG: listening on IPv6 address "::", port 5432 Oct 04 20:23:44 thermalite.localdomain postmaster[653666]: 2020-10-04 20:23:44.753 EDT [653666] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Oct 04 20:23:44 thermalite.localdomain postmaster[653666]: 2020-10-04 20:23:44.787 EDT [653666] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Oct 04 20:23:44 thermalite.localdomain postmaster[653666]: 2020-10-04 20:23:44.809 EDT [653666] LOG: redirecting log output to logging collector process Oct 04 20:23:44 thermalite.localdomain postmaster[653666]: 2020-10-04 20:23:44.809 EDT [653666] HINT: Future log output will appear in directory "log". Oct 04 20:23:44 thermalite.localdomain systemd[1]: Started PostgreSQL database server. [malex@localhost ~]$ # configure the firewall setting [malex@thermalite ~]$ sudo firewall-cmd --add-service=postgresql --permanent success [malex@thermalite ~]$ sudo firewall-cmd --reload success # Verify the changes with the ss utility: [malex@localhost ~]$ ss -nlt | grep 5432 LISTEN 0 128 0.0.0.0:5432 0.0.0.0:* LISTEN 0 128 [::]:5432 [::]:* [malex@localhost ~]$ # Use the psql tool to verify the installation by connecting to the # PostgreSQL database server and print its version : [malex@thermalite ~] sudo -u postgres psql -c "SELECT version();" # To log in to the PostgreSQL server as the postgres user, first # switch to the user and then access the PostgreSQL prompt using the psql utility: [malex@thermalite ~] sudo su - postgres # run psql locally [postgres@thermalite ~]$ psql psql (10.14) Type "help" for help. postgres=# postgres=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+----------+----------+-------------+-------------+----------------------- postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres (3 rows) postgres=# create database thermalitedb; CREATE DATABASE postgres=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges --------------+----------+----------+-------------+-------------+----------------------- postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres thermalitedb | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | (4 rows) postgres=# postgres=# \q [postgres@thermalite ~]$ # creating PostgreSQL Role and Database # CREATE USER dbuser WITH PASSWORD 'mypass'; GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO dbuser; ALTER USER dbuser WITH PASSWORD 'mypass'; DROP DATABASE bedrock; DROP DATABASE johndb; DROP DATABASE ofincy; SELECT * FROM pg_catalog.pg_tables WHERE schemaname != 'pg_catalog' AND schemaname != 'information_schema'; postgres=# \c thermalitedb You are now connected to database "thermalitedb" as user "postgres". thermalitedb=# \conninfo You are connected to database "thermalitedb" as user "postgres" via socket in "/var/run/postgresql" at port "5432". thermalitedb=# \dt Did not find any relations. thermalitedb=# SELECT * FROM pg_catalog.pg_tables WHERE schemaname != 'pg_catalog' AND schemaname != 'information_schema'; schemaname | tablename | tableowner | tablespace | hasindexes | hasrules | hastriggers | rowsecurity ------------+-----------+------------+------------+------------+----------+-------------+------------- (0 rows) thermalitedb=# \q [postgres@thermalite ~]$ exit logout [malex@thermalite ~]$ psql -d thermalitedb -U dbuser psql (10.14) Type "help" for help. thermalitedb=> \conninfo You are connected to database "thermalitedb" as user "dbuser" via socket in "/var/run/postgresql" at port "5432". thermalitedb=> \q [malex@thermalite ~]$ psql -h 192.168.1.80 -d thermalitedb -U dbuser Password for user dbuser: psql (10.14) Type "help" for help. thermalitedb=> \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges --------------+----------+----------+-------------+-------------+----------------------- postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres thermalitedb | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | (4 rows) thermalitedb=>
Subscribe to:
Posts (Atom)