CentOS安装搜狗输入法详细步骤以及排错


一:概述

在刚安装CentOS时,为了方便使用。常会安装输入法。在这里已安装搜狗输入法为例。其他输入法相似。在安装过程中会出现错误。

二:具体描述

<1>   首先安装Alien包

# sudo yum install alien -y

    在运行完成之后,我们发现会出现找不到alien包的情况。出现这种情况的原因是,在一开始安装CentOS时,镜像源不是国内源,解决办法就是安装国内的镜像源。

<2>安装国内的镜像源以及安装搜狗输入法,具体的安装步骤如下:里面有试错过程,所以代码较多。

# [opsuser@liuxserver ~]$ rht -vmctl reset all
bash: rht: 未找到命令...
# [opsuser@liuxserver ~]$ rht-vmctl reset all
bash: rht-vmctl: 未找到命令...
# [opsuser@liuxserver ~]$ hostname
liuxserver
# [opsuser@liuxserver ~]$ su - root
密码:
上一次登录:四 12月 28 13:25:44 CST 2023:0 上
# [root@liuxserver ~]# su -linuxserver
su: invalid option -- 'i'

Usage:
 su [options] [-] [USER [arg]...]

Change the effective user id and group id to that of USER.
A mere - implies -l.   If USER not given, assume root.

Options:
 -m, -p, --preserve-environment  do not reset environment variables
 -g, --group <group>             specify the primary group
 -G, --supp-group <group>        specify a supplemental group

 -, -l, --login                  make the shell a login shell
 -c, --command <command>         pass a single command to the shell with -c
 --session-command <command>     pass a single command to the shell with -c
                                 and do not create a new session
 -f, --fast                      pass -f to the shell (for csh or tcsh)
 -s, --shell <shell>             run shell if /etc/shells allows it

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see su(1).
# [root@liuxserver ~]# su -
Last login: 四 12月 28 13:59:14 CST 2023 on pts/0
# [root@liuxserver ~]# su -opsuer
su: invalid option -- 'o'

Usage:
 su [options] [-] [USER [arg]...]

Change the effective user id and group id to that of USER.
A mere - implies -l.   If USER not given, assume root.

Options:
 -m, -p, --preserve-environment  do not reset environment variables
 -g, --group <group>             specify the primary group
 -G, --supp-group <group>        specify a supplemental group

 -, -l, --login                  make the shell a login shell
 -c, --command <command>         pass a single command to the shell with -c
 --session-command <command>     pass a single command to the shell with -c
                                 and do not create a new session
 -f, --fast                      pass -f to the shell (for csh or tcsh)
 -s, --shell <shell>             run shell if /etc/shells allows it

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see su(1).
# [root@liuxserver ~]# su -- opsuser
[opsuser@liuxserver root]$ su - root
Password: 
Last login: 四 12月 28 14:08:13 CST 2023 on pts/0
# [root@liuxserver ~]# echo $SHELL
/bin/bash
#[root@liuxserver ~]# whereis /bin/bash
bash: /usr/bin/bash /usr/share/man/man1/bash.1.gz
[root@liuxserver ~]# less /usr/share/man/man1/bansh.1.gz
/usr/share/man/man1/bansh.1.gz: No such file or directory
[root@liuxserver ~]# less /usr/share/man/man1/bash.1.gz
[root@liuxserver ~]# whereis ls
ls: /usr/bin/ls /usr/share/man/man1p/ls.1p.gz /usr/share/man/man1/ls.1.gz
[root@liuxserver ~]# ls
anaconda-ks.cfg  Downloads             Pictures   Templates
Desktop          initial-setup-ks.cfg  Public     Videos
Documents        Music                 snort_src
[root@liuxserver ~]# ls --all
.                .gnupg
..               .ICEauthority
anaconda-ks.cfg  initial-setup-ks.cfg
.bash_history    .local
.bash_logout     Music
.bash_profile    Pictures
.bashrc          .pki
.cache           Public
.config          snort_src
.cshrc           .tcshrc
.dbus            Templates
Desktop          .vboxclient-vmsvga-session-tty1.pid
Documents        Videos
Downloads        .xauthd00OEN
.esd_auth        .xauthwV3q2v
[root@liuxserver ~]# ls -a
.                .gnupg
..               .ICEauthority
anaconda-ks.cfg  initial-setup-ks.cfg
.bash_history    .local
.bash_logout     Music
.bash_profile    Pictures
.bashrc          .pki
.cache           Public
.config          snort_src
.cshrc           .tcshrc
.dbus            Templates
Desktop          .vboxclient-vmsvga-session-tty1.pid
Documents        Videos
Downloads        .xauthd00OEN
.esd_auth        .xauthwV3q2v
[root@liuxserver ~]# ls -a -l
total 120
dr-xr-x---. 17 root root 4096 12月 28 14:08 .
dr-xr-xr-x. 19 root root 4096 3月  24 2022 ..
-rw-------.  1 root root 1862 3月  23 2022 anaconda-ks.cfg
-rw-------   1 root root 2770 11月 11 17:07 .bash_history
-rw-r--r--.  1 root root   18 12月 29 2013 .bash_logout
-rw-r--r--.  1 root root  176 12月 29 2013 .bash_profile
-rw-r--r--.  1 root root  176 12月 29 2013 .bashrc
drwx------. 16 root root 4096 12月 28 13:31 .cache
drwx------. 14 root root 4096 12月 28 13:31 .config
-rw-r--r--.  1 root root  100 12月 29 2013 .cshrc
drwx------.  3 root root 4096 3月  23 2022 .dbus
drwxr-xr-x   2 root root 4096 12月 28 13:25 Desktop
drwxr-xr-x   2 root root 4096 12月 28 13:25 Documents
drwxr-xr-x   2 root root 4096 12月 28 13:25 Downloads
-rw-------   1 root root   16 12月 28 13:25 .esd_auth
drwx------   3 root root 4096 11月  2 01:25 .gnupg
-rw-------   1 root root  310 12月 28 13:25 .ICEauthority
-rw-r--r--.  1 root root 1910 3月  23 2022 initial-setup-ks.cfg
drwx------   3 root root 4096 12月 28 13:25 .local
drwxr-xr-x   2 root root 4096 12月 28 13:25 Music
drwxr-xr-x   2 root root 4096 12月 28 13:25 Pictures
drwxr-----.  3 root root 4096 3月  23 2022 .pki
drwxr-xr-x   2 root root 4096 12月 28 13:25 Public
drwxr-xr-x   3 root root 4096 11月 11 16:21 snort_src
-rw-r--r--.  1 root root  129 12月 29 2013 .tcshrc
drwxr-xr-x   2 root root 4096 12月 28 13:25 Templates
-rw-r-----   1 root root    5 12月 28 13:25 .vboxclient-vmsvga-session-tty1.pid
drwxr-xr-x   2 root root 4096 12月 28 13:25 Videos
-rw-------   1 root root  110 12月 28 13:59 .xauthd00OEN
-rw-------   1 root root  110 12月 28 14:08 .xauthwV3q2v
[root@liuxserver ~]# ls -al
total 120
dr-xr-x---. 17 root root 4096 12月 28 14:08 .
dr-xr-xr-x. 19 root root 4096 3月  24 2022 ..
-rw-------.  1 root root 1862 3月  23 2022 anaconda-ks.cfg
-rw-------   1 root root 2770 11月 11 17:07 .bash_history
-rw-r--r--.  1 root root   18 12月 29 2013 .bash_logout
-rw-r--r--.  1 root root  176 12月 29 2013 .bash_profile
-rw-r--r--.  1 root root  176 12月 29 2013 .bashrc
drwx------. 16 root root 4096 12月 28 13:31 .cache
drwx------. 14 root root 4096 12月 28 13:31 .config
-rw-r--r--.  1 root root  100 12月 29 2013 .cshrc
drwx------.  3 root root 4096 3月  23 2022 .dbus
drwxr-xr-x   2 root root 4096 12月 28 13:25 Desktop
drwxr-xr-x   2 root root 4096 12月 28 13:25 Documents
drwxr-xr-x   2 root root 4096 12月 28 13:25 Downloads
-rw-------   1 root root   16 12月 28 13:25 .esd_auth
drwx------   3 root root 4096 11月  2 01:25 .gnupg
-rw-------   1 root root  310 12月 28 13:25 .ICEauthority
-rw-r--r--.  1 root root 1910 3月  23 2022 initial-setup-ks.cfg
drwx------   3 root root 4096 12月 28 13:25 .local
drwxr-xr-x   2 root root 4096 12月 28 13:25 Music
drwxr-xr-x   2 root root 4096 12月 28 13:25 Pictures
drwxr-----.  3 root root 4096 3月  23 2022 .pki
drwxr-xr-x   2 root root 4096 12月 28 13:25 Public
drwxr-xr-x   3 root root 4096 11月 11 16:21 snort_src
-rw-r--r--.  1 root root  129 12月 29 2013 .tcshrc
drwxr-xr-x   2 root root 4096 12月 28 13:25 Templates
-rw-r-----   1 root root    5 12月 28 13:25 .vboxclient-vmsvga-session-tty1.pid
drwxr-xr-x   2 root root 4096 12月 28 13:25 Videos
-rw-------   1 root root  110 12月 28 13:59 .xauthd00OEN
-rw-------   1 root root  110 12月 28 14:08 .xauthwV3q2v
[root@liuxserver ~]# ls --all
.                .gnupg
..               .ICEauthority
anaconda-ks.cfg  initial-setup-ks.cfg
.bash_history    .local
.bash_logout     Music
.bash_profile    Pictures
.bashrc          .pki
.cache           Public
.config          snort_src
.cshrc           .tcshrc
.dbus            Templates
Desktop          .vboxclient-vmsvga-session-tty1.pid
Documents        Videos
Downloads        .xauthd00OEN
.esd_auth        .xauthwV3q2v
[root@liuxserver ~]# su -
Last login: 四 12月 28 14:11:44 CST 2023 on pts/0
[root@liuxserver ~]# useradd -u nash -g server -s /sbin/nologin
useradd: invalid user ID 'nash'
[root@liuxserver ~]# useradd -u 1000 -g server -s /sbin/nologin nash
useradd: group 'server' does not exist
[root@liuxserver ~]# su -
Last login: 四 12月 28 15:12:33 CST 2023 on pts/0
[root@liuxserver ~]# su --linuxserver
su: unrecognized option '--linuxserver'

Usage:
 su [options] [-] [USER [arg]...]

Change the effective user id and group id to that of USER.
A mere - implies -l.   If USER not given, assume root.

Options:
 -m, -p, --preserve-environment  do not reset environment variables
 -g, --group <group>             specify the primary group
 -G, --supp-group <group>        specify a supplemental group

 -, -l, --login                  make the shell a login shell
 -c, --command <command>         pass a single command to the shell with -c
 --session-command <command>     pass a single command to the shell with -c
                                 and do not create a new session
 -f, --fast                      pass -f to the shell (for csh or tcsh)
 -s, --shell <shell>             run shell if /etc/shells allows it

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see su(1).
[root@liuxserver ~]# su --opsuser
su: unrecognized option '--opsuser'

Usage:
 su [options] [-] [USER [arg]...]

Change the effective user id and group id to that of USER.
A mere - implies -l.   If USER not given, assume root.

Options:
 -m, -p, --preserve-environment  do not reset environment variables
 -g, --group <group>             specify the primary group
 -G, --supp-group <group>        specify a supplemental group

 -, -l, --login                  make the shell a login shell
 -c, --command <command>         pass a single command to the shell with -c
 --session-command <command>     pass a single command to the shell with -c
                                 and do not create a new session
 -f, --fast                      pass -f to the shell (for csh or tcsh)
 -s, --shell <shell>             run shell if /etc/shells allows it

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see su(1).
[root@liuxserver ~]# su --opsuser
su: unrecognized option '--opsuser'

Usage:
 su [options] [-] [USER [arg]...]

Change the effective user id and group id to that of USER.
A mere - implies -l.   If USER not given, assume root.

Options:
 -m, -p, --preserve-environment  do not reset environment variables
 -g, --group <group>             specify the primary group
 -G, --supp-group <group>        specify a supplemental group

 -, -l, --login                  make the shell a login shell
 -c, --command <command>         pass a single command to the shell with -c
 --session-command <command>     pass a single command to the shell with -c
                                 and do not create a new session
 -f, --fast                      pass -f to the shell (for csh or tcsh)
 -s, --shell <shell>             run shell if /etc/shells allows it

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see su(1).
[root@liuxserver ~]# su -opsuser
su: invalid option -- 'o'

Usage:
 su [options] [-] [USER [arg]...]

Change the effective user id and group id to that of USER.
A mere - implies -l.   If USER not given, assume root.

Options:
 -m, -p, --preserve-environment  do not reset environment variables
 -g, --group <group>             specify the primary group
 -G, --supp-group <group>        specify a supplemental group

 -, -l, --login                  make the shell a login shell
 -c, --command <command>         pass a single command to the shell with -c
 --session-command <command>     pass a single command to the shell with -c
                                 and do not create a new session
 -f, --fast                      pass -f to the shell (for csh or tcsh)
 -s, --shell <shell>             run shell if /etc/shells allows it

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see su(1).
[root@liuxserver ~]# su -- opsuser
[opsuser@liuxserver root]$ uname
Linux
[opsuser@liuxserver root]$ uname -a
Linux liuxserver 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[opsuser@liuxserver root]$ ls
ls: cannot open directory .: Permission denied
[opsuser@liuxserver root]$ cd /./opt/
[opsuser@liuxserver opt]$ ls
containerd  rh  VBoxGuestAdditions-7.0.6
[opsuser@liuxserver opt]$ ls -a
.  ..  containerd  rh  VBoxGuestAdditions-7.0.6
[opsuser@liuxserver opt]$ ../
bash: ../: Is a directory
[opsuser@liuxserver opt]$ ../
bash: ../: Is a directory
[opsuser@liuxserver opt]$ cd ..
[opsuser@liuxserver /]$ cd ..
[opsuser@liuxserver /]$ cd ..
[opsuser@liuxserver /]$ cd ../
[opsuser@liuxserver /]$ cd ../
[opsuser@liuxserver /]$ ls
bin   data  etc   lib    lost+found  mnt  proc  run   srv  tmp  var
boot  dev   home  lib64  media       opt  root  sbin  sys  usr
[opsuser@liuxserver /]$ cd /tmp/mozilla_opsuser0/
[opsuser@liuxserver mozilla_opsuser0]$ ls
sogoupinyin_4.2.1.145_amd64.deb
[opsuser@liuxserver mozilla_opsuser0]$ tar zxvf sogoupinyin_4.2.1.145_amd64.deb

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[opsuser@liuxserver mozilla_opsuser0]$ rpm -ivh sogoupinyin_4.2.1.145_amd64.deb
error: sogoupinyin_4.2.1.145_amd64.deb: not an rpm package (or package manifest): 
[opsuser@liuxserver mozilla_opsuser0]$ sudo yum install gtk2 im-chooser glibc

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

[sudo] password for opsuser: 
opsuser is not in the sudoers file.  This incident will be reported.
[opsuser@liuxserver mozilla_opsuser0]$ su -
Password: 
Last login: 四 12月 28 15:30:05 CST 2023 on pts/0
[root@liuxserver ~]# sudo yum install gtk2 im-chooser glibc
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
Package gtk2-2.24.31-1.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package glibc.x86_64 0:2.17-317.el7 will be updated
--> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-headers-2.17-317.el7.x86_64
--> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
--> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-devel-2.17-317.el7.x86_64
---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update
---> Package im-chooser.x86_64 0:1.6.4-6.el7 will be installed
--> Processing Dependency: im-chooser-common = 1.6.4-6.el7 for package: im-chooser-1.6.4-6.el7.x86_64
--> Processing Dependency: libimchooseui.so.0()(64bit) for package: im-chooser-1.6.4-6.el7.x86_64
--> Running transaction check
---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update
---> Package glibc-devel.x86_64 0:2.17-317.el7 will be updated
---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be an update
---> Package glibc-headers.x86_64 0:2.17-317.el7 will be updated
---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be an update
---> Package im-chooser-common.x86_64 0:1.6.4-6.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

======================================================================
 Package              Arch      Version              Repository  Size
======================================================================
Installing:
 im-chooser           x86_64    1.6.4-6.el7          base        25 k
Updating:
 glibc                x86_64    2.17-326.el7_9       updates    3.6 M
Installing for dependencies:
 im-chooser-common    x86_64    1.6.4-6.el7          base       229 k
Updating for dependencies:
 glibc-common         x86_64    2.17-326.el7_9       updates     12 M
 glibc-devel          x86_64    2.17-326.el7_9       updates    1.1 M
 glibc-headers        x86_64    2.17-326.el7_9       updates    691 k

Transaction Summary
======================================================================
Install  1 Package (+1 Dependent package)
Upgrade  1 Package (+3 Dependent packages)

Total size: 17 M
Total download size: 255 k
Is this ok [y/d/N]: y
Downloading packages:
(1/2): im-chooser-1.6.4-6.el7.x86_64.rpm         |  25 kB   00:00     
(2/2): im-chooser-common-1.6.4-6.el7.x86_64.rpm  | 229 kB   00:00     
----------------------------------------------------------------------
Total                                    478 kB/s | 255 kB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : glibc-2.17-326.el7_9.x86_64                       1/10 
  Updating   : glibc-common-2.17-326.el7_9.x86_64                2/10 
  Updating   : glibc-headers-2.17-326.el7_9.x86_64               3/10 
  Installing : im-chooser-common-1.6.4-6.el7.x86_64              4/10 
  Installing : im-chooser-1.6.4-6.el7.x86_64                     5/10 
  Updating   : glibc-devel-2.17-326.el7_9.x86_64                 6/10 
  Cleanup    : glibc-devel-2.17-317.el7.x86_64                   7/10 
  Cleanup    : glibc-headers-2.17-317.el7.x86_64                 8/10 
  Cleanup    : glibc-common-2.17-317.el7.x86_64                  9/10 
  Cleanup    : glibc-2.17-317.el7.x86_64                        10/10 
  Verifying  : glibc-headers-2.17-326.el7_9.x86_64               1/10 
  Verifying  : glibc-common-2.17-326.el7_9.x86_64                2/10 
  Verifying  : glibc-2.17-326.el7_9.x86_64                       3/10 
  Verifying  : im-chooser-1.6.4-6.el7.x86_64                     4/10 
  Verifying  : im-chooser-common-1.6.4-6.el7.x86_64              5/10 
  Verifying  : glibc-devel-2.17-326.el7_9.x86_64                 6/10 
  Verifying  : glibc-2.17-317.el7.x86_64                         7/10 
  Verifying  : glibc-common-2.17-317.el7.x86_64                  8/10 
  Verifying  : glibc-headers-2.17-317.el7.x86_64                 9/10 
  Verifying  : glibc-devel-2.17-317.el7.x86_64                  10/10 

Installed:
  im-chooser.x86_64 0:1.6.4-6.el7                                     

Dependency Installed:
  im-chooser-common.x86_64 0:1.6.4-6.el7                              

Updated:
  glibc.x86_64 0:2.17-326.el7_9                                       

Dependency Updated:
  glibc-common.x86_64 0:2.17-326.el7_9                                
  glibc-devel.x86_64 0:2.17-326.el7_9                                 
  glibc-headers.x86_64 0:2.17-326.el7_9                               

Complete!
[root@liuxserver ~]# ^C
[root@liuxserver ~]# cd /tmp/mozilla_opsuser0/
[root@liuxserver mozilla_opsuser0]# ls
sogoupinyin_4.2.1.145_arm64.deb
[root@liuxserver mozilla_opsuser0]# yum -y install alien
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
No package alien available.
Error: Nothing to do
[root@liuxserver mozilla_opsuser0]# yum install rpm
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
Resolving Dependencies
--> Running transaction check
---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
--> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
--> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
--> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-build-4.11.3-45.el7.x86_64
---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
--> Running transaction check
---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be updated
---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be an update
---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
--> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
--> Running transaction check
---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
--> Processing Dependency: rpm-build-libs(x86-64) = 4.11.3-45.el7 for package: rpm-sign-4.11.3-45.el7.x86_64
---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
--> Running transaction check
---> Package rpm-sign.x86_64 0:4.11.3-45.el7 will be updated
---> Package rpm-sign.x86_64 0:4.11.3-48.el7_9 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

======================================================================
 Package            Arch       Version              Repository   Size
======================================================================
Updating:
 rpm                x86_64     4.11.3-48.el7_9      updates     1.2 M
Updating for dependencies:
 rpm-build          x86_64     4.11.3-48.el7_9      updates     150 k
 rpm-build-libs     x86_64     4.11.3-48.el7_9      updates     108 k
 rpm-libs           x86_64     4.11.3-48.el7_9      updates     279 k
 rpm-python         x86_64     4.11.3-48.el7_9      updates      84 k
 rpm-sign           x86_64     4.11.3-48.el7_9      updates      49 k

Transaction Summary
======================================================================
Upgrade  1 Package (+5 Dependent packages)

Total size: 1.8 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : rpm-libs-4.11.3-48.el7_9.x86_64                   1/12 
  Updating   : rpm-4.11.3-48.el7_9.x86_64                        2/12 
  Updating   : rpm-build-libs-4.11.3-48.el7_9.x86_64             3/12 
  Updating   : rpm-python-4.11.3-48.el7_9.x86_64                 4/12 
  Updating   : rpm-build-4.11.3-48.el7_9.x86_64                  5/12 
  Updating   : rpm-sign-4.11.3-48.el7_9.x86_64                   6/12 
  Cleanup    : rpm-python-4.11.3-45.el7.x86_64                   7/12 
  Cleanup    : rpm-build-4.11.3-45.el7.x86_64                    8/12 
  Cleanup    : rpm-sign-4.11.3-45.el7.x86_64                     9/12 
  Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64              10/12 
  Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                    11/12 
  Cleanup    : rpm-4.11.3-45.el7.x86_64                         12/12 
  Verifying  : rpm-python-4.11.3-48.el7_9.x86_64                 1/12 
  Verifying  : rpm-build-4.11.3-48.el7_9.x86_64                  2/12 
  Verifying  : rpm-4.11.3-48.el7_9.x86_64                        3/12 
  Verifying  : rpm-build-libs-4.11.3-48.el7_9.x86_64             4/12 
  Verifying  : rpm-libs-4.11.3-48.el7_9.x86_64                   5/12 
  Verifying  : rpm-sign-4.11.3-48.el7_9.x86_64                   6/12 
  Verifying  : rpm-4.11.3-45.el7.x86_64                          7/12 
  Verifying  : rpm-libs-4.11.3-45.el7.x86_64                     8/12 
  Verifying  : rpm-build-4.11.3-45.el7.x86_64                    9/12 
  Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64              10/12 
  Verifying  : rpm-python-4.11.3-45.el7.x86_64                  11/12 
  Verifying  : rpm-sign-4.11.3-45.el7.x86_64                    12/12 

Updated:
  rpm.x86_64 0:4.11.3-48.el7_9                                        

Dependency Updated:
  rpm-build.x86_64 0:4.11.3-48.el7_9                                  
  rpm-build-libs.x86_64 0:4.11.3-48.el7_9                             
  rpm-libs.x86_64 0:4.11.3-48.el7_9                                   
  rpm-python.x86_64 0:4.11.3-48.el7_9                                 
  rpm-sign.x86_64 0:4.11.3-48.el7_9                                   

Complete!
[root@liuxserver mozilla_opsuser0]# ls
sogoupinyin_4.2.1.145_arm64.deb
[root@liuxserver mozilla_opsuser0]# alien -r --scripts sogoupinyin_4.2.1.145_arm64.deb
bash: alien: command not found...
[root@liuxserver mozilla_opsuser0]# yum install alien
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
No package alien available.
Error: Nothing to do
[root@liuxserver mozilla_opsuser0]# yum install dpkg
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
No package dpkg available.
Error: Nothing to do
[root@liuxserver mozilla_opsuser0]# sudo yum install dpkg
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.lzu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
No package dpkg available.
Error: Nothing to do
[root@liuxserver mozilla_opsuser0]# ../
-bash: ../: Is a directory
[root@liuxserver mozilla_opsuser0]# ../
-bash: ../: Is a directory
[root@liuxserver mozilla_opsuser0]# ../
-bash: ../: Is a directory
[root@liuxserver mozilla_opsuser0]# cd /bin
[root@liuxserver bin]# ../
-bash: ../: Is a directory
[root@liuxserver bin]# ..
[root@liuxserver bin]# cd ../
[root@liuxserver /]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
[root@liuxserver /]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:100  2523  100  2523    0     0   8492      0 --:--:-- --:--:-- --:--:--  8494
[root@liuxserver /]# yum install alien -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
http://mirrors.aliyuncs.com/centos/7/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.aliyuncs.com/centos/7/os/x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds')
Trying other mirror.
http://mirrors.cloud.aliyuncs.com/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error"
Trying other mirror.
base                                     | 3.6 kB     00:00     
extras                                   | 2.9 kB     00:00     
updates                                  | 2.9 kB     00:00     
No package alien available.
Error: Nothing to do
[root@liuxserver /]# yum install alien 
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
No package alien available.
Error: Nothing to do
[root@liuxserver /]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
--2023-12-28 16:22:27--  https://mirrors.aliyun.com/repo/Centos-7.repo
Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 36.143.195.229, 111.62.160.100, 111.32.210.188, ...
Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|36.143.195.229|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2523 (2.5K) [application/octet-stream]
Saving to: ‘/etc/yum.repos.d/CentOS-Base.repo’

100%[======================>] 2,523       --.-K/s   in 0s      

2023-12-28 16:22:27 (611 MB/s) - ‘/etc/yum.repos.d/CentOS-Base.repo’ saved [2523/2523]

[root@liuxserver /]# yum install alien -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
No package alien available.
Error: Nothing to do
[root@liuxserver /]# ping www.baidu.com
PING www.a.shifen.com (36.155.132.3) 56(84) bytes of data.
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=1 ttl=47 time=30.0 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=2 ttl=47 time=28.1 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=3 ttl=47 time=26.9 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=4 ttl=47 time=27.1 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=5 ttl=47 time=27.0 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=6 ttl=47 time=27.1 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=7 ttl=47 time=27.1 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=8 ttl=47 time=27.2 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=9 ttl=47 time=27.2 ms
64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=10 ttl=47 time=27.7 ms
^C
--- www.a.shifen.com ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9015ms
rtt min/avg/max/mdev = 26.936/27.607/30.033/0.906 ms
[root@liuxserver /]# cd /etc/yum.repos.d/
[root@liuxserver yum.repos.d]# mkdir repo_bak
[root@liuxserver yum.repos.d]# mv *.repo repo_bak/
[root@liuxserver yum.repos.d]# wget http://mirrors.aliyun.com/repo/Centos-7.repo
--2023-12-28 16:27:04--  http://mirrors.aliyun.com/repo/Centos-7.repo
Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 111.32.210.193, 111.62.160.94, 111.32.210.188, ...
Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|111.32.210.193|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2523 (2.5K) [application/octet-stream]
Saving to: ‘Centos-7.repo’

100%[======================>] 2,523       --.-K/s   in 0s      

2023-12-28 16:27:04 (438 MB/s) - ‘Centos-7.repo’ saved [2523/2523]

[root@liuxserver yum.repos.d]# ls
Centos-7.repo  CentOS-Base.repo.backup  repo_bak
[root@liuxserver yum.repos.d]# yum clean all 
Loaded plugins: fastestmirror, langpacks
Cleaning repos: base extras updates
Cleaning up list of fastest mirrors
Other repos take up 148 M of disk space (use --verbose for details)
[root@liuxserver yum.repos.d]# yum makecache
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
base                                     | 3.6 kB     00:00     
extras                                   | 2.9 kB     00:00     
updates                                  | 2.9 kB     00:00     
(1/10): base/7/x86_64/group_gz             | 153 kB   00:00     
(2/10): base/7/x86_64/primary_db           | 6.1 MB   00:05     
(3/10): extras/7/x86_64/primary_db         | 250 kB   00:00     
(4/10): extras/7/x86_64/filelists_db       | 303 kB   00:00     
(5/10): extras/7/x86_64/other_db           | 150 kB   00:00     
(6/10): base/7/x86_64/filelists_db         | 7.2 MB   00:06     
(7/10): base/7/x86_64/other_db             | 2.6 MB   00:02     
(8/10): updates/7/x86_64/filelists_db      |  13 MB   00:11     
(9/10): updates/7/x86_64/other_db          | 1.5 MB   00:01     
(10/10): updates/7/x86_64/primary_db       |  24 MB   00:20     
Metadata Cache Created
[root@liuxserver yum.repos.d]# yum list | grep epel-release
epel-release.noarch                         7-11                       extras   
[root@liuxserver yum.repos.d]# yum install -y epel-release
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-11 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================
 Package            Arch         Version     Repository    Size
================================================================
Installing:
 epel-release       noarch       7-11        extras        15 k

Transaction Summary
================================================================
Install  1 Package

Total download size: 15 k
Installed size: 24 k
Downloading packages:
epel-release-7-11.noarch.rpm               |  15 kB   00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : epel-release-7-11.noarch                     1/1 
  Verifying  : epel-release-7-11.noarch                     1/1 

Installed:
  epel-release.noarch 0:7-11                                    

Complete!
[root@liuxserver yum.repos.d]# ls
Centos-7.repo            epel.repo          repo_bak
CentOS-Base.repo.backup  epel-testing.repo
[root@liuxserver yum.repos.d]# wget -O /etc/yum.repos.d/epel-7.repo
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
[root@liuxserver yum.repos.d]# wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo
--2023-12-28 16:35:58--  http://mirrors.aliyun.com/repo/epel-7.repo
Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 36.143.192.195, 111.62.160.99, 111.32.210.192, ...
Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|36.143.192.195|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 664 [application/octet-stream]
Saving to: ‘/etc/yum.repos.d/epel-7.repo’

100%[======================>] 664         --.-K/s   in 0s      

2023-12-28 16:35:59 (238 MB/s) - ‘/etc/yum.repos.d/epel-7.repo’ saved [664/664]

[root@liuxserver yum.repos.d]# ls
Centos-7.repo            epel-7.repo  epel-testing.repo
CentOS-Base.repo.backup  epel.repo    repo_bak
[root@liuxserver yum.repos.d]# yum clean all
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Cleaning repos: base epel extras updates
Cleaning up list of fastest mirrors
Other repos take up 148 M of disk space (use --verbose for details)
[root@liuxserver yum.repos.d]# yum makecache
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Determining fastest mirrors
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
base                                     | 3.6 kB     00:00     
epel                                     | 4.7 kB     00:00     
extras                                   | 2.9 kB     00:00     
updates                                  | 2.9 kB     00:00     
(1/16): base/7/x86_64/group_gz             | 153 kB   00:00     
(2/16): base/7/x86_64/primary_db           | 6.1 MB   00:05     
(3/16): epel/x86_64/group_gz               |  99 kB   00:00     
(4/16): base/7/x86_64/filelists_db         | 7.2 MB   00:06     
(5/16): epel/x86_64/updateinfo             | 1.0 MB   00:00     
(6/16): epel/x86_64/prestodelta            |  758 B   00:00     
(7/16): base/7/x86_64/other_db             | 2.6 MB   00:02     
(8/16): epel/x86_64/primary_db             | 7.0 MB   00:06     
(9/16): extras/7/x86_64/filelists_db       | 303 kB   00:00     
(10/16): extras/7/x86_64/primary_db        | 250 kB   00:00     
(11/16): extras/7/x86_64/other_db          | 150 kB   00:00     
(12/16): epel/x86_64/other_db              | 3.4 MB   00:04     
(13/16): epel/x86_64/filelists_db          |  12 MB   00:12     
(14/16): updates/7/x86_64/filelists_db     |  13 MB   00:15     
(15/16): updates/7/x86_64/other_db         | 1.5 MB   00:01     
(16/16): updates/7/x86_64/primary_db       |  24 MB   00:23     
Metadata Cache Created
[root@liuxserver yum.repos.d]# yum repolist enabled
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
repo id          repo name                                status
base/7/x86_64    CentOS-7 - Base - mirrors.aliyun.com     10,072
epel/x86_64      Extra Packages for Enterprise Linux 7 -  13,788
extras/7/x86_64  CentOS-7 - Extras - mirrors.aliyun.com      518
updates/7/x86_64 CentOS-7 - Updates - mirrors.aliyun.com   5,527
repolist: 29,905
[root@liuxserver yum.repos.d]# yum repolist all
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
repo id                       repo name          status
base/7/x86_64                 CentOS-7 - Base -  enabled: 10,072
centosplus/7/x86_64           CentOS-7 - Plus -  disabled
contrib/7/x86_64              CentOS-7 - Contrib disabled
epel/x86_64                   Extra Packages for enabled: 13,788
epel-debuginfo/x86_64         Extra Packages for disabled
epel-source                   Extra Packages for disabled
epel-testing/x86_64           Extra Packages for disabled
epel-testing-debuginfo/x86_64 Extra Packages for disabled
epel-testing-source/x86_64    Extra Packages for disabled
extras/7/x86_64               CentOS-7 - Extras  enabled:    518
updates/7/x86_64              CentOS-7 - Updates enabled:  5,527
repolist: 29,905
[root@liuxserver yum.repos.d]# sudo yum install alien -y
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package alien.noarch 0:8.95-3.el7 will be installed
--> Processing Dependency: debhelper for package: alien-8.95-3.el7.noarch
--> Processing Dependency: dpkg for package: alien-8.95-3.el7.noarch
--> Running transaction check
---> Package debhelper.noarch 0:11.4-2.el7 will be installed
--> Processing Dependency: dpkg-dev >= 1.18.0 for package: debhelper-11.4-2.el7.noarch
--> Processing Dependency: html2text for package: debhelper-11.4-2.el7.noarch
--> Processing Dependency: perl(Dpkg::BuildProfiles) for package: debhelper-11.4-2.el7.noarch
--> Processing Dependency: po-debconf for package: debhelper-11.4-2.el7.noarch
---> Package dpkg.x86_64 0:1.18.25-10.el7 will be installed
--> Running transaction check
---> Package dpkg-dev.noarch 0:1.18.25-10.el7 will be installed
--> Processing Dependency: lzma for package: dpkg-dev-1.18.25-10.el7.noarch
--> Processing Dependency: perl(MIME::Lite) for package: dpkg-dev-1.18.25-10.el7.noarch
---> Package dpkg-perl.noarch 0:1.18.25-10.el7 will be installed
--> Processing Dependency: perl(Digest) for package: dpkg-perl-1.18.25-10.el7.noarch
--> Processing Dependency: perl(Digest::MD5) for package: dpkg-perl-1.18.25-10.el7.noarch
--> Processing Dependency: perl(Digest::SHA) for package: dpkg-perl-1.18.25-10.el7.noarch
--> Processing Dependency: perl(Digest::SHA1) for package: dpkg-perl-1.18.25-10.el7.noarch
--> Processing Dependency: perl(Digest::SHA3) for package: dpkg-perl-1.18.25-10.el7.noarch
--> Processing Dependency: perl(Time::Piece) for package: dpkg-perl-1.18.25-10.el7.noarch
--> Processing Dependency: perl-Time-Piece for package: dpkg-perl-1.18.25-10.el7.noarch
--> Processing Dependency: perl-TimeDate for package: dpkg-perl-1.18.25-10.el7.noarch
---> Package po-debconf.noarch 0:1.0.20-5.el7 will be installed
--> Processing Dependency: perl(Debconf::AutoSelect) for package: po-debconf-1.0.20-5.el7.noarch
--> Processing Dependency: perl(Debconf::Config) for package: po-debconf-1.0.20-5.el7.noarch
--> Processing Dependency: perl(Debconf::Db) for package: po-debconf-1.0.20-5.el7.noarch
--> Processing Dependency: perl(Debconf::Template::Transient) for package: po-debconf-1.0.20-5.el7.noarch
--> Processing Dependency: perl(Mail::Box::Manager) for package: po-debconf-1.0.20-5.el7.noarch
--> Processing Dependency: perl(Mail::Sendmail) for package: po-debconf-1.0.20-5.el7.noarch
---> Package python3-html2text.noarch 0:2019.9.26-3.el7 will be installed
--> Running transaction check
---> Package debconf.noarch 0:1.5.82-1.el7 will be installed
--> Processing Dependency: perl(CGI) for package: debconf-1.5.82-1.el7.noarch
--> Processing Dependency: perl(Locale::gettext) for package: debconf-1.5.82-1.el7.noarch
--> Processing Dependency: perl(Text::CharWidth) for package: debconf-1.5.82-1.el7.noarch
--> Processing Dependency: perl(Text::Iconv) for package: debconf-1.5.82-1.el7.noarch
--> Processing Dependency: perl(Text::WrapI18N) for package: debconf-1.5.82-1.el7.noarch
---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
---> Package perl-Digest-SHA.x86_64 1:5.85-4.el7 will be installed
---> Package perl-Digest-SHA1.x86_64 0:2.13-9.el7 will be installed
---> Package perl-Digest-SHA3.x86_64 0:0.24-1.el7 will be installed
---> Package perl-MIME-Lite.noarch 0:3.030-1.el7 will be installed
--> Processing Dependency: perl(MIME::Types) >= 1.28 for package: perl-MIME-Lite-3.030-1.el7.noarch
--> Processing Dependency: perl(Email::Date::Format) for package: perl-MIME-Lite-3.030-1.el7.noarch
---> Package perl-Mail-Box.noarch 0:2.120-2.el7 will be installed
--> Processing Dependency: perl(Mail::Transport::Dbx) >= 0.04 for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Devel::GlobalDestruction) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Digest::HMAC_MD5) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Email::Simple) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(File::FcntlLock) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(File::Remove) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(HTML::FormatText) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(HTML::TreeBuilder) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(IO::Lines) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(MIME::Entity) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(MIME::Parser) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Mail::Address) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Mail::Header) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Mail::IMAPClient) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Mail::Identity) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Mail::Internet) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Object::Realize::Later) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(Text::Autoformat) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(URI) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(User::Identity::Collection) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(User::Identity::Collection::Emails) for package: perl-Mail-Box-2.120-2.el7.noarch
--> Processing Dependency: perl(User::Identity::Item) for package: perl-Mail-Box-2.120-2.el7.noarch
---> Package perl-Mail-Sendmail.noarch 0:0.79-21.el7 will be installed
---> Package perl-Time-Piece.x86_64 0:1.20.1-299.el7_9 will be installed
---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
---> Package xz-lzma-compat.x86_64 0:5.2.2-2.el7_9 will be installed
--> Processing Dependency: xz = 5.2.2-2.el7_9 for package: xz-lzma-compat-5.2.2-2.el7_9.x86_64
--> Running transaction check
---> Package perl-CGI.noarch 0:3.63-4.el7 will be installed
--> Processing Dependency: perl(FCGI) >= 0.67 for package: perl-CGI-3.63-4.el7.noarch
---> Package perl-Devel-GlobalDestruction.noarch 0:0.12-1.el7 will be installed
--> Processing Dependency: perl(Sub::Exporter::Progressive) for package: perl-Devel-GlobalDestruction-0.12-1.el7.noarch
---> Package perl-Digest-HMAC.noarch 0:1.03-5.el7 will be installed
---> Package perl-Email-Date-Format.noarch 0:1.002-15.el7 will be installed
---> Package perl-Email-Simple.noarch 0:2.214-1.el7 will be installed
---> Package perl-File-FcntlLock.x86_64 0:0.22-6.el7 will be installed
---> Package perl-File-Remove.noarch 0:1.52-6.el7 will be installed
---> Package perl-HTML-Format.noarch 0:2.10-7.el7 will be installed
--> Processing Dependency: perl(Font::Metrics::TimesRoman) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::TimesItalic) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::TimesBoldItalic) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::TimesBold) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::HelveticaOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::HelveticaBoldOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::HelveticaBold) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::Helvetica) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::CourierOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::CourierBoldOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::CourierBold) for package: perl-HTML-Format-2.10-7.el7.noarch
--> Processing Dependency: perl(Font::Metrics::Courier) for package: perl-HTML-Format-2.10-7.el7.noarch
---> Package perl-HTML-Tree.noarch 1:5.03-2.el7 will be installed
--> Processing Dependency: perl(HTML::Tagset) >= 3.02 for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
--> Processing Dependency: perl(HTML::Parser) >= 3.46 for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
--> Processing Dependency: perl(LWP::UserAgent) for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
--> Processing Dependency: perl(HTML::Tagset) for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
--> Processing Dependency: perl(HTML::Entities) for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
---> Package perl-IO-stringy.noarch 0:2.110-22.el7 will be installed
---> Package perl-MIME-Types.noarch 0:1.38-2.el7 will be installed
---> Package perl-MIME-tools.noarch 0:5.505-1.el7 will be installed
--> Processing Dependency: perl(Convert::BinHex) for package: perl-MIME-tools-5.505-1.el7.noarch
---> Package perl-Mail-IMAPClient.noarch 0:3.37-1.el7 will be installed
--> Processing Dependency: perl(Parse::RecDescent) for package: perl-Mail-IMAPClient-3.37-1.el7.noarch
---> Package perl-Mail-Transport-Dbx.x86_64 0:0.07-28.el7 will be installed
---> Package perl-MailTools.noarch 0:2.12-2.el7 will be installed
--> Processing Dependency: perl(Net::SMTP::SSL) for package: perl-MailTools-2.12-2.el7.noarch
---> Package perl-Object-Realize-Later.noarch 0:0.19-6.el7 will be installed
---> Package perl-Text-Autoformat.noarch 0:1.669004-1.el7 will be installed
--> Processing Dependency: perl(Text::Reform) for package: perl-Text-Autoformat-1.669004-1.el7.noarch
---> Package perl-Text-CharWidth.x86_64 0:0.04-18.el7 will be installed
---> Package perl-Text-Iconv.x86_64 0:1.7-18.el7 will be installed
---> Package perl-Text-WrapI18N.noarch 0:0.06-17.el7 will be installed
---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
---> Package perl-User-Identity.noarch 0:0.96-1.el7 will be installed
---> Package perl-gettext.x86_64 0:1.05-28.el7 will be installed
---> Package xz.x86_64 0:5.2.2-1.el7 will be updated
---> Package xz.x86_64 0:5.2.2-2.el7_9 will be an update
--> Processing Dependency: xz-libs = 5.2.2-2.el7_9 for package: xz-5.2.2-2.el7_9.x86_64
--> Running transaction check
---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
---> Package perl-Convert-BinHex.noarch 0:1.119-20.el7 will be installed
---> Package perl-FCGI.x86_64 1:0.74-8.el7 will be installed
---> Package perl-Font-AFM.noarch 0:1.20-13.el7 will be installed
---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
--> Processing Dependency: perl(HTTP::Headers) for package: perl-HTML-Parser-3.71-4.el7.x86_64
---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
---> Package perl-Net-SMTP-SSL.noarch 0:1.01-13.el7 will be installed
--> Processing Dependency: perl(IO::Socket::SSL) for package: perl-Net-SMTP-SSL-1.01-13.el7.noarch
---> Package perl-Parse-RecDescent.noarch 0:1.967009-5.el7 will be installed
---> Package perl-Sub-Exporter-Progressive.noarch 0:0.001011-1.el7 will be installed
--> Processing Dependency: perl(Sub::Exporter) for package: perl-Sub-Exporter-Progressive-0.001011-1.el7.noarch
---> Package perl-Text-Reform.noarch 0:1.20-9.el7 will be installed
--> Processing Dependency: perl(TeX::Hyphen) for package: perl-Text-Reform-1.20-9.el7.noarch
---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
--> Processing Dependency: perl(WWW::RobotRules) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(Net::HTTP) >= 6.04 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Negotiate) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Daemon) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Cookies) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(File::Listing) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(Encode::Locale) for package: perl-libwww-perl-6.05-2.el7.noarch
---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be updated
---> Package xz-libs.x86_64 0:5.2.2-2.el7_9 will be an update
--> Running transaction check
---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
---> Package perl-HTTP-Daemon.noarch 0:6.01-8.el7 will be installed
--> Processing Dependency: perl(IO::Socket::IP) for package: perl-HTTP-Daemon-6.01-8.el7.noarch
---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
--> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
---> Package perl-IO-Socket-SSL.noarch 0:1.94-7.el7 will be installed
--> Processing Dependency: perl-Net-SSLeay >= 1.55-5 for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
--> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
--> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
--> Processing Dependency: perl(Mozilla::CA) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
--> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
---> Package perl-Sub-Exporter.noarch 0:0.986-2.el7 will be installed
--> Processing Dependency: perl(Sub::Install) >= 0.92 for package: perl-Sub-Exporter-0.986-2.el7.noarch
--> Processing Dependency: perl(Params::Util) >= 0.14 for package: perl-Sub-Exporter-0.986-2.el7.noarch
--> Processing Dependency: perl(Data::OptList) >= 0.100 for package: perl-Sub-Exporter-0.986-2.el7.noarch
--> Processing Dependency: perl(Params::Util) for package: perl-Sub-Exporter-0.986-2.el7.noarch
--> Processing Dependency: perl(Package::Generator) for package: perl-Sub-Exporter-0.986-2.el7.noarch
--> Processing Dependency: perl(Data::OptList) for package: perl-Sub-Exporter-0.986-2.el7.noarch
---> Package perl-TeX-Hyphen.noarch 0:1.01-1.el7 will be installed
---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
--> Running transaction check
---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
---> Package perl-Data-OptList.noarch 0:0.107-9.el7 will be installed
---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
---> Package perl-IO-Socket-IP.noarch 0:0.21-5.el7 will be installed
---> Package perl-Mozilla-CA.noarch 0:20130114-5.el7 will be installed
---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
---> Package perl-Net-SSLeay.x86_64 0:1.55-6.el7 will be installed
---> Package perl-Package-Generator.noarch 0:0.103-14.el7 will be installed
---> Package perl-Params-Util.x86_64 0:1.07-6.el7 will be installed
---> Package perl-Sub-Install.noarch 0:0.926-6.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================
 Package                 Arch   Version           Repository
                                                           Size
================================================================
Installing:
 alien                   noarch 8.95-3.el7        epel     92 k
Installing for dependencies:
 debconf                 noarch 1.5.82-1.el7      epel    191 k
 debhelper               noarch 11.4-2.el7        epel    939 k
 dpkg                    x86_64 1.18.25-10.el7    epel    1.3 M
 dpkg-dev                noarch 1.18.25-10.el7    epel    706 k
 dpkg-perl               noarch 1.18.25-10.el7    epel    248 k
 mailcap                 noarch 2.1.41-2.el7      base     31 k
 perl-Business-ISBN      noarch 2.06-2.el7        base     25 k
 perl-Business-ISBN-Data noarch 20120719.001-2.el7
                                                  base     24 k
 perl-CGI                noarch 3.63-4.el7        base    250 k
 perl-Convert-BinHex     noarch 1.119-20.el7      epel     44 k
 perl-Data-OptList       noarch 0.107-9.el7       base     23 k
 perl-Devel-GlobalDestruction
                         noarch 0.12-1.el7        epel     18 k
 perl-Digest             noarch 1.17-245.el7      base     23 k
 perl-Digest-HMAC        noarch 1.03-5.el7        base     16 k
 perl-Digest-MD5         x86_64 2.52-3.el7        base     30 k
 perl-Digest-SHA         x86_64 1:5.85-4.el7      base     58 k
 perl-Digest-SHA1        x86_64 2.13-9.el7        base     50 k
 perl-Digest-SHA3        x86_64 0.24-1.el7        epel     32 k
 perl-Email-Date-Format  noarch 1.002-15.el7      epel     17 k
 perl-Email-Simple       noarch 2.214-1.el7       epel     36 k
 perl-Encode-Locale      noarch 1.03-5.el7        base     16 k
 perl-FCGI               x86_64 1:0.74-8.el7      base     42 k
 perl-File-FcntlLock     x86_64 0.22-6.el7        epel     41 k
 perl-File-Listing       noarch 6.04-7.el7        base     13 k
 perl-File-Remove        noarch 1.52-6.el7        base     26 k
 perl-Font-AFM           noarch 1.20-13.el7       base     19 k
 perl-HTML-Format        noarch 2.10-7.el7        base     51 k
 perl-HTML-Parser        x86_64 3.71-4.el7        base    115 k
 perl-HTML-Tagset        noarch 3.20-15.el7       base     18 k
 perl-HTML-Tree          noarch 1:5.03-2.el7      base    218 k
 perl-HTTP-Cookies       noarch 6.01-5.el7        base     26 k
 perl-HTTP-Daemon        noarch 6.01-8.el7        base     21 k
 perl-HTTP-Date          noarch 6.02-8.el7        base     14 k
 perl-HTTP-Message       noarch 6.06-6.el7        base     82 k
 perl-HTTP-Negotiate     noarch 6.01-5.el7        base     17 k
 perl-IO-HTML            noarch 1.00-2.el7        base     23 k
 perl-IO-Socket-IP       noarch 0.21-5.el7        base     36 k
 perl-IO-Socket-SSL      noarch 1.94-7.el7        base    115 k
 perl-IO-stringy         noarch 2.110-22.el7      base     71 k
 perl-LWP-MediaTypes     noarch 6.02-2.el7        base     24 k
 perl-MIME-Lite          noarch 3.030-1.el7       epel     96 k
 perl-MIME-Types         noarch 1.38-2.el7        epel     38 k
 perl-MIME-tools         noarch 5.505-1.el7       epel    256 k
 perl-Mail-Box           noarch 2.120-2.el7       epel    1.1 M
 perl-Mail-IMAPClient    noarch 3.37-1.el7        epel    221 k
 perl-Mail-Sendmail      noarch 0.79-21.el7       epel     29 k
 perl-Mail-Transport-Dbx x86_64 0.07-28.el7       epel     41 k
 perl-MailTools          noarch 2.12-2.el7        base    108 k
 perl-Mozilla-CA         noarch 20130114-5.el7    base     11 k
 perl-Net-HTTP           noarch 6.06-2.el7        base     29 k
 perl-Net-LibIDN         x86_64 0.12-15.el7       base     28 k
 perl-Net-SMTP-SSL       noarch 1.01-13.el7       base    9.1 k
 perl-Net-SSLeay         x86_64 1.55-6.el7        base    285 k
 perl-Object-Realize-Later
                         noarch 0.19-6.el7        epel     21 k
 perl-Package-Generator  noarch 0.103-14.el7      base     23 k
 perl-Params-Util        x86_64 1.07-6.el7        base     38 k
 perl-Parse-RecDescent   noarch 1.967009-5.el7    base    203 k
 perl-Sub-Exporter       noarch 0.986-2.el7       base     70 k
 perl-Sub-Exporter-Progressive
                         noarch 0.001011-1.el7    epel     13 k
 perl-Sub-Install        noarch 0.926-6.el7       base     21 k
 perl-TeX-Hyphen         noarch 1.01-1.el7        epel     35 k
 perl-Text-Autoformat    noarch 1.669004-1.el7    epel     37 k
 perl-Text-CharWidth     x86_64 0.04-18.el7       base     15 k
 perl-Text-Iconv         x86_64 1.7-18.el7        base     23 k
 perl-Text-Reform        noarch 1.20-9.el7        epel     43 k
 perl-Text-WrapI18N      noarch 0.06-17.el7       base     12 k
 perl-Time-Piece         x86_64 1.20.1-299.el7_9  updates  70 k
 perl-TimeDate           noarch 1:2.30-2.el7      base     52 k
 perl-URI                noarch 1.60-9.el7        base    106 k
 perl-User-Identity      noarch 0.96-1.el7        epel     88 k
 perl-WWW-RobotRules     noarch 6.02-5.el7        base     18 k
 perl-gettext            x86_64 1.05-28.el7       base     21 k
 perl-libwww-perl        noarch 6.05-2.el7        base    205 k
 po-debconf              noarch 1.0.20-5.el7      epel    147 k
 python3-html2text       noarch 2019.9.26-3.el7   epel     58 k
 xz-lzma-compat          x86_64 5.2.2-2.el7_9     updates  18 k
Updating for dependencies:
 xz                      x86_64 5.2.2-2.el7_9     updates 229 k
 xz-libs                 x86_64 5.2.2-2.el7_9     updates 103 k

Transaction Summary
================================================================
Install  1 Package  (+76 Dependent packages)
Upgrade             (  2 Dependent packages)

Total download size: 8.9 M
Downloading packages:
No Presto metadata available for updates
(1/79): debconf-1.5.82-1.el7.noarch.rpm    | 191 kB   00:00     
(2/79): alien-8.95-3.el7.noarch.rpm        |  92 kB   00:00     
(3/79): debhelper-11.4-2.el7.noarch.rpm    | 939 kB   00:01     
(4/79): dpkg-1.18.25-10.el7.x86_64.rpm     | 1.3 MB   00:01     
(5/79): perl-Business-ISBN-2.06-2.el7.noar |  25 kB   00:00     
(6/79): mailcap-2.1.41-2.el7.noarch.rpm    |  31 kB   00:00     
(7/79): perl-Business-ISBN-Data-20120719.0 |  24 kB   00:00     
(8/79): dpkg-dev-1.18.25-10.el7.noarch.rpm | 706 kB   00:00     
(9/79): dpkg-perl-1.18.25-10.el7.noarch.rp | 248 kB   00:00     
(10/79): perl-Convert-BinHex-1.119-20.el7. |  44 kB   00:00     
(11/79): perl-Data-OptList-0.107-9.el7.noa |  23 kB   00:00     
(12/79): perl-CGI-3.63-4.el7.noarch.rpm    | 250 kB   00:00     
(13/79): perl-Devel-GlobalDestruction-0.12 |  18 kB   00:00     
(14/79): perl-Digest-1.17-245.el7.noarch.r |  23 kB   00:00     
(15/79): perl-Digest-MD5-2.52-3.el7.x86_64 |  30 kB   00:00     
(16/79): perl-Digest-HMAC-1.03-5.el7.noarc |  16 kB   00:00     
(17/79): perl-Digest-SHA-5.85-4.el7.x86_64 |  58 kB   00:00     
(18/79): perl-Digest-SHA1-2.13-9.el7.x86_6 |  50 kB   00:00     
(19/79): perl-Digest-SHA3-0.24-1.el7.x86_6 |  32 kB   00:00     
(20/79): perl-Email-Date-Format-1.002-15.e |  17 kB   00:00     
(21/79): perl-Email-Simple-2.214-1.el7.noa |  36 kB   00:00     
(22/79): perl-File-FcntlLock-0.22-6.el7.x8 |  41 kB   00:00     
(23/79): perl-FCGI-0.74-8.el7.x86_64.rpm   |  42 kB   00:00     
(24/79): perl-File-Listing-6.04-7.el7.noar |  13 kB   00:00     
(25/79): perl-Encode-Locale-1.03-5.el7.noa |  16 kB   00:00     
(26/79): perl-Font-AFM-1.20-13.el7.noarch. |  19 kB   00:00     
(27/79): perl-File-Remove-1.52-6.el7.noarc |  26 kB   00:00     
(28/79): perl-HTML-Parser-3.71-4.el7.x86_6 | 115 kB   00:00     
(29/79): perl-HTML-Format-2.10-7.el7.noarc |  51 kB   00:00     
(30/79): perl-HTML-Tagset-3.20-15.el7.noar |  18 kB   00:00     
(31/79): perl-HTTP-Cookies-6.01-5.el7.noar |  26 kB   00:00     
(32/79): perl-HTTP-Daemon-6.01-8.el7.noarc |  21 kB   00:00     
(33/79): perl-HTTP-Date-6.02-8.el7.noarch. |  14 kB   00:00     
(34/79): perl-HTML-Tree-5.03-2.el7.noarch. | 218 kB   00:00     
(35/79): perl-HTTP-Negotiate-6.01-5.el7.no |  17 kB   00:00     
(36/79): perl-HTTP-Message-6.06-6.el7.noar |  82 kB   00:00     
(37/79): perl-IO-HTML-1.00-2.el7.noarch.rp |  23 kB   00:00     
(38/79): perl-IO-Socket-IP-0.21-5.el7.noar |  36 kB   00:00     
(39/79): perl-IO-stringy-2.110-22.el7.noar |  71 kB   00:00     
(40/79): perl-LWP-MediaTypes-6.02-2.el7.no |  24 kB   00:00     
(41/79): perl-IO-Socket-SSL-1.94-7.el7.noa | 115 kB   00:00     
(42/79): perl-MIME-Types-1.38-2.el7.noarch |  38 kB   00:00     
(43/79): perl-MIME-Lite-3.030-1.el7.noarch |  96 kB   00:00     
(44/79): perl-MIME-tools-5.505-1.el7.noarc | 256 kB   00:00     
(45/79): perl-Mail-IMAPClient-3.37-1.el7.n | 221 kB   00:00     
(46/79): perl-Mail-Sendmail-0.79-21.el7.no |  29 kB   00:00     
(47/79): perl-Mail-Transport-Dbx-0.07-28.e |  41 kB   00:00     
(48/79): perl-Mozilla-CA-20130114-5.el7.no |  11 kB   00:00     
(49/79): perl-Mail-Box-2.120-2.el7.noarch. | 1.1 MB   00:01     
(50/79): perl-Net-HTTP-6.06-2.el7.noarch.r |  29 kB   00:00     
(51/79): perl-Net-LibIDN-0.12-15.el7.x86_6 |  28 kB   00:00     
(52/79): perl-MailTools-2.12-2.el7.noarch. | 108 kB   00:00     
(53/79): perl-Net-SMTP-SSL-1.01-13.el7.noa | 9.1 kB   00:00     
(54/79): perl-Package-Generator-0.103-14.e |  23 kB   00:00     
(55/79): perl-Object-Realize-Later-0.19-6. |  21 kB   00:00     
(56/79): perl-Net-SSLeay-1.55-6.el7.x86_64 | 285 kB   00:00     
(57/79): perl-Params-Util-1.07-6.el7.x86_6 |  38 kB   00:00     
(58/79): perl-Sub-Exporter-0.986-2.el7.noa |  70 kB   00:00     
(59/79): perl-Sub-Install-0.926-6.el7.noar |  21 kB   00:00     
(60/79): perl-Parse-RecDescent-1.967009-5. | 203 kB   00:00     
(61/79): perl-Sub-Exporter-Progressive-0.0 |  13 kB   00:00     
(62/79): perl-Text-Autoformat-1.669004-1.e |  37 kB   00:00     
(63/79): perl-TeX-Hyphen-1.01-1.el7.noarch |  35 kB   00:00     
(64/79): perl-Text-Iconv-1.7-18.el7.x86_64 |  23 kB   00:00     
(65/79): perl-Text-CharWidth-0.04-18.el7.x |  15 kB   00:00     
(66/79): perl-Text-WrapI18N-0.06-17.el7.no |  12 kB   00:00     
(67/79): perl-Text-Reform-1.20-9.el7.noarc |  43 kB   00:00     
(68/79): perl-TimeDate-2.30-2.el7.noarch.r |  52 kB   00:00     
(69/79): perl-URI-1.60-9.el7.noarch.rpm    | 106 kB   00:00     
(70/79): perl-WWW-RobotRules-6.02-5.el7.no |  18 kB   00:00     
(71/79): perl-gettext-1.05-28.el7.x86_64.r |  21 kB   00:00     
(72/79): perl-Time-Piece-1.20.1-299.el7_9. |  70 kB   00:00     
(73/79): perl-libwww-perl-6.05-2.el7.noarc | 205 kB   00:00     
(74/79): perl-User-Identity-0.96-1.el7.noa |  88 kB   00:00     
(75/79): po-debconf-1.0.20-5.el7.noarch.rp | 147 kB   00:00     
(76/79): python3-html2text-2019.9.26-3.el7 |  58 kB   00:00     
(77/79): xz-5.2.2-2.el7_9.x86_64.rpm       | 229 kB   00:00     
(78/79): xz-lzma-compat-5.2.2-2.el7_9.x86_ |  18 kB   00:00     
(79/79): xz-libs-5.2.2-2.el7_9.x86_64.rpm  | 103 kB   00:00     
----------------------------------------------------------------
Total                              1.0 MB/s | 8.9 MB  00:08     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : 1:perl-TimeDate-2.30-2.el7.noarch           1/81 
  Installing : perl-HTTP-Date-6.02-8.el7.noarch            2/81 
  Installing : perl-Digest-1.17-245.el7.noarch             3/81 
  Installing : perl-Digest-MD5-2.52-3.el7.x86_64           4/81 
  Updating   : xz-libs-5.2.2-2.el7_9.x86_64                5/81 
  Updating   : xz-5.2.2-2.el7_9.x86_64                     6/81 
  Installing : dpkg-1.18.25-10.el7.x86_64                  7/81 
  Installing : 1:perl-Digest-SHA-5.85-4.el7.x86_64         8/81 
  Installing : perl-Email-Date-Format-1.002-15.el7.noar    9/81 
  Installing : perl-HTML-Tagset-3.20-15.el7.noarch        10/81 
  Installing : perl-Sub-Install-0.926-6.el7.noarch        11/81 
  Installing : python3-html2text-2019.9.26-3.el7.noarch   12/81 
  Installing : perl-Encode-Locale-1.03-5.el7.noarch       13/81 
  Installing : perl-Params-Util-1.07-6.el7.x86_64         14/81 
  Installing : perl-MIME-Types-1.38-2.el7.noarch          15/81 
  Installing : perl-Text-CharWidth-0.04-18.el7.x86_64     16/81 
  Installing : perl-IO-Socket-IP-0.21-5.el7.noarch        17/81 
  Installing : perl-Text-WrapI18N-0.06-17.el7.noarch      18/81 
  Installing : perl-MIME-Lite-3.030-1.el7.noarch          19/81 
  Installing : perl-Data-OptList-0.107-9.el7.noarch       20/81 
  Installing : perl-Email-Simple-2.214-1.el7.noarch       21/81 
  Installing : perl-Digest-HMAC-1.03-5.el7.noarch         22/81 
  Installing : xz-lzma-compat-5.2.2-2.el7_9.x86_64        23/81 
  Installing : perl-File-Listing-6.04-7.el7.noarch        24/81 
  Installing : perl-IO-HTML-1.00-2.el7.noarch             25/81 
  Installing : mailcap-2.1.41-2.el7.noarch                26/81 
  Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch      27/81 
  Installing : perl-Digest-SHA3-0.24-1.el7.x86_64         28/81 
  Installing : perl-Object-Realize-Later-0.19-6.el7.noa   29/81 
  Installing : perl-Net-SSLeay-1.55-6.el7.x86_64          30/81 
  Installing : perl-Package-Generator-0.103-14.el7.noar   31/81 
  Installing : perl-Sub-Exporter-0.986-2.el7.noarch       32/81 
  Installing : perl-Sub-Exporter-Progressive-0.001011-1   33/81 
  Installing : perl-Devel-GlobalDestruction-0.12-1.el7.   34/81 
  Installing : perl-Digest-SHA1-2.13-9.el7.x86_64         35/81 
  Installing : perl-Parse-RecDescent-1.967009-5.el7.noa   36/81 
  Installing : perl-Mail-IMAPClient-3.37-1.el7.noarch     37/81 
  Installing : perl-File-Remove-1.52-6.el7.noarch         38/81 
  Installing : perl-TeX-Hyphen-1.01-1.el7.noarch          39/81 
  Installing : perl-Text-Reform-1.20-9.el7.noarch         40/81 
  Installing : perl-Text-Autoformat-1.669004-1.el7.noar   41/81 
  Installing : perl-gettext-1.05-28.el7.x86_64            42/81 
  Installing : perl-Business-ISBN-Data-20120719.001-2.e   43/81 
  Installing : perl-Business-ISBN-2.06-2.el7.noarch       44/81 
  Installing : perl-URI-1.60-9.el7.noarch                 45/81 
  Installing : perl-HTTP-Message-6.06-6.el7.noarch        46/81 
  Installing : perl-HTML-Parser-3.71-4.el7.x86_64         47/81 
  Installing : perl-HTTP-Daemon-6.01-8.el7.noarch         48/81 
  Installing : perl-HTTP-Negotiate-6.01-5.el7.noarch      49/81 
  Installing : perl-HTTP-Cookies-6.01-5.el7.noarch        50/81 
  Installing : perl-WWW-RobotRules-6.02-5.el7.noarch      51/81 
  Installing : perl-Mozilla-CA-20130114-5.el7.noarch      52/81 
  Installing : perl-Time-Piece-1.20.1-299.el7_9.x86_64    53/81 
  Installing : dpkg-perl-1.18.25-10.el7.noarch            54/81 
  Installing : dpkg-dev-1.18.25-10.el7.noarch             55/81 
  Installing : perl-Text-Iconv-1.7-18.el7.x86_64          56/81 
  Installing : perl-User-Identity-0.96-1.el7.noarch       57/81 
  Installing : perl-Net-LibIDN-0.12-15.el7.x86_64         58/81 
  Installing : perl-IO-Socket-SSL-1.94-7.el7.noarch       59/81 
  Installing : perl-Net-SMTP-SSL-1.01-13.el7.noarch       60/81 
  Installing : perl-MailTools-2.12-2.el7.noarch           61/81 
  Installing : perl-Net-HTTP-6.06-2.el7.noarch            62/81 
  Installing : perl-libwww-perl-6.05-2.el7.noarch         63/81 
  Installing : perl-File-FcntlLock-0.22-6.el7.x86_64      64/81 
  Installing : perl-Mail-Sendmail-0.79-21.el7.noarch      65/81 
  Installing : perl-IO-stringy-2.110-22.el7.noarch        66/81 
  Installing : perl-Convert-BinHex-1.119-20.el7.noarch    67/81 
  Installing : perl-MIME-tools-5.505-1.el7.noarch         68/81 
  Installing : 1:perl-FCGI-0.74-8.el7.x86_64              69/81 
  Installing : perl-CGI-3.63-4.el7.noarch                 70/81 
  Installing : debconf-1.5.82-1.el7.noarch                71/81 
  Installing : perl-Mail-Transport-Dbx-0.07-28.el7.x86_   72/81 
  Installing : perl-Font-AFM-1.20-13.el7.noarch           73/81 
  Installing : 1:perl-HTML-Tree-5.03-2.el7.noarch         74/81 
  Installing : perl-HTML-Format-2.10-7.el7.noarch         75/81 
  Installing : perl-Mail-Box-2.120-2.el7.noarch           76/81 
  Installing : po-debconf-1.0.20-5.el7.noarch             77/81 
  Installing : debhelper-11.4-2.el7.noarch                78/81 
  Installing : alien-8.95-3.el7.noarch                    79/81 
  Cleanup    : xz-5.2.2-1.el7.x86_64                      80/81 
  Cleanup    : xz-libs-5.2.2-1.el7.x86_64                 81/81 
  Verifying  : perl-Font-AFM-1.20-13.el7.noarch            1/81 
  Verifying  : perl-Mail-Transport-Dbx-0.07-28.el7.x86_    2/81 
  Verifying  : 1:perl-FCGI-0.74-8.el7.x86_64               3/81 
  Verifying  : dpkg-dev-1.18.25-10.el7.noarch              4/81 
  Verifying  : perl-Convert-BinHex-1.119-20.el7.noarch     5/81 
  Verifying  : alien-8.95-3.el7.noarch                     6/81 
  Verifying  : perl-IO-stringy-2.110-22.el7.noarch         7/81 
  Verifying  : perl-Mail-Sendmail-0.79-21.el7.noarch       8/81 
  Verifying  : perl-MIME-Lite-3.030-1.el7.noarch           9/81 
  Verifying  : perl-File-FcntlLock-0.22-6.el7.x86_64      10/81 
  Verifying  : xz-lzma-compat-5.2.2-2.el7_9.x86_64        11/81 
  Verifying  : perl-Sub-Exporter-Progressive-0.001011-1   12/81 
  Verifying  : perl-HTTP-Daemon-6.01-8.el7.noarch         13/81 
  Verifying  : perl-Text-WrapI18N-0.06-17.el7.noarch      14/81 
  Verifying  : perl-Net-LibIDN-0.12-15.el7.x86_64         15/81 
  Verifying  : perl-Mail-Box-2.120-2.el7.noarch           16/81 
  Verifying  : perl-Text-Autoformat-1.669004-1.el7.noar   17/81 
  Verifying  : po-debconf-1.0.20-5.el7.noarch             18/81 
  Verifying  : perl-Text-Reform-1.20-9.el7.noarch         19/81 
  Verifying  : perl-HTML-Parser-3.71-4.el7.x86_64         20/81 
  Verifying  : perl-LWP-MediaTypes-6.02-2.el7.noarch      21/81 
  Verifying  : perl-User-Identity-0.96-1.el7.noarch       22/81 
  Verifying  : perl-WWW-RobotRules-6.02-5.el7.noarch      23/81 
  Verifying  : perl-Digest-MD5-2.52-3.el7.x86_64          24/81 
  Verifying  : perl-Business-ISBN-2.06-2.el7.noarch       25/81 
  Verifying  : perl-HTTP-Date-6.02-8.el7.noarch           26/81 
  Verifying  : debhelper-11.4-2.el7.noarch                27/81 
  Verifying  : perl-HTTP-Message-6.06-6.el7.noarch        28/81 
  Verifying  : perl-IO-Socket-IP-0.21-5.el7.noarch        29/81 
  Verifying  : perl-Mail-IMAPClient-3.37-1.el7.noarch     30/81 
  Verifying  : perl-Devel-GlobalDestruction-0.12-1.el7.   31/81 
  Verifying  : perl-Text-Iconv-1.7-18.el7.x86_64          32/81 
  Verifying  : perl-Email-Simple-2.214-1.el7.noarch       33/81 
  Verifying  : perl-IO-Socket-SSL-1.94-7.el7.noarch       34/81 
  Verifying  : perl-Time-Piece-1.20.1-299.el7_9.x86_64    35/81 
  Verifying  : xz-libs-5.2.2-2.el7_9.x86_64               36/81 
  Verifying  : perl-Mozilla-CA-20130114-5.el7.noarch      37/81 
  Verifying  : perl-Text-CharWidth-0.04-18.el7.x86_64     38/81 
  Verifying  : perl-MailTools-2.12-2.el7.noarch           39/81 
  Verifying  : perl-MIME-Types-1.38-2.el7.noarch          40/81 
  Verifying  : perl-Params-Util-1.07-6.el7.x86_64         41/81 
  Verifying  : perl-Business-ISBN-Data-20120719.001-2.e   42/81 
  Verifying  : perl-Encode-Locale-1.03-5.el7.noarch       43/81 
  Verifying  : perl-gettext-1.05-28.el7.x86_64            44/81 
  Verifying  : perl-TeX-Hyphen-1.01-1.el7.noarch          45/81 
  Verifying  : perl-File-Remove-1.52-6.el7.noarch         46/81 
  Verifying  : perl-Parse-RecDescent-1.967009-5.el7.noa   47/81 
  Verifying  : perl-Digest-SHA1-2.13-9.el7.x86_64         48/81 
  Verifying  : perl-MIME-tools-5.505-1.el7.noarch         49/81 
  Verifying  : perl-Digest-HMAC-1.03-5.el7.noarch         50/81 
  Verifying  : perl-HTTP-Negotiate-6.01-5.el7.noarch      51/81 
  Verifying  : perl-libwww-perl-6.05-2.el7.noarch         52/81 
  Verifying  : python3-html2text-2019.9.26-3.el7.noarch   53/81 
  Verifying  : perl-HTML-Format-2.10-7.el7.noarch         54/81 
  Verifying  : debconf-1.5.82-1.el7.noarch                55/81 
  Verifying  : perl-Package-Generator-0.103-14.el7.noar   56/81 
  Verifying  : perl-Net-SMTP-SSL-1.01-13.el7.noarch       57/81 
  Verifying  : perl-CGI-3.63-4.el7.noarch                 58/81 
  Verifying  : perl-Net-HTTP-6.06-2.el7.noarch            59/81 
  Verifying  : perl-Sub-Install-0.926-6.el7.noarch        60/81 
  Verifying  : perl-Net-SSLeay-1.55-6.el7.x86_64          61/81 
  Verifying  : perl-Object-Realize-Later-0.19-6.el7.noa   62/81 
  Verifying  : 1:perl-TimeDate-2.30-2.el7.noarch          63/81 
  Verifying  : 1:perl-Digest-SHA-5.85-4.el7.x86_64        64/81 
  Verifying  : perl-File-Listing-6.04-7.el7.noarch        65/81 
  Verifying  : perl-Digest-SHA3-0.24-1.el7.x86_64         66/81 
  Verifying  : mailcap-2.1.41-2.el7.noarch                67/81 
  Verifying  : 1:perl-HTML-Tree-5.03-2.el7.noarch         68/81 
  Verifying  : perl-HTTP-Cookies-6.01-5.el7.noarch        69/81 
  Verifying  : perl-Data-OptList-0.107-9.el7.noarch       70/81 
  Verifying  : perl-IO-HTML-1.00-2.el7.noarch             71/81 
  Verifying  : perl-URI-1.60-9.el7.noarch                 72/81 
  Verifying  : dpkg-perl-1.18.25-10.el7.noarch            73/81 
  Verifying  : xz-5.2.2-2.el7_9.x86_64                    74/81 
  Verifying  : perl-Digest-1.17-245.el7.noarch            75/81 
  Verifying  : perl-HTML-Tagset-3.20-15.el7.noarch        76/81 
  Verifying  : dpkg-1.18.25-10.el7.x86_64                 77/81 
  Verifying  : perl-Email-Date-Format-1.002-15.el7.noar   78/81 
  Verifying  : perl-Sub-Exporter-0.986-2.el7.noarch       79/81 
  Verifying  : xz-5.2.2-1.el7.x86_64                      80/81 
  Verifying  : xz-libs-5.2.2-1.el7.x86_64                 81/81 

Installed:
  alien.noarch 0:8.95-3.el7                                     

Dependency Installed:
  debconf.noarch 0:1.5.82-1.el7                                 
  debhelper.noarch 0:11.4-2.el7                                 
  dpkg.x86_64 0:1.18.25-10.el7                                  
  dpkg-dev.noarch 0:1.18.25-10.el7                              
  dpkg-perl.noarch 0:1.18.25-10.el7                             
  mailcap.noarch 0:2.1.41-2.el7                                 
  perl-Business-ISBN.noarch 0:2.06-2.el7                        
  perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7           
  perl-CGI.noarch 0:3.63-4.el7                                  
  perl-Convert-BinHex.noarch 0:1.119-20.el7                     
  perl-Data-OptList.noarch 0:0.107-9.el7                        
  perl-Devel-GlobalDestruction.noarch 0:0.12-1.el7              
  perl-Digest.noarch 0:1.17-245.el7                             
  perl-Digest-HMAC.noarch 0:1.03-5.el7                          
  perl-Digest-MD5.x86_64 0:2.52-3.el7                           
  perl-Digest-SHA.x86_64 1:5.85-4.el7                           
  perl-Digest-SHA1.x86_64 0:2.13-9.el7                          
  perl-Digest-SHA3.x86_64 0:0.24-1.el7                          
  perl-Email-Date-Format.noarch 0:1.002-15.el7                  
  perl-Email-Simple.noarch 0:2.214-1.el7                        
  perl-Encode-Locale.noarch 0:1.03-5.el7                        
  perl-FCGI.x86_64 1:0.74-8.el7                                 
  perl-File-FcntlLock.x86_64 0:0.22-6.el7                       
  perl-File-Listing.noarch 0:6.04-7.el7                         
  perl-File-Remove.noarch 0:1.52-6.el7                          
  perl-Font-AFM.noarch 0:1.20-13.el7                            
  perl-HTML-Format.noarch 0:2.10-7.el7                          
  perl-HTML-Parser.x86_64 0:3.71-4.el7                          
  perl-HTML-Tagset.noarch 0:3.20-15.el7                         
  perl-HTML-Tree.noarch 1:5.03-2.el7                            
  perl-HTTP-Cookies.noarch 0:6.01-5.el7                         
  perl-HTTP-Daemon.noarch 0:6.01-8.el7                          
  perl-HTTP-Date.noarch 0:6.02-8.el7                            
  perl-HTTP-Message.noarch 0:6.06-6.el7                         
  perl-HTTP-Negotiate.noarch 0:6.01-5.el7                       
  perl-IO-HTML.noarch 0:1.00-2.el7                              
  perl-IO-Socket-IP.noarch 0:0.21-5.el7                         
  perl-IO-Socket-SSL.noarch 0:1.94-7.el7                        
  perl-IO-stringy.noarch 0:2.110-22.el7                         
  perl-LWP-MediaTypes.noarch 0:6.02-2.el7                       
  perl-MIME-Lite.noarch 0:3.030-1.el7                           
  perl-MIME-Types.noarch 0:1.38-2.el7                           
  perl-MIME-tools.noarch 0:5.505-1.el7                          
  perl-Mail-Box.noarch 0:2.120-2.el7                            
  perl-Mail-IMAPClient.noarch 0:3.37-1.el7                      
  perl-Mail-Sendmail.noarch 0:0.79-21.el7                       
  perl-Mail-Transport-Dbx.x86_64 0:0.07-28.el7                  
  perl-MailTools.noarch 0:2.12-2.el7                            
  perl-Mozilla-CA.noarch 0:20130114-5.el7                       
  perl-Net-HTTP.noarch 0:6.06-2.el7                             
  perl-Net-LibIDN.x86_64 0:0.12-15.el7                          
  perl-Net-SMTP-SSL.noarch 0:1.01-13.el7                        
  perl-Net-SSLeay.x86_64 0:1.55-6.el7                           
  perl-Object-Realize-Later.noarch 0:0.19-6.el7                 
  perl-Package-Generator.noarch 0:0.103-14.el7                  
  perl-Params-Util.x86_64 0:1.07-6.el7                          
  perl-Parse-RecDescent.noarch 0:1.967009-5.el7                 
  perl-Sub-Exporter.noarch 0:0.986-2.el7                        
  perl-Sub-Exporter-Progressive.noarch 0:0.001011-1.el7         
  perl-Sub-Install.noarch 0:0.926-6.el7                         
  perl-TeX-Hyphen.noarch 0:1.01-1.el7                           
  perl-Text-Autoformat.noarch 0:1.669004-1.el7                  
  perl-Text-CharWidth.x86_64 0:0.04-18.el7                      
  perl-Text-Iconv.x86_64 0:1.7-18.el7                           
  perl-Text-Reform.noarch 0:1.20-9.el7                          
  perl-Text-WrapI18N.noarch 0:0.06-17.el7                       
  perl-Time-Piece.x86_64 0:1.20.1-299.el7_9                     
  perl-TimeDate.noarch 1:2.30-2.el7                             
  perl-URI.noarch 0:1.60-9.el7                                  
  perl-User-Identity.noarch 0:0.96-1.el7                        
  perl-WWW-RobotRules.noarch 0:6.02-5.el7                       
  perl-gettext.x86_64 0:1.05-28.el7                             
  perl-libwww-perl.noarch 0:6.05-2.el7                          
  po-debconf.noarch 0:1.0.20-5.el7                              
  python3-html2text.noarch 0:2019.9.26-3.el7                    
  xz-lzma-compat.x86_64 0:5.2.2-2.el7_9                         

Dependency Updated:
  xz.x86_64 0:5.2.2-2.el7_9    xz-libs.x86_64 0:5.2.2-2.el7_9   

Complete!
[root@liuxserver yum.repos.d]# sudo yum install qtwebkit -y
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package qtwebkit.x86_64 0:2.3.4-6.el7 will be installed
--> Processing Dependency: qt4(x86-64) >= 4.8.5 for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtCore.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtDeclarative.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtGui.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtNetwork.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtOpenGL.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtScript.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtSql.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtSvg.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Processing Dependency: libQtXmlPatterns.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
--> Running transaction check
---> Package qt.x86_64 1:4.8.7-9.el7_9 will be installed
--> Processing Dependency: qt-settings for package: 1:qt-4.8.7-9.el7_9.x86_64
---> Package qt-x11.x86_64 1:4.8.7-9.el7_9 will be installed
--> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.7-9.el7_9.x86_64
--> Running transaction check
---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
---> Package qt-settings.noarch 0:19-23.12.el7.centos will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================
 Package       Arch     Version                 Repository
                                                           Size
================================================================
Installing:
 qtwebkit      x86_64   2.3.4-6.el7             epel       10 M
Installing for dependencies:
 libmng        x86_64   1.0.10-14.el7           base      171 k
 qt            x86_64   1:4.8.7-9.el7_9         updates   4.6 M
 qt-settings   noarch   19-23.12.el7.centos     base       18 k
 qt-x11        x86_64   1:4.8.7-9.el7_9         updates    13 M

Transaction Summary
================================================================
Install  1 Package (+4 Dependent packages)

Total download size: 27 M
Installed size: 86 M
Downloading packages:
(1/5): qt-settings-19-23.12.el7.centos.noa |  18 kB   00:00     
(2/5): libmng-1.0.10-14.el7.x86_64.rpm     | 171 kB   00:00     
(3/5): qt-4.8.7-9.el7_9.x86_64.rpm         | 4.6 MB   00:04     
(4/5): qtwebkit-2.3.4-6.el7.x86_64.rpm     |  10 MB   00:09     
(5/5): qt-x11-4.8.7-9.el7_9.x86_64.rpm     |  13 MB   00:10     
----------------------------------------------------------------
Total                              2.5 MB/s |  27 MB  00:11     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : qt-settings-19-23.12.el7.centos.noarch       1/5 
  Installing : 1:qt-4.8.7-9.el7_9.x86_64                    2/5 
  Installing : libmng-1.0.10-14.el7.x86_64                  3/5 
  Installing : 1:qt-x11-4.8.7-9.el7_9.x86_64                4/5 
  Installing : qtwebkit-2.3.4-6.el7.x86_64                  5/5 
  Verifying  : qtwebkit-2.3.4-6.el7.x86_64                  1/5 
  Verifying  : 1:qt-x11-4.8.7-9.el7_9.x86_64                2/5 
  Verifying  : 1:qt-4.8.7-9.el7_9.x86_64                    3/5 
  Verifying  : libmng-1.0.10-14.el7.x86_64                  4/5 
  Verifying  : qt-settings-19-23.12.el7.centos.noarch       5/5 

Installed:
  qtwebkit.x86_64 0:2.3.4-6.el7                                 

Dependency Installed:
  libmng.x86_64 0:1.0.10-14.el7                                 
  qt.x86_64 1:4.8.7-9.el7_9                                     
  qt-settings.noarch 0:19-23.12.el7.centos                      
  qt-x11.x86_64 1:4.8.7-9.el7_9                                 

Complete!
[root@liuxserver yum.repos.d]# /tmp/mozilla_opsuser0/sogoupinyin_4.2.1.145_arm64.deb
-bash: /tmp/mozilla_opsuser0/sogoupinyin_4.2.1.145_arm64.deb: Permission denied
[root@liuxserver yum.repos.d]# cd /tmp/mozilla_opsuser0/
[root@liuxserver mozilla_opsuser0]# ls
sogoupinyin_4.2.1.145_arm64.deb
[root@liuxserver mozilla_opsuser0]# alien -r sogoupinyin_4.2.1.145_arm64.deb
Warning: Skipping conversion of scripts in package sogoupinyin: postinst prerm
Warning: Use the --scripts parameter to include the scripts.
sogoupinyin-4.2.1.145-2.arm64.rpm generated
[root@liuxserver mozilla_opsuser0]# alien -r --scripts sogoupinyin_4.2.1.145_arm64.deb
sogoupinyin-4.2.1.145-2.arm64.rpm generated
[root@liuxserver mozilla_opsuser0]# ls
sogoupinyin-4.2.1.145-2.arm64.rpm
sogoupinyin_4.2.1.145_arm64.deb
[root@liuxserver mozilla_opsuser0]# sudo yum install fcitx -y
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package fcitx.x86_64 0:4.2.9.6-1.el7 will be installed
--> Processing Dependency: fcitx-data = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
--> Processing Dependency: fcitx-gtk2 = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
--> Processing Dependency: fcitx-gtk3 = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
--> Processing Dependency: fcitx-libs(x86-64) = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
--> Processing Dependency: libfcitx-config.so.4()(64bit) for package: fcitx-4.2.9.6-1.el7.x86_64
--> Processing Dependency: libfcitx-core.so.0()(64bit) for package: fcitx-4.2.9.6-1.el7.x86_64
--> Processing Dependency: libfcitx-utils.so.0()(64bit) for package: fcitx-4.2.9.6-1.el7.x86_64
--> Running transaction check
---> Package fcitx-data.noarch 0:4.2.9.6-1.el7 will be installed
---> Package fcitx-gtk2.x86_64 0:4.2.9.6-1.el7 will be installed
---> Package fcitx-gtk3.x86_64 0:4.2.9.6-1.el7 will be installed
---> Package fcitx-libs.x86_64 0:4.2.9.6-1.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================
 Package         Arch        Version            Repository
                                                           Size
================================================================
Installing:
 fcitx           x86_64      4.2.9.6-1.el7      epel      218 k
Installing for dependencies:
 fcitx-data      noarch      4.2.9.6-1.el7      epel      1.6 M
 fcitx-gtk2      x86_64      4.2.9.6-1.el7      epel       22 k
 fcitx-gtk3      x86_64      4.2.9.6-1.el7      epel       23 k
 fcitx-libs      x86_64      4.2.9.6-1.el7      epel      470 k

Transaction Summary
================================================================
Install  1 Package (+4 Dependent packages)

Total download size: 2.4 M
Installed size: 7.8 M
Downloading packages:
(1/5): fcitx-4.2.9.6-1.el7.x86_64.rpm      | 218 kB   00:00     
(2/5): fcitx-gtk2-4.2.9.6-1.el7.x86_64.rpm |  22 kB   00:00     
(3/5): fcitx-gtk3-4.2.9.6-1.el7.x86_64.rpm |  23 kB   00:00     
(4/5): fcitx-libs-4.2.9.6-1.el7.x86_64.rpm | 470 kB   00:00     
(5/5): fcitx-data-4.2.9.6-1.el7.noarch.rpm | 1.6 MB   00:01     
----------------------------------------------------------------
Total                              1.5 MB/s | 2.4 MB  00:01     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : fcitx-libs-4.2.9.6-1.el7.x86_64              1/5 
  Installing : fcitx-data-4.2.9.6-1.el7.noarch              2/5 
  Installing : fcitx-gtk2-4.2.9.6-1.el7.x86_64              3/5 
  Installing : fcitx-4.2.9.6-1.el7.x86_64                   4/5 
  Installing : fcitx-gtk3-4.2.9.6-1.el7.x86_64              5/5 
  Verifying  : fcitx-libs-4.2.9.6-1.el7.x86_64              1/5 
  Verifying  : fcitx-4.2.9.6-1.el7.x86_64                   2/5 
  Verifying  : fcitx-data-4.2.9.6-1.el7.noarch              3/5 
  Verifying  : fcitx-gtk2-4.2.9.6-1.el7.x86_64              4/5 
  Verifying  : fcitx-gtk3-4.2.9.6-1.el7.x86_64              5/5 

Installed:
  fcitx.x86_64 0:4.2.9.6-1.el7                                  

Dependency Installed:
  fcitx-data.noarch 0:4.2.9.6-1.el7                             
  fcitx-gtk2.x86_64 0:4.2.9.6-1.el7                             
  fcitx-gtk3.x86_64 0:4.2.9.6-1.el7                             
  fcitx-libs.x86_64 0:4.2.9.6-1.el7                             

Complete!
[root@liuxserver mozilla_opsuser0]# yum install sogoupinyin-4.2.1.145-2.arm64.rpm -y
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Examining sogoupinyin-4.2.1.145-2.arm64.rpm: sogoupinyin-4.2.1.145-2.arm64
Cannot add package sogoupinyin-4.2.1.145-2.arm64.rpm to transaction. Not a compatible architecture: arm64
Error: Nothing to do
[root@liuxserver mozilla_opsuser0]# udo rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm -y
bash: udo: command not found...
[root@liuxserver mozilla_opsuser0]# rpm -Va --nofiles --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm -y
rpm: --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm: unknown option
[root@liuxserver mozilla_opsuser0]# rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm
error: Failed dependencies:
	ld-linux-aarch64.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libFcitxQt5DBusAddons.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5Qml.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5Quick.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5QuickWidgets.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5Svg.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSDL2-2.0.so.0()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSogouIme.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSogouShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSogouWbShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libbutterfly.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libcm_fixsent.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libcm_wakeup.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libcross_beacon_sdk.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libdl.so.2(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libgsettings-qt.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libhandwriting_fc.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libm.so.6(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libnet_intf.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libomp.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libopenal.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	liboverlapAndTextCodes.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libpthread.so.0(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libpunctuator.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	librt.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libsogounlp.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libssasr_offline.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libtts.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
[root@liuxserver mozilla_opsuser0]# rpm -Va --nofiles --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm -y
rpm: --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm: unknown option
[root@liuxserver mozilla_opsuser0]# rpm -ivh your-package
error: open of your-package failed: No such file or directory
[root@liuxserver mozilla_opsuser0]# rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm
error: Failed dependencies:
	ld-linux-aarch64.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libFcitxQt5DBusAddons.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5Qml.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5Quick.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5QuickWidgets.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libQt5Svg.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSDL2-2.0.so.0()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSogouIme.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSogouShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libSogouWbShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libbutterfly.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libcm_fixsent.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libcm_wakeup.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libcross_beacon_sdk.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libdl.so.2(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libgsettings-qt.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libhandwriting_fc.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libm.so.6(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libnet_intf.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libomp.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libopenal.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	liboverlapAndTextCodes.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libpthread.so.0(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libpunctuator.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	librt.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libsogounlp.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libssasr_offline.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
	libtts.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
[root@liuxserver mozilla_opsuser0]# #rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm
[root@liuxserver mozilla_opsuser0]# yum install  ibus-libpinyin
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Package ibus-libpinyin-1.6.91-4.el7.x86_64 already installed and latest version
Nothing to do
[root@liuxserver mozilla_opsuser0]# yum install im-chooser
Loaded plugins: fastestmirror, langpacks
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Package im-chooser-1.6.4-6.el7.x86_64 already installed and latest version
Nothing to do
[root@liuxserver mozilla_opsuser0]# 

由于代码过多,寻找的内容过多,读者希望别介意,感谢大家给予关注和点赞

  • 7
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值