当前位置:   article > 正文

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

搜狗输入法centos


一:概述

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

二:具体描述

<1>   首先安装Alien包

# sudo yum install alien -y

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

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

  1. # [opsuser@liuxserver ~]$ rht -vmctl reset all
  2. bash: rht: 未找到命令...
  3. # [opsuser@liuxserver ~]$ rht-vmctl reset all
  4. bash: rht-vmctl: 未找到命令...
  5. # [opsuser@liuxserver ~]$ hostname
  6. liuxserver
  7. # [opsuser@liuxserver ~]$ su - root
  8. 密码:
  9. 上一次登录:四 12月 28 13:25:44 CST 2023:0 上
  10. # [root@liuxserver ~]# su -linuxserver
  11. su: invalid option -- 'i'
  12. Usage:
  13. su [options] [-] [USER [arg]...]
  14. Change the effective user id and group id to that of USER.
  15. A mere - implies -l. If USER not given, assume root.
  16. Options:
  17. -m, -p, --preserve-environment do not reset environment variables
  18. -g, --group <group> specify the primary group
  19. -G, --supp-group <group> specify a supplemental group
  20. -, -l, --login make the shell a login shell
  21. -c, --command <command> pass a single command to the shell with -c
  22. --session-command <command> pass a single command to the shell with -c
  23. and do not create a new session
  24. -f, --fast pass -f to the shell (for csh or tcsh)
  25. -s, --shell <shell> run shell if /etc/shells allows it
  26. -h, --help display this help and exit
  27. -V, --version output version information and exit
  28. For more details see su(1).
  29. # [root@liuxserver ~]# su -
  30. Last login: 四 12月 28 13:59:14 CST 2023 on pts/0
  31. # [root@liuxserver ~]# su -opsuer
  32. su: invalid option -- 'o'
  33. Usage:
  34. su [options] [-] [USER [arg]...]
  35. Change the effective user id and group id to that of USER.
  36. A mere - implies -l. If USER not given, assume root.
  37. Options:
  38. -m, -p, --preserve-environment do not reset environment variables
  39. -g, --group <group> specify the primary group
  40. -G, --supp-group <group> specify a supplemental group
  41. -, -l, --login make the shell a login shell
  42. -c, --command <command> pass a single command to the shell with -c
  43. --session-command <command> pass a single command to the shell with -c
  44. and do not create a new session
  45. -f, --fast pass -f to the shell (for csh or tcsh)
  46. -s, --shell <shell> run shell if /etc/shells allows it
  47. -h, --help display this help and exit
  48. -V, --version output version information and exit
  49. For more details see su(1).
  50. # [root@liuxserver ~]# su -- opsuser
  51. [opsuser@liuxserver root]$ su - root
  52. Password:
  53. Last login: 四 12月 28 14:08:13 CST 2023 on pts/0
  54. # [root@liuxserver ~]# echo $SHELL
  55. /bin/bash
  56. #[root@liuxserver ~]# whereis /bin/bash
  57. bash: /usr/bin/bash /usr/share/man/man1/bash.1.gz
  58. [root@liuxserver ~]# less /usr/share/man/man1/bansh.1.gz
  59. /usr/share/man/man1/bansh.1.gz: No such file or directory
  60. [root@liuxserver ~]# less /usr/share/man/man1/bash.1.gz
  61. [root@liuxserver ~]# whereis ls
  62. ls: /usr/bin/ls /usr/share/man/man1p/ls.1p.gz /usr/share/man/man1/ls.1.gz
  63. [root@liuxserver ~]# ls
  64. anaconda-ks.cfg Downloads Pictures Templates
  65. Desktop initial-setup-ks.cfg Public Videos
  66. Documents Music snort_src
  67. [root@liuxserver ~]# ls --all
  68. . .gnupg
  69. .. .ICEauthority
  70. anaconda-ks.cfg initial-setup-ks.cfg
  71. .bash_history .local
  72. .bash_logout Music
  73. .bash_profile Pictures
  74. .bashrc .pki
  75. .cache Public
  76. .config snort_src
  77. .cshrc .tcshrc
  78. .dbus Templates
  79. Desktop .vboxclient-vmsvga-session-tty1.pid
  80. Documents Videos
  81. Downloads .xauthd00OEN
  82. .esd_auth .xauthwV3q2v
  83. [root@liuxserver ~]# ls -a
  84. . .gnupg
  85. .. .ICEauthority
  86. anaconda-ks.cfg initial-setup-ks.cfg
  87. .bash_history .local
  88. .bash_logout Music
  89. .bash_profile Pictures
  90. .bashrc .pki
  91. .cache Public
  92. .config snort_src
  93. .cshrc .tcshrc
  94. .dbus Templates
  95. Desktop .vboxclient-vmsvga-session-tty1.pid
  96. Documents Videos
  97. Downloads .xauthd00OEN
  98. .esd_auth .xauthwV3q2v
  99. [root@liuxserver ~]# ls -a -l
  100. total 120
  101. dr-xr-x---. 17 root root 4096 12月 28 14:08 .
  102. dr-xr-xr-x. 19 root root 4096 3月 24 2022 ..
  103. -rw-------. 1 root root 1862 3月 23 2022 anaconda-ks.cfg
  104. -rw------- 1 root root 2770 11月 11 17:07 .bash_history
  105. -rw-r--r--. 1 root root 18 12月 29 2013 .bash_logout
  106. -rw-r--r--. 1 root root 176 12月 29 2013 .bash_profile
  107. -rw-r--r--. 1 root root 176 12月 29 2013 .bashrc
  108. drwx------. 16 root root 4096 12月 28 13:31 .cache
  109. drwx------. 14 root root 4096 12月 28 13:31 .config
  110. -rw-r--r--. 1 root root 100 12月 29 2013 .cshrc
  111. drwx------. 3 root root 4096 3月 23 2022 .dbus
  112. drwxr-xr-x 2 root root 4096 12月 28 13:25 Desktop
  113. drwxr-xr-x 2 root root 4096 12月 28 13:25 Documents
  114. drwxr-xr-x 2 root root 4096 12月 28 13:25 Downloads
  115. -rw------- 1 root root 16 12月 28 13:25 .esd_auth
  116. drwx------ 3 root root 4096 11月 2 01:25 .gnupg
  117. -rw------- 1 root root 310 12月 28 13:25 .ICEauthority
  118. -rw-r--r--. 1 root root 1910 3月 23 2022 initial-setup-ks.cfg
  119. drwx------ 3 root root 4096 12月 28 13:25 .local
  120. drwxr-xr-x 2 root root 4096 12月 28 13:25 Music
  121. drwxr-xr-x 2 root root 4096 12月 28 13:25 Pictures
  122. drwxr-----. 3 root root 4096 3月 23 2022 .pki
  123. drwxr-xr-x 2 root root 4096 12月 28 13:25 Public
  124. drwxr-xr-x 3 root root 4096 11月 11 16:21 snort_src
  125. -rw-r--r--. 1 root root 129 12月 29 2013 .tcshrc
  126. drwxr-xr-x 2 root root 4096 12月 28 13:25 Templates
  127. -rw-r----- 1 root root 5 12月 28 13:25 .vboxclient-vmsvga-session-tty1.pid
  128. drwxr-xr-x 2 root root 4096 12月 28 13:25 Videos
  129. -rw------- 1 root root 110 12月 28 13:59 .xauthd00OEN
  130. -rw------- 1 root root 110 12月 28 14:08 .xauthwV3q2v
  131. [root@liuxserver ~]# ls -al
  132. total 120
  133. dr-xr-x---. 17 root root 4096 12月 28 14:08 .
  134. dr-xr-xr-x. 19 root root 4096 3月 24 2022 ..
  135. -rw-------. 1 root root 1862 3月 23 2022 anaconda-ks.cfg
  136. -rw------- 1 root root 2770 11月 11 17:07 .bash_history
  137. -rw-r--r--. 1 root root 18 12月 29 2013 .bash_logout
  138. -rw-r--r--. 1 root root 176 12月 29 2013 .bash_profile
  139. -rw-r--r--. 1 root root 176 12月 29 2013 .bashrc
  140. drwx------. 16 root root 4096 12月 28 13:31 .cache
  141. drwx------. 14 root root 4096 12月 28 13:31 .config
  142. -rw-r--r--. 1 root root 100 12月 29 2013 .cshrc
  143. drwx------. 3 root root 4096 3月 23 2022 .dbus
  144. drwxr-xr-x 2 root root 4096 12月 28 13:25 Desktop
  145. drwxr-xr-x 2 root root 4096 12月 28 13:25 Documents
  146. drwxr-xr-x 2 root root 4096 12月 28 13:25 Downloads
  147. -rw------- 1 root root 16 12月 28 13:25 .esd_auth
  148. drwx------ 3 root root 4096 11月 2 01:25 .gnupg
  149. -rw------- 1 root root 310 12月 28 13:25 .ICEauthority
  150. -rw-r--r--. 1 root root 1910 3月 23 2022 initial-setup-ks.cfg
  151. drwx------ 3 root root 4096 12月 28 13:25 .local
  152. drwxr-xr-x 2 root root 4096 12月 28 13:25 Music
  153. drwxr-xr-x 2 root root 4096 12月 28 13:25 Pictures
  154. drwxr-----. 3 root root 4096 3月 23 2022 .pki
  155. drwxr-xr-x 2 root root 4096 12月 28 13:25 Public
  156. drwxr-xr-x 3 root root 4096 11月 11 16:21 snort_src
  157. -rw-r--r--. 1 root root 129 12月 29 2013 .tcshrc
  158. drwxr-xr-x 2 root root 4096 12月 28 13:25 Templates
  159. -rw-r----- 1 root root 5 12月 28 13:25 .vboxclient-vmsvga-session-tty1.pid
  160. drwxr-xr-x 2 root root 4096 12月 28 13:25 Videos
  161. -rw------- 1 root root 110 12月 28 13:59 .xauthd00OEN
  162. -rw------- 1 root root 110 12月 28 14:08 .xauthwV3q2v
  163. [root@liuxserver ~]# ls --all
  164. . .gnupg
  165. .. .ICEauthority
  166. anaconda-ks.cfg initial-setup-ks.cfg
  167. .bash_history .local
  168. .bash_logout Music
  169. .bash_profile Pictures
  170. .bashrc .pki
  171. .cache Public
  172. .config snort_src
  173. .cshrc .tcshrc
  174. .dbus Templates
  175. Desktop .vboxclient-vmsvga-session-tty1.pid
  176. Documents Videos
  177. Downloads .xauthd00OEN
  178. .esd_auth .xauthwV3q2v
  179. [root@liuxserver ~]# su -
  180. Last login: 四 12月 28 14:11:44 CST 2023 on pts/0
  181. [root@liuxserver ~]# useradd -u nash -g server -s /sbin/nologin
  182. useradd: invalid user ID 'nash'
  183. [root@liuxserver ~]# useradd -u 1000 -g server -s /sbin/nologin nash
  184. useradd: group 'server' does not exist
  185. [root@liuxserver ~]# su -
  186. Last login: 四 12月 28 15:12:33 CST 2023 on pts/0
  187. [root@liuxserver ~]# su --linuxserver
  188. su: unrecognized option '--linuxserver'
  189. Usage:
  190. su [options] [-] [USER [arg]...]
  191. Change the effective user id and group id to that of USER.
  192. A mere - implies -l. If USER not given, assume root.
  193. Options:
  194. -m, -p, --preserve-environment do not reset environment variables
  195. -g, --group <group> specify the primary group
  196. -G, --supp-group <group> specify a supplemental group
  197. -, -l, --login make the shell a login shell
  198. -c, --command <command> pass a single command to the shell with -c
  199. --session-command <command> pass a single command to the shell with -c
  200. and do not create a new session
  201. -f, --fast pass -f to the shell (for csh or tcsh)
  202. -s, --shell <shell> run shell if /etc/shells allows it
  203. -h, --help display this help and exit
  204. -V, --version output version information and exit
  205. For more details see su(1).
  206. [root@liuxserver ~]# su --opsuser
  207. su: unrecognized option '--opsuser'
  208. Usage:
  209. su [options] [-] [USER [arg]...]
  210. Change the effective user id and group id to that of USER.
  211. A mere - implies -l. If USER not given, assume root.
  212. Options:
  213. -m, -p, --preserve-environment do not reset environment variables
  214. -g, --group <group> specify the primary group
  215. -G, --supp-group <group> specify a supplemental group
  216. -, -l, --login make the shell a login shell
  217. -c, --command <command> pass a single command to the shell with -c
  218. --session-command <command> pass a single command to the shell with -c
  219. and do not create a new session
  220. -f, --fast pass -f to the shell (for csh or tcsh)
  221. -s, --shell <shell> run shell if /etc/shells allows it
  222. -h, --help display this help and exit
  223. -V, --version output version information and exit
  224. For more details see su(1).
  225. [root@liuxserver ~]# su --opsuser
  226. su: unrecognized option '--opsuser'
  227. Usage:
  228. su [options] [-] [USER [arg]...]
  229. Change the effective user id and group id to that of USER.
  230. A mere - implies -l. If USER not given, assume root.
  231. Options:
  232. -m, -p, --preserve-environment do not reset environment variables
  233. -g, --group <group> specify the primary group
  234. -G, --supp-group <group> specify a supplemental group
  235. -, -l, --login make the shell a login shell
  236. -c, --command <command> pass a single command to the shell with -c
  237. --session-command <command> pass a single command to the shell with -c
  238. and do not create a new session
  239. -f, --fast pass -f to the shell (for csh or tcsh)
  240. -s, --shell <shell> run shell if /etc/shells allows it
  241. -h, --help display this help and exit
  242. -V, --version output version information and exit
  243. For more details see su(1).
  244. [root@liuxserver ~]# su -opsuser
  245. su: invalid option -- 'o'
  246. Usage:
  247. su [options] [-] [USER [arg]...]
  248. Change the effective user id and group id to that of USER.
  249. A mere - implies -l. If USER not given, assume root.
  250. Options:
  251. -m, -p, --preserve-environment do not reset environment variables
  252. -g, --group <group> specify the primary group
  253. -G, --supp-group <group> specify a supplemental group
  254. -, -l, --login make the shell a login shell
  255. -c, --command <command> pass a single command to the shell with -c
  256. --session-command <command> pass a single command to the shell with -c
  257. and do not create a new session
  258. -f, --fast pass -f to the shell (for csh or tcsh)
  259. -s, --shell <shell> run shell if /etc/shells allows it
  260. -h, --help display this help and exit
  261. -V, --version output version information and exit
  262. For more details see su(1).
  263. [root@liuxserver ~]# su -- opsuser
  264. [opsuser@liuxserver root]$ uname
  265. Linux
  266. [opsuser@liuxserver root]$ uname -a
  267. 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
  268. [opsuser@liuxserver root]$ ls
  269. ls: cannot open directory .: Permission denied
  270. [opsuser@liuxserver root]$ cd /./opt/
  271. [opsuser@liuxserver opt]$ ls
  272. containerd rh VBoxGuestAdditions-7.0.6
  273. [opsuser@liuxserver opt]$ ls -a
  274. . .. containerd rh VBoxGuestAdditions-7.0.6
  275. [opsuser@liuxserver opt]$ ../
  276. bash: ../: Is a directory
  277. [opsuser@liuxserver opt]$ ../
  278. bash: ../: Is a directory
  279. [opsuser@liuxserver opt]$ cd ..
  280. [opsuser@liuxserver /]$ cd ..
  281. [opsuser@liuxserver /]$ cd ..
  282. [opsuser@liuxserver /]$ cd ../
  283. [opsuser@liuxserver /]$ cd ../
  284. [opsuser@liuxserver /]$ ls
  285. bin data etc lib lost+found mnt proc run srv tmp var
  286. boot dev home lib64 media opt root sbin sys usr
  287. [opsuser@liuxserver /]$ cd /tmp/mozilla_opsuser0/
  288. [opsuser@liuxserver mozilla_opsuser0]$ ls
  289. sogoupinyin_4.2.1.145_amd64.deb
  290. [opsuser@liuxserver mozilla_opsuser0]$ tar zxvf sogoupinyin_4.2.1.145_amd64.deb
  291. gzip: stdin: not in gzip format
  292. tar: Child returned status 1
  293. tar: Error is not recoverable: exiting now
  294. [opsuser@liuxserver mozilla_opsuser0]$ rpm -ivh sogoupinyin_4.2.1.145_amd64.deb
  295. error: sogoupinyin_4.2.1.145_amd64.deb: not an rpm package (or package manifest):
  296. [opsuser@liuxserver mozilla_opsuser0]$ sudo yum install gtk2 im-chooser glibc
  297. We trust you have received the usual lecture from the local System
  298. Administrator. It usually boils down to these three things:
  299. #1) Respect the privacy of others.
  300. #2) Think before you type.
  301. #3) With great power comes great responsibility.
  302. [sudo] password for opsuser:
  303. opsuser is not in the sudoers file. This incident will be reported.
  304. [opsuser@liuxserver mozilla_opsuser0]$ su -
  305. Password:
  306. Last login: 四 12月 28 15:30:05 CST 2023 on pts/0
  307. [root@liuxserver ~]# sudo yum install gtk2 im-chooser glibc
  308. Loaded plugins: fastestmirror, langpacks
  309. Loading mirror speeds from cached hostfile
  310. * base: mirror.lzu.edu.cn
  311. * extras: mirror.lzu.edu.cn
  312. * updates: mirror.lzu.edu.cn
  313. Package gtk2-2.24.31-1.el7.x86_64 already installed and latest version
  314. Resolving Dependencies
  315. --> Running transaction check
  316. ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
  317. --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-headers-2.17-317.el7.x86_64
  318. --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
  319. --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-devel-2.17-317.el7.x86_64
  320. ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update
  321. ---> Package im-chooser.x86_64 0:1.6.4-6.el7 will be installed
  322. --> Processing Dependency: im-chooser-common = 1.6.4-6.el7 for package: im-chooser-1.6.4-6.el7.x86_64
  323. --> Processing Dependency: libimchooseui.so.0()(64bit) for package: im-chooser-1.6.4-6.el7.x86_64
  324. --> Running transaction check
  325. ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
  326. ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update
  327. ---> Package glibc-devel.x86_64 0:2.17-317.el7 will be updated
  328. ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be an update
  329. ---> Package glibc-headers.x86_64 0:2.17-317.el7 will be updated
  330. ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be an update
  331. ---> Package im-chooser-common.x86_64 0:1.6.4-6.el7 will be installed
  332. --> Finished Dependency Resolution
  333. Dependencies Resolved
  334. ======================================================================
  335. Package Arch Version Repository Size
  336. ======================================================================
  337. Installing:
  338. im-chooser x86_64 1.6.4-6.el7 base 25 k
  339. Updating:
  340. glibc x86_64 2.17-326.el7_9 updates 3.6 M
  341. Installing for dependencies:
  342. im-chooser-common x86_64 1.6.4-6.el7 base 229 k
  343. Updating for dependencies:
  344. glibc-common x86_64 2.17-326.el7_9 updates 12 M
  345. glibc-devel x86_64 2.17-326.el7_9 updates 1.1 M
  346. glibc-headers x86_64 2.17-326.el7_9 updates 691 k
  347. Transaction Summary
  348. ======================================================================
  349. Install 1 Package (+1 Dependent package)
  350. Upgrade 1 Package (+3 Dependent packages)
  351. Total size: 17 M
  352. Total download size: 255 k
  353. Is this ok [y/d/N]: y
  354. Downloading packages:
  355. (1/2): im-chooser-1.6.4-6.el7.x86_64.rpm | 25 kB 00:00
  356. (2/2): im-chooser-common-1.6.4-6.el7.x86_64.rpm | 229 kB 00:00
  357. ----------------------------------------------------------------------
  358. Total 478 kB/s | 255 kB 00:00
  359. Running transaction check
  360. Running transaction test
  361. Transaction test succeeded
  362. Running transaction
  363. Updating : glibc-2.17-326.el7_9.x86_64 1/10
  364. Updating : glibc-common-2.17-326.el7_9.x86_64 2/10
  365. Updating : glibc-headers-2.17-326.el7_9.x86_64 3/10
  366. Installing : im-chooser-common-1.6.4-6.el7.x86_64 4/10
  367. Installing : im-chooser-1.6.4-6.el7.x86_64 5/10
  368. Updating : glibc-devel-2.17-326.el7_9.x86_64 6/10
  369. Cleanup : glibc-devel-2.17-317.el7.x86_64 7/10
  370. Cleanup : glibc-headers-2.17-317.el7.x86_64 8/10
  371. Cleanup : glibc-common-2.17-317.el7.x86_64 9/10
  372. Cleanup : glibc-2.17-317.el7.x86_64 10/10
  373. Verifying : glibc-headers-2.17-326.el7_9.x86_64 1/10
  374. Verifying : glibc-common-2.17-326.el7_9.x86_64 2/10
  375. Verifying : glibc-2.17-326.el7_9.x86_64 3/10
  376. Verifying : im-chooser-1.6.4-6.el7.x86_64 4/10
  377. Verifying : im-chooser-common-1.6.4-6.el7.x86_64 5/10
  378. Verifying : glibc-devel-2.17-326.el7_9.x86_64 6/10
  379. Verifying : glibc-2.17-317.el7.x86_64 7/10
  380. Verifying : glibc-common-2.17-317.el7.x86_64 8/10
  381. Verifying : glibc-headers-2.17-317.el7.x86_64 9/10
  382. Verifying : glibc-devel-2.17-317.el7.x86_64 10/10
  383. Installed:
  384. im-chooser.x86_64 0:1.6.4-6.el7
  385. Dependency Installed:
  386. im-chooser-common.x86_64 0:1.6.4-6.el7
  387. Updated:
  388. glibc.x86_64 0:2.17-326.el7_9
  389. Dependency Updated:
  390. glibc-common.x86_64 0:2.17-326.el7_9
  391. glibc-devel.x86_64 0:2.17-326.el7_9
  392. glibc-headers.x86_64 0:2.17-326.el7_9
  393. Complete!
  394. [root@liuxserver ~]# ^C
  395. [root@liuxserver ~]# cd /tmp/mozilla_opsuser0/
  396. [root@liuxserver mozilla_opsuser0]# ls
  397. sogoupinyin_4.2.1.145_arm64.deb
  398. [root@liuxserver mozilla_opsuser0]# yum -y install alien
  399. Loaded plugins: fastestmirror, langpacks
  400. Loading mirror speeds from cached hostfile
  401. * base: mirror.lzu.edu.cn
  402. * extras: mirror.lzu.edu.cn
  403. * updates: mirror.lzu.edu.cn
  404. No package alien available.
  405. Error: Nothing to do
  406. [root@liuxserver mozilla_opsuser0]# yum install rpm
  407. Loaded plugins: fastestmirror, langpacks
  408. Loading mirror speeds from cached hostfile
  409. * base: mirror.lzu.edu.cn
  410. * extras: mirror.lzu.edu.cn
  411. * updates: mirror.lzu.edu.cn
  412. Resolving Dependencies
  413. --> Running transaction check
  414. ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
  415. --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
  416. --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
  417. --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-build-4.11.3-45.el7.x86_64
  418. ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
  419. --> Running transaction check
  420. ---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be updated
  421. ---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be an update
  422. ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
  423. --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
  424. ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
  425. ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
  426. ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
  427. --> Running transaction check
  428. ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
  429. --> Processing Dependency: rpm-build-libs(x86-64) = 4.11.3-45.el7 for package: rpm-sign-4.11.3-45.el7.x86_64
  430. ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
  431. --> Running transaction check
  432. ---> Package rpm-sign.x86_64 0:4.11.3-45.el7 will be updated
  433. ---> Package rpm-sign.x86_64 0:4.11.3-48.el7_9 will be an update
  434. --> Finished Dependency Resolution
  435. Dependencies Resolved
  436. ======================================================================
  437. Package Arch Version Repository Size
  438. ======================================================================
  439. Updating:
  440. rpm x86_64 4.11.3-48.el7_9 updates 1.2 M
  441. Updating for dependencies:
  442. rpm-build x86_64 4.11.3-48.el7_9 updates 150 k
  443. rpm-build-libs x86_64 4.11.3-48.el7_9 updates 108 k
  444. rpm-libs x86_64 4.11.3-48.el7_9 updates 279 k
  445. rpm-python x86_64 4.11.3-48.el7_9 updates 84 k
  446. rpm-sign x86_64 4.11.3-48.el7_9 updates 49 k
  447. Transaction Summary
  448. ======================================================================
  449. Upgrade 1 Package (+5 Dependent packages)
  450. Total size: 1.8 M
  451. Is this ok [y/d/N]: y
  452. Downloading packages:
  453. Running transaction check
  454. Running transaction test
  455. Transaction test succeeded
  456. Running transaction
  457. Updating : rpm-libs-4.11.3-48.el7_9.x86_64 1/12
  458. Updating : rpm-4.11.3-48.el7_9.x86_64 2/12
  459. Updating : rpm-build-libs-4.11.3-48.el7_9.x86_64 3/12
  460. Updating : rpm-python-4.11.3-48.el7_9.x86_64 4/12
  461. Updating : rpm-build-4.11.3-48.el7_9.x86_64 5/12
  462. Updating : rpm-sign-4.11.3-48.el7_9.x86_64 6/12
  463. Cleanup : rpm-python-4.11.3-45.el7.x86_64 7/12
  464. Cleanup : rpm-build-4.11.3-45.el7.x86_64 8/12
  465. Cleanup : rpm-sign-4.11.3-45.el7.x86_64 9/12
  466. Cleanup : rpm-build-libs-4.11.3-45.el7.x86_64 10/12
  467. Cleanup : rpm-libs-4.11.3-45.el7.x86_64 11/12
  468. Cleanup : rpm-4.11.3-45.el7.x86_64 12/12
  469. Verifying : rpm-python-4.11.3-48.el7_9.x86_64 1/12
  470. Verifying : rpm-build-4.11.3-48.el7_9.x86_64 2/12
  471. Verifying : rpm-4.11.3-48.el7_9.x86_64 3/12
  472. Verifying : rpm-build-libs-4.11.3-48.el7_9.x86_64 4/12
  473. Verifying : rpm-libs-4.11.3-48.el7_9.x86_64 5/12
  474. Verifying : rpm-sign-4.11.3-48.el7_9.x86_64 6/12
  475. Verifying : rpm-4.11.3-45.el7.x86_64 7/12
  476. Verifying : rpm-libs-4.11.3-45.el7.x86_64 8/12
  477. Verifying : rpm-build-4.11.3-45.el7.x86_64 9/12
  478. Verifying : rpm-build-libs-4.11.3-45.el7.x86_64 10/12
  479. Verifying : rpm-python-4.11.3-45.el7.x86_64 11/12
  480. Verifying : rpm-sign-4.11.3-45.el7.x86_64 12/12
  481. Updated:
  482. rpm.x86_64 0:4.11.3-48.el7_9
  483. Dependency Updated:
  484. rpm-build.x86_64 0:4.11.3-48.el7_9
  485. rpm-build-libs.x86_64 0:4.11.3-48.el7_9
  486. rpm-libs.x86_64 0:4.11.3-48.el7_9
  487. rpm-python.x86_64 0:4.11.3-48.el7_9
  488. rpm-sign.x86_64 0:4.11.3-48.el7_9
  489. Complete!
  490. [root@liuxserver mozilla_opsuser0]# ls
  491. sogoupinyin_4.2.1.145_arm64.deb
  492. [root@liuxserver mozilla_opsuser0]# alien -r --scripts sogoupinyin_4.2.1.145_arm64.deb
  493. bash: alien: command not found...
  494. [root@liuxserver mozilla_opsuser0]# yum install alien
  495. Loaded plugins: fastestmirror, langpacks
  496. Loading mirror speeds from cached hostfile
  497. * base: mirror.lzu.edu.cn
  498. * extras: mirror.lzu.edu.cn
  499. * updates: mirror.lzu.edu.cn
  500. No package alien available.
  501. Error: Nothing to do
  502. [root@liuxserver mozilla_opsuser0]# yum install dpkg
  503. Loaded plugins: fastestmirror, langpacks
  504. Loading mirror speeds from cached hostfile
  505. * base: mirror.lzu.edu.cn
  506. * extras: mirror.lzu.edu.cn
  507. * updates: mirror.lzu.edu.cn
  508. No package dpkg available.
  509. Error: Nothing to do
  510. [root@liuxserver mozilla_opsuser0]# sudo yum install dpkg
  511. Loaded plugins: fastestmirror, langpacks
  512. Loading mirror speeds from cached hostfile
  513. * base: mirror.lzu.edu.cn
  514. * extras: mirror.lzu.edu.cn
  515. * updates: mirror.lzu.edu.cn
  516. No package dpkg available.
  517. Error: Nothing to do
  518. [root@liuxserver mozilla_opsuser0]# ../
  519. -bash: ../: Is a directory
  520. [root@liuxserver mozilla_opsuser0]# ../
  521. -bash: ../: Is a directory
  522. [root@liuxserver mozilla_opsuser0]# ../
  523. -bash: ../: Is a directory
  524. [root@liuxserver mozilla_opsuser0]# cd /bin
  525. [root@liuxserver bin]# ../
  526. -bash: ../: Is a directory
  527. [root@liuxserver bin]# ..
  528. [root@liuxserver bin]# cd ../
  529. [root@liuxserver /]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
  530. [root@liuxserver /]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
  531. % Total % Received % Xferd Average Speed Time Time Time Current
  532. Dload Upload Total Spent Left Speed
  533. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:100 2523 100 2523 0 0 8492 0 --:--:-- --:--:-- --:--:-- 8494
  534. [root@liuxserver /]# yum install alien -y
  535. Loaded plugins: fastestmirror, langpacks
  536. Loading mirror speeds from cached hostfile
  537. * base: mirrors.aliyun.com
  538. * extras: mirrors.aliyun.com
  539. * updates: mirrors.aliyun.com
  540. 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')
  541. Trying other mirror.
  542. 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"
  543. Trying other mirror.
  544. base | 3.6 kB 00:00
  545. extras | 2.9 kB 00:00
  546. updates | 2.9 kB 00:00
  547. No package alien available.
  548. Error: Nothing to do
  549. [root@liuxserver /]# yum install alien
  550. Loaded plugins: fastestmirror, langpacks
  551. Loading mirror speeds from cached hostfile
  552. * base: mirrors.aliyun.com
  553. * extras: mirrors.aliyun.com
  554. * updates: mirrors.aliyun.com
  555. No package alien available.
  556. Error: Nothing to do
  557. [root@liuxserver /]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
  558. --2023-12-28 16:22:27-- https://mirrors.aliyun.com/repo/Centos-7.repo
  559. Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 36.143.195.229, 111.62.160.100, 111.32.210.188, ...
  560. Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|36.143.195.229|:443... connected.
  561. HTTP request sent, awaiting response... 200 OK
  562. Length: 2523 (2.5K) [application/octet-stream]
  563. Saving to: ‘/etc/yum.repos.d/CentOS-Base.repo’
  564. 100%[======================>] 2,523 --.-K/s in 0s
  565. 2023-12-28 16:22:27 (611 MB/s) - ‘/etc/yum.repos.d/CentOS-Base.repo’ saved [2523/2523]
  566. [root@liuxserver /]# yum install alien -y
  567. Loaded plugins: fastestmirror, langpacks
  568. Loading mirror speeds from cached hostfile
  569. * base: mirrors.aliyun.com
  570. * extras: mirrors.aliyun.com
  571. * updates: mirrors.aliyun.com
  572. No package alien available.
  573. Error: Nothing to do
  574. [root@liuxserver /]# ping www.baidu.com
  575. PING www.a.shifen.com (36.155.132.3) 56(84) bytes of data.
  576. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=1 ttl=47 time=30.0 ms
  577. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=2 ttl=47 time=28.1 ms
  578. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=3 ttl=47 time=26.9 ms
  579. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=4 ttl=47 time=27.1 ms
  580. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=5 ttl=47 time=27.0 ms
  581. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=6 ttl=47 time=27.1 ms
  582. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=7 ttl=47 time=27.1 ms
  583. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=8 ttl=47 time=27.2 ms
  584. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=9 ttl=47 time=27.2 ms
  585. 64 bytes from 36.155.132.3 (36.155.132.3): icmp_seq=10 ttl=47 time=27.7 ms
  586. ^C
  587. --- www.a.shifen.com ping statistics ---
  588. 10 packets transmitted, 10 received, 0% packet loss, time 9015ms
  589. rtt min/avg/max/mdev = 26.936/27.607/30.033/0.906 ms
  590. [root@liuxserver /]# cd /etc/yum.repos.d/
  591. [root@liuxserver yum.repos.d]# mkdir repo_bak
  592. [root@liuxserver yum.repos.d]# mv *.repo repo_bak/
  593. [root@liuxserver yum.repos.d]# wget http://mirrors.aliyun.com/repo/Centos-7.repo
  594. --2023-12-28 16:27:04-- http://mirrors.aliyun.com/repo/Centos-7.repo
  595. Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 111.32.210.193, 111.62.160.94, 111.32.210.188, ...
  596. Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|111.32.210.193|:80... connected.
  597. HTTP request sent, awaiting response... 200 OK
  598. Length: 2523 (2.5K) [application/octet-stream]
  599. Saving to: ‘Centos-7.repo’
  600. 100%[======================>] 2,523 --.-K/s in 0s
  601. 2023-12-28 16:27:04 (438 MB/s) - ‘Centos-7.repo’ saved [2523/2523]
  602. [root@liuxserver yum.repos.d]# ls
  603. Centos-7.repo CentOS-Base.repo.backup repo_bak
  604. [root@liuxserver yum.repos.d]# yum clean all
  605. Loaded plugins: fastestmirror, langpacks
  606. Cleaning repos: base extras updates
  607. Cleaning up list of fastest mirrors
  608. Other repos take up 148 M of disk space (use --verbose for details)
  609. [root@liuxserver yum.repos.d]# yum makecache
  610. Loaded plugins: fastestmirror, langpacks
  611. Determining fastest mirrors
  612. * base: mirrors.aliyun.com
  613. * extras: mirrors.aliyun.com
  614. * updates: mirrors.aliyun.com
  615. base | 3.6 kB 00:00
  616. extras | 2.9 kB 00:00
  617. updates | 2.9 kB 00:00
  618. (1/10): base/7/x86_64/group_gz | 153 kB 00:00
  619. (2/10): base/7/x86_64/primary_db | 6.1 MB 00:05
  620. (3/10): extras/7/x86_64/primary_db | 250 kB 00:00
  621. (4/10): extras/7/x86_64/filelists_db | 303 kB 00:00
  622. (5/10): extras/7/x86_64/other_db | 150 kB 00:00
  623. (6/10): base/7/x86_64/filelists_db | 7.2 MB 00:06
  624. (7/10): base/7/x86_64/other_db | 2.6 MB 00:02
  625. (8/10): updates/7/x86_64/filelists_db | 13 MB 00:11
  626. (9/10): updates/7/x86_64/other_db | 1.5 MB 00:01
  627. (10/10): updates/7/x86_64/primary_db | 24 MB 00:20
  628. Metadata Cache Created
  629. [root@liuxserver yum.repos.d]# yum list | grep epel-release
  630. epel-release.noarch 7-11 extras
  631. [root@liuxserver yum.repos.d]# yum install -y epel-release
  632. Loaded plugins: fastestmirror, langpacks
  633. Loading mirror speeds from cached hostfile
  634. * base: mirrors.aliyun.com
  635. * extras: mirrors.aliyun.com
  636. * updates: mirrors.aliyun.com
  637. Resolving Dependencies
  638. --> Running transaction check
  639. ---> Package epel-release.noarch 0:7-11 will be installed
  640. --> Finished Dependency Resolution
  641. Dependencies Resolved
  642. ================================================================
  643. Package Arch Version Repository Size
  644. ================================================================
  645. Installing:
  646. epel-release noarch 7-11 extras 15 k
  647. Transaction Summary
  648. ================================================================
  649. Install 1 Package
  650. Total download size: 15 k
  651. Installed size: 24 k
  652. Downloading packages:
  653. epel-release-7-11.noarch.rpm | 15 kB 00:00
  654. Running transaction check
  655. Running transaction test
  656. Transaction test succeeded
  657. Running transaction
  658. Installing : epel-release-7-11.noarch 1/1
  659. Verifying : epel-release-7-11.noarch 1/1
  660. Installed:
  661. epel-release.noarch 0:7-11
  662. Complete!
  663. [root@liuxserver yum.repos.d]# ls
  664. Centos-7.repo epel.repo repo_bak
  665. CentOS-Base.repo.backup epel-testing.repo
  666. [root@liuxserver yum.repos.d]# wget -O /etc/yum.repos.d/epel-7.repo
  667. wget: missing URL
  668. Usage: wget [OPTION]... [URL]...
  669. Try `wget --help' for more options.
  670. [root@liuxserver yum.repos.d]# wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo
  671. --2023-12-28 16:35:58-- http://mirrors.aliyun.com/repo/epel-7.repo
  672. Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 36.143.192.195, 111.62.160.99, 111.32.210.192, ...
  673. Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|36.143.192.195|:80... connected.
  674. HTTP request sent, awaiting response... 200 OK
  675. Length: 664 [application/octet-stream]
  676. Saving to: ‘/etc/yum.repos.d/epel-7.repo’
  677. 100%[======================>] 664 --.-K/s in 0s
  678. 2023-12-28 16:35:59 (238 MB/s) - ‘/etc/yum.repos.d/epel-7.repo’ saved [664/664]
  679. [root@liuxserver yum.repos.d]# ls
  680. Centos-7.repo epel-7.repo epel-testing.repo
  681. CentOS-Base.repo.backup epel.repo repo_bak
  682. [root@liuxserver yum.repos.d]# yum clean all
  683. Loaded plugins: fastestmirror, langpacks
  684. Repository epel is listed more than once in the configuration
  685. Repository epel-debuginfo is listed more than once in the configuration
  686. Repository epel-source is listed more than once in the configuration
  687. Cleaning repos: base epel extras updates
  688. Cleaning up list of fastest mirrors
  689. Other repos take up 148 M of disk space (use --verbose for details)
  690. [root@liuxserver yum.repos.d]# yum makecache
  691. Loaded plugins: fastestmirror, langpacks
  692. Repository epel is listed more than once in the configuration
  693. Repository epel-debuginfo is listed more than once in the configuration
  694. Repository epel-source is listed more than once in the configuration
  695. Determining fastest mirrors
  696. * base: mirrors.aliyun.com
  697. * extras: mirrors.aliyun.com
  698. * updates: mirrors.aliyun.com
  699. base | 3.6 kB 00:00
  700. epel | 4.7 kB 00:00
  701. extras | 2.9 kB 00:00
  702. updates | 2.9 kB 00:00
  703. (1/16): base/7/x86_64/group_gz | 153 kB 00:00
  704. (2/16): base/7/x86_64/primary_db | 6.1 MB 00:05
  705. (3/16): epel/x86_64/group_gz | 99 kB 00:00
  706. (4/16): base/7/x86_64/filelists_db | 7.2 MB 00:06
  707. (5/16): epel/x86_64/updateinfo | 1.0 MB 00:00
  708. (6/16): epel/x86_64/prestodelta | 758 B 00:00
  709. (7/16): base/7/x86_64/other_db | 2.6 MB 00:02
  710. (8/16): epel/x86_64/primary_db | 7.0 MB 00:06
  711. (9/16): extras/7/x86_64/filelists_db | 303 kB 00:00
  712. (10/16): extras/7/x86_64/primary_db | 250 kB 00:00
  713. (11/16): extras/7/x86_64/other_db | 150 kB 00:00
  714. (12/16): epel/x86_64/other_db | 3.4 MB 00:04
  715. (13/16): epel/x86_64/filelists_db | 12 MB 00:12
  716. (14/16): updates/7/x86_64/filelists_db | 13 MB 00:15
  717. (15/16): updates/7/x86_64/other_db | 1.5 MB 00:01
  718. (16/16): updates/7/x86_64/primary_db | 24 MB 00:23
  719. Metadata Cache Created
  720. [root@liuxserver yum.repos.d]# yum repolist enabled
  721. Loaded plugins: fastestmirror, langpacks
  722. Repository epel is listed more than once in the configuration
  723. Repository epel-debuginfo is listed more than once in the configuration
  724. Repository epel-source is listed more than once in the configuration
  725. Loading mirror speeds from cached hostfile
  726. * base: mirrors.aliyun.com
  727. * extras: mirrors.aliyun.com
  728. * updates: mirrors.aliyun.com
  729. repo id repo name status
  730. base/7/x86_64 CentOS-7 - Base - mirrors.aliyun.com 10,072
  731. epel/x86_64 Extra Packages for Enterprise Linux 7 - 13,788
  732. extras/7/x86_64 CentOS-7 - Extras - mirrors.aliyun.com 518
  733. updates/7/x86_64 CentOS-7 - Updates - mirrors.aliyun.com 5,527
  734. repolist: 29,905
  735. [root@liuxserver yum.repos.d]# yum repolist all
  736. Loaded plugins: fastestmirror, langpacks
  737. Repository epel is listed more than once in the configuration
  738. Repository epel-debuginfo is listed more than once in the configuration
  739. Repository epel-source is listed more than once in the configuration
  740. Loading mirror speeds from cached hostfile
  741. * base: mirrors.aliyun.com
  742. * extras: mirrors.aliyun.com
  743. * updates: mirrors.aliyun.com
  744. repo id repo name status
  745. base/7/x86_64 CentOS-7 - Base - enabled: 10,072
  746. centosplus/7/x86_64 CentOS-7 - Plus - disabled
  747. contrib/7/x86_64 CentOS-7 - Contrib disabled
  748. epel/x86_64 Extra Packages for enabled: 13,788
  749. epel-debuginfo/x86_64 Extra Packages for disabled
  750. epel-source Extra Packages for disabled
  751. epel-testing/x86_64 Extra Packages for disabled
  752. epel-testing-debuginfo/x86_64 Extra Packages for disabled
  753. epel-testing-source/x86_64 Extra Packages for disabled
  754. extras/7/x86_64 CentOS-7 - Extras enabled: 518
  755. updates/7/x86_64 CentOS-7 - Updates enabled: 5,527
  756. repolist: 29,905
  757. [root@liuxserver yum.repos.d]# sudo yum install alien -y
  758. Loaded plugins: fastestmirror, langpacks
  759. Repository epel is listed more than once in the configuration
  760. Repository epel-debuginfo is listed more than once in the configuration
  761. Repository epel-source is listed more than once in the configuration
  762. Loading mirror speeds from cached hostfile
  763. * base: mirrors.aliyun.com
  764. * extras: mirrors.aliyun.com
  765. * updates: mirrors.aliyun.com
  766. Resolving Dependencies
  767. --> Running transaction check
  768. ---> Package alien.noarch 0:8.95-3.el7 will be installed
  769. --> Processing Dependency: debhelper for package: alien-8.95-3.el7.noarch
  770. --> Processing Dependency: dpkg for package: alien-8.95-3.el7.noarch
  771. --> Running transaction check
  772. ---> Package debhelper.noarch 0:11.4-2.el7 will be installed
  773. --> Processing Dependency: dpkg-dev >= 1.18.0 for package: debhelper-11.4-2.el7.noarch
  774. --> Processing Dependency: html2text for package: debhelper-11.4-2.el7.noarch
  775. --> Processing Dependency: perl(Dpkg::BuildProfiles) for package: debhelper-11.4-2.el7.noarch
  776. --> Processing Dependency: po-debconf for package: debhelper-11.4-2.el7.noarch
  777. ---> Package dpkg.x86_64 0:1.18.25-10.el7 will be installed
  778. --> Running transaction check
  779. ---> Package dpkg-dev.noarch 0:1.18.25-10.el7 will be installed
  780. --> Processing Dependency: lzma for package: dpkg-dev-1.18.25-10.el7.noarch
  781. --> Processing Dependency: perl(MIME::Lite) for package: dpkg-dev-1.18.25-10.el7.noarch
  782. ---> Package dpkg-perl.noarch 0:1.18.25-10.el7 will be installed
  783. --> Processing Dependency: perl(Digest) for package: dpkg-perl-1.18.25-10.el7.noarch
  784. --> Processing Dependency: perl(Digest::MD5) for package: dpkg-perl-1.18.25-10.el7.noarch
  785. --> Processing Dependency: perl(Digest::SHA) for package: dpkg-perl-1.18.25-10.el7.noarch
  786. --> Processing Dependency: perl(Digest::SHA1) for package: dpkg-perl-1.18.25-10.el7.noarch
  787. --> Processing Dependency: perl(Digest::SHA3) for package: dpkg-perl-1.18.25-10.el7.noarch
  788. --> Processing Dependency: perl(Time::Piece) for package: dpkg-perl-1.18.25-10.el7.noarch
  789. --> Processing Dependency: perl-Time-Piece for package: dpkg-perl-1.18.25-10.el7.noarch
  790. --> Processing Dependency: perl-TimeDate for package: dpkg-perl-1.18.25-10.el7.noarch
  791. ---> Package po-debconf.noarch 0:1.0.20-5.el7 will be installed
  792. --> Processing Dependency: perl(Debconf::AutoSelect) for package: po-debconf-1.0.20-5.el7.noarch
  793. --> Processing Dependency: perl(Debconf::Config) for package: po-debconf-1.0.20-5.el7.noarch
  794. --> Processing Dependency: perl(Debconf::Db) for package: po-debconf-1.0.20-5.el7.noarch
  795. --> Processing Dependency: perl(Debconf::Template::Transient) for package: po-debconf-1.0.20-5.el7.noarch
  796. --> Processing Dependency: perl(Mail::Box::Manager) for package: po-debconf-1.0.20-5.el7.noarch
  797. --> Processing Dependency: perl(Mail::Sendmail) for package: po-debconf-1.0.20-5.el7.noarch
  798. ---> Package python3-html2text.noarch 0:2019.9.26-3.el7 will be installed
  799. --> Running transaction check
  800. ---> Package debconf.noarch 0:1.5.82-1.el7 will be installed
  801. --> Processing Dependency: perl(CGI) for package: debconf-1.5.82-1.el7.noarch
  802. --> Processing Dependency: perl(Locale::gettext) for package: debconf-1.5.82-1.el7.noarch
  803. --> Processing Dependency: perl(Text::CharWidth) for package: debconf-1.5.82-1.el7.noarch
  804. --> Processing Dependency: perl(Text::Iconv) for package: debconf-1.5.82-1.el7.noarch
  805. --> Processing Dependency: perl(Text::WrapI18N) for package: debconf-1.5.82-1.el7.noarch
  806. ---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
  807. ---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
  808. ---> Package perl-Digest-SHA.x86_64 1:5.85-4.el7 will be installed
  809. ---> Package perl-Digest-SHA1.x86_64 0:2.13-9.el7 will be installed
  810. ---> Package perl-Digest-SHA3.x86_64 0:0.24-1.el7 will be installed
  811. ---> Package perl-MIME-Lite.noarch 0:3.030-1.el7 will be installed
  812. --> Processing Dependency: perl(MIME::Types) >= 1.28 for package: perl-MIME-Lite-3.030-1.el7.noarch
  813. --> Processing Dependency: perl(Email::Date::Format) for package: perl-MIME-Lite-3.030-1.el7.noarch
  814. ---> Package perl-Mail-Box.noarch 0:2.120-2.el7 will be installed
  815. --> Processing Dependency: perl(Mail::Transport::Dbx) >= 0.04 for package: perl-Mail-Box-2.120-2.el7.noarch
  816. --> Processing Dependency: perl(Devel::GlobalDestruction) for package: perl-Mail-Box-2.120-2.el7.noarch
  817. --> Processing Dependency: perl(Digest::HMAC_MD5) for package: perl-Mail-Box-2.120-2.el7.noarch
  818. --> Processing Dependency: perl(Email::Simple) for package: perl-Mail-Box-2.120-2.el7.noarch
  819. --> Processing Dependency: perl(File::FcntlLock) for package: perl-Mail-Box-2.120-2.el7.noarch
  820. --> Processing Dependency: perl(File::Remove) for package: perl-Mail-Box-2.120-2.el7.noarch
  821. --> Processing Dependency: perl(HTML::FormatText) for package: perl-Mail-Box-2.120-2.el7.noarch
  822. --> Processing Dependency: perl(HTML::TreeBuilder) for package: perl-Mail-Box-2.120-2.el7.noarch
  823. --> Processing Dependency: perl(IO::Lines) for package: perl-Mail-Box-2.120-2.el7.noarch
  824. --> Processing Dependency: perl(MIME::Entity) for package: perl-Mail-Box-2.120-2.el7.noarch
  825. --> Processing Dependency: perl(MIME::Parser) for package: perl-Mail-Box-2.120-2.el7.noarch
  826. --> Processing Dependency: perl(Mail::Address) for package: perl-Mail-Box-2.120-2.el7.noarch
  827. --> Processing Dependency: perl(Mail::Header) for package: perl-Mail-Box-2.120-2.el7.noarch
  828. --> Processing Dependency: perl(Mail::IMAPClient) for package: perl-Mail-Box-2.120-2.el7.noarch
  829. --> Processing Dependency: perl(Mail::Identity) for package: perl-Mail-Box-2.120-2.el7.noarch
  830. --> Processing Dependency: perl(Mail::Internet) for package: perl-Mail-Box-2.120-2.el7.noarch
  831. --> Processing Dependency: perl(Object::Realize::Later) for package: perl-Mail-Box-2.120-2.el7.noarch
  832. --> Processing Dependency: perl(Text::Autoformat) for package: perl-Mail-Box-2.120-2.el7.noarch
  833. --> Processing Dependency: perl(URI) for package: perl-Mail-Box-2.120-2.el7.noarch
  834. --> Processing Dependency: perl(User::Identity::Collection) for package: perl-Mail-Box-2.120-2.el7.noarch
  835. --> Processing Dependency: perl(User::Identity::Collection::Emails) for package: perl-Mail-Box-2.120-2.el7.noarch
  836. --> Processing Dependency: perl(User::Identity::Item) for package: perl-Mail-Box-2.120-2.el7.noarch
  837. ---> Package perl-Mail-Sendmail.noarch 0:0.79-21.el7 will be installed
  838. ---> Package perl-Time-Piece.x86_64 0:1.20.1-299.el7_9 will be installed
  839. ---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
  840. ---> Package xz-lzma-compat.x86_64 0:5.2.2-2.el7_9 will be installed
  841. --> Processing Dependency: xz = 5.2.2-2.el7_9 for package: xz-lzma-compat-5.2.2-2.el7_9.x86_64
  842. --> Running transaction check
  843. ---> Package perl-CGI.noarch 0:3.63-4.el7 will be installed
  844. --> Processing Dependency: perl(FCGI) >= 0.67 for package: perl-CGI-3.63-4.el7.noarch
  845. ---> Package perl-Devel-GlobalDestruction.noarch 0:0.12-1.el7 will be installed
  846. --> Processing Dependency: perl(Sub::Exporter::Progressive) for package: perl-Devel-GlobalDestruction-0.12-1.el7.noarch
  847. ---> Package perl-Digest-HMAC.noarch 0:1.03-5.el7 will be installed
  848. ---> Package perl-Email-Date-Format.noarch 0:1.002-15.el7 will be installed
  849. ---> Package perl-Email-Simple.noarch 0:2.214-1.el7 will be installed
  850. ---> Package perl-File-FcntlLock.x86_64 0:0.22-6.el7 will be installed
  851. ---> Package perl-File-Remove.noarch 0:1.52-6.el7 will be installed
  852. ---> Package perl-HTML-Format.noarch 0:2.10-7.el7 will be installed
  853. --> Processing Dependency: perl(Font::Metrics::TimesRoman) for package: perl-HTML-Format-2.10-7.el7.noarch
  854. --> Processing Dependency: perl(Font::Metrics::TimesItalic) for package: perl-HTML-Format-2.10-7.el7.noarch
  855. --> Processing Dependency: perl(Font::Metrics::TimesBoldItalic) for package: perl-HTML-Format-2.10-7.el7.noarch
  856. --> Processing Dependency: perl(Font::Metrics::TimesBold) for package: perl-HTML-Format-2.10-7.el7.noarch
  857. --> Processing Dependency: perl(Font::Metrics::HelveticaOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
  858. --> Processing Dependency: perl(Font::Metrics::HelveticaBoldOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
  859. --> Processing Dependency: perl(Font::Metrics::HelveticaBold) for package: perl-HTML-Format-2.10-7.el7.noarch
  860. --> Processing Dependency: perl(Font::Metrics::Helvetica) for package: perl-HTML-Format-2.10-7.el7.noarch
  861. --> Processing Dependency: perl(Font::Metrics::CourierOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
  862. --> Processing Dependency: perl(Font::Metrics::CourierBoldOblique) for package: perl-HTML-Format-2.10-7.el7.noarch
  863. --> Processing Dependency: perl(Font::Metrics::CourierBold) for package: perl-HTML-Format-2.10-7.el7.noarch
  864. --> Processing Dependency: perl(Font::Metrics::Courier) for package: perl-HTML-Format-2.10-7.el7.noarch
  865. ---> Package perl-HTML-Tree.noarch 1:5.03-2.el7 will be installed
  866. --> Processing Dependency: perl(HTML::Tagset) >= 3.02 for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
  867. --> Processing Dependency: perl(HTML::Parser) >= 3.46 for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
  868. --> Processing Dependency: perl(LWP::UserAgent) for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
  869. --> Processing Dependency: perl(HTML::Tagset) for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
  870. --> Processing Dependency: perl(HTML::Entities) for package: 1:perl-HTML-Tree-5.03-2.el7.noarch
  871. ---> Package perl-IO-stringy.noarch 0:2.110-22.el7 will be installed
  872. ---> Package perl-MIME-Types.noarch 0:1.38-2.el7 will be installed
  873. ---> Package perl-MIME-tools.noarch 0:5.505-1.el7 will be installed
  874. --> Processing Dependency: perl(Convert::BinHex) for package: perl-MIME-tools-5.505-1.el7.noarch
  875. ---> Package perl-Mail-IMAPClient.noarch 0:3.37-1.el7 will be installed
  876. --> Processing Dependency: perl(Parse::RecDescent) for package: perl-Mail-IMAPClient-3.37-1.el7.noarch
  877. ---> Package perl-Mail-Transport-Dbx.x86_64 0:0.07-28.el7 will be installed
  878. ---> Package perl-MailTools.noarch 0:2.12-2.el7 will be installed
  879. --> Processing Dependency: perl(Net::SMTP::SSL) for package: perl-MailTools-2.12-2.el7.noarch
  880. ---> Package perl-Object-Realize-Later.noarch 0:0.19-6.el7 will be installed
  881. ---> Package perl-Text-Autoformat.noarch 0:1.669004-1.el7 will be installed
  882. --> Processing Dependency: perl(Text::Reform) for package: perl-Text-Autoformat-1.669004-1.el7.noarch
  883. ---> Package perl-Text-CharWidth.x86_64 0:0.04-18.el7 will be installed
  884. ---> Package perl-Text-Iconv.x86_64 0:1.7-18.el7 will be installed
  885. ---> Package perl-Text-WrapI18N.noarch 0:0.06-17.el7 will be installed
  886. ---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
  887. --> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
  888. ---> Package perl-User-Identity.noarch 0:0.96-1.el7 will be installed
  889. ---> Package perl-gettext.x86_64 0:1.05-28.el7 will be installed
  890. ---> Package xz.x86_64 0:5.2.2-1.el7 will be updated
  891. ---> Package xz.x86_64 0:5.2.2-2.el7_9 will be an update
  892. --> Processing Dependency: xz-libs = 5.2.2-2.el7_9 for package: xz-5.2.2-2.el7_9.x86_64
  893. --> Running transaction check
  894. ---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
  895. --> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
  896. ---> Package perl-Convert-BinHex.noarch 0:1.119-20.el7 will be installed
  897. ---> Package perl-FCGI.x86_64 1:0.74-8.el7 will be installed
  898. ---> Package perl-Font-AFM.noarch 0:1.20-13.el7 will be installed
  899. ---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
  900. --> Processing Dependency: perl(HTTP::Headers) for package: perl-HTML-Parser-3.71-4.el7.x86_64
  901. ---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
  902. ---> Package perl-Net-SMTP-SSL.noarch 0:1.01-13.el7 will be installed
  903. --> Processing Dependency: perl(IO::Socket::SSL) for package: perl-Net-SMTP-SSL-1.01-13.el7.noarch
  904. ---> Package perl-Parse-RecDescent.noarch 0:1.967009-5.el7 will be installed
  905. ---> Package perl-Sub-Exporter-Progressive.noarch 0:0.001011-1.el7 will be installed
  906. --> Processing Dependency: perl(Sub::Exporter) for package: perl-Sub-Exporter-Progressive-0.001011-1.el7.noarch
  907. ---> Package perl-Text-Reform.noarch 0:1.20-9.el7 will be installed
  908. --> Processing Dependency: perl(TeX::Hyphen) for package: perl-Text-Reform-1.20-9.el7.noarch
  909. ---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
  910. --> Processing Dependency: perl(WWW::RobotRules) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
  911. --> Processing Dependency: perl(Net::HTTP) >= 6.04 for package: perl-libwww-perl-6.05-2.el7.noarch
  912. --> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
  913. --> Processing Dependency: perl(HTTP::Negotiate) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
  914. --> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
  915. --> Processing Dependency: perl(HTTP::Daemon) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
  916. --> Processing Dependency: perl(HTTP::Cookies) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
  917. --> Processing Dependency: perl(File::Listing) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
  918. --> Processing Dependency: perl(Encode::Locale) for package: perl-libwww-perl-6.05-2.el7.noarch
  919. ---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be updated
  920. ---> Package xz-libs.x86_64 0:5.2.2-2.el7_9 will be an update
  921. --> Running transaction check
  922. ---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
  923. ---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
  924. ---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
  925. ---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
  926. ---> Package perl-HTTP-Daemon.noarch 0:6.01-8.el7 will be installed
  927. --> Processing Dependency: perl(IO::Socket::IP) for package: perl-HTTP-Daemon-6.01-8.el7.noarch
  928. ---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
  929. ---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
  930. --> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
  931. ---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
  932. ---> Package perl-IO-Socket-SSL.noarch 0:1.94-7.el7 will be installed
  933. --> Processing Dependency: perl-Net-SSLeay >= 1.55-5 for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
  934. --> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
  935. --> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
  936. --> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
  937. --> Processing Dependency: perl(Mozilla::CA) for package: perl-IO-Socket-SSL-1.94-7.el7.noarch
  938. ---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
  939. --> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
  940. ---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
  941. ---> Package perl-Sub-Exporter.noarch 0:0.986-2.el7 will be installed
  942. --> Processing Dependency: perl(Sub::Install) >= 0.92 for package: perl-Sub-Exporter-0.986-2.el7.noarch
  943. --> Processing Dependency: perl(Params::Util) >= 0.14 for package: perl-Sub-Exporter-0.986-2.el7.noarch
  944. --> Processing Dependency: perl(Data::OptList) >= 0.100 for package: perl-Sub-Exporter-0.986-2.el7.noarch
  945. --> Processing Dependency: perl(Params::Util) for package: perl-Sub-Exporter-0.986-2.el7.noarch
  946. --> Processing Dependency: perl(Package::Generator) for package: perl-Sub-Exporter-0.986-2.el7.noarch
  947. --> Processing Dependency: perl(Data::OptList) for package: perl-Sub-Exporter-0.986-2.el7.noarch
  948. ---> Package perl-TeX-Hyphen.noarch 0:1.01-1.el7 will be installed
  949. ---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
  950. --> Running transaction check
  951. ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
  952. ---> Package perl-Data-OptList.noarch 0:0.107-9.el7 will be installed
  953. ---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
  954. ---> Package perl-IO-Socket-IP.noarch 0:0.21-5.el7 will be installed
  955. ---> Package perl-Mozilla-CA.noarch 0:20130114-5.el7 will be installed
  956. ---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
  957. ---> Package perl-Net-SSLeay.x86_64 0:1.55-6.el7 will be installed
  958. ---> Package perl-Package-Generator.noarch 0:0.103-14.el7 will be installed
  959. ---> Package perl-Params-Util.x86_64 0:1.07-6.el7 will be installed
  960. ---> Package perl-Sub-Install.noarch 0:0.926-6.el7 will be installed
  961. --> Finished Dependency Resolution
  962. Dependencies Resolved
  963. ================================================================
  964. Package Arch Version Repository
  965. Size
  966. ================================================================
  967. Installing:
  968. alien noarch 8.95-3.el7 epel 92 k
  969. Installing for dependencies:
  970. debconf noarch 1.5.82-1.el7 epel 191 k
  971. debhelper noarch 11.4-2.el7 epel 939 k
  972. dpkg x86_64 1.18.25-10.el7 epel 1.3 M
  973. dpkg-dev noarch 1.18.25-10.el7 epel 706 k
  974. dpkg-perl noarch 1.18.25-10.el7 epel 248 k
  975. mailcap noarch 2.1.41-2.el7 base 31 k
  976. perl-Business-ISBN noarch 2.06-2.el7 base 25 k
  977. perl-Business-ISBN-Data noarch 20120719.001-2.el7
  978. base 24 k
  979. perl-CGI noarch 3.63-4.el7 base 250 k
  980. perl-Convert-BinHex noarch 1.119-20.el7 epel 44 k
  981. perl-Data-OptList noarch 0.107-9.el7 base 23 k
  982. perl-Devel-GlobalDestruction
  983. noarch 0.12-1.el7 epel 18 k
  984. perl-Digest noarch 1.17-245.el7 base 23 k
  985. perl-Digest-HMAC noarch 1.03-5.el7 base 16 k
  986. perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
  987. perl-Digest-SHA x86_64 1:5.85-4.el7 base 58 k
  988. perl-Digest-SHA1 x86_64 2.13-9.el7 base 50 k
  989. perl-Digest-SHA3 x86_64 0.24-1.el7 epel 32 k
  990. perl-Email-Date-Format noarch 1.002-15.el7 epel 17 k
  991. perl-Email-Simple noarch 2.214-1.el7 epel 36 k
  992. perl-Encode-Locale noarch 1.03-5.el7 base 16 k
  993. perl-FCGI x86_64 1:0.74-8.el7 base 42 k
  994. perl-File-FcntlLock x86_64 0.22-6.el7 epel 41 k
  995. perl-File-Listing noarch 6.04-7.el7 base 13 k
  996. perl-File-Remove noarch 1.52-6.el7 base 26 k
  997. perl-Font-AFM noarch 1.20-13.el7 base 19 k
  998. perl-HTML-Format noarch 2.10-7.el7 base 51 k
  999. perl-HTML-Parser x86_64 3.71-4.el7 base 115 k
  1000. perl-HTML-Tagset noarch 3.20-15.el7 base 18 k
  1001. perl-HTML-Tree noarch 1:5.03-2.el7 base 218 k
  1002. perl-HTTP-Cookies noarch 6.01-5.el7 base 26 k
  1003. perl-HTTP-Daemon noarch 6.01-8.el7 base 21 k
  1004. perl-HTTP-Date noarch 6.02-8.el7 base 14 k
  1005. perl-HTTP-Message noarch 6.06-6.el7 base 82 k
  1006. perl-HTTP-Negotiate noarch 6.01-5.el7 base 17 k
  1007. perl-IO-HTML noarch 1.00-2.el7 base 23 k
  1008. perl-IO-Socket-IP noarch 0.21-5.el7 base 36 k
  1009. perl-IO-Socket-SSL noarch 1.94-7.el7 base 115 k
  1010. perl-IO-stringy noarch 2.110-22.el7 base 71 k
  1011. perl-LWP-MediaTypes noarch 6.02-2.el7 base 24 k
  1012. perl-MIME-Lite noarch 3.030-1.el7 epel 96 k
  1013. perl-MIME-Types noarch 1.38-2.el7 epel 38 k
  1014. perl-MIME-tools noarch 5.505-1.el7 epel 256 k
  1015. perl-Mail-Box noarch 2.120-2.el7 epel 1.1 M
  1016. perl-Mail-IMAPClient noarch 3.37-1.el7 epel 221 k
  1017. perl-Mail-Sendmail noarch 0.79-21.el7 epel 29 k
  1018. perl-Mail-Transport-Dbx x86_64 0.07-28.el7 epel 41 k
  1019. perl-MailTools noarch 2.12-2.el7 base 108 k
  1020. perl-Mozilla-CA noarch 20130114-5.el7 base 11 k
  1021. perl-Net-HTTP noarch 6.06-2.el7 base 29 k
  1022. perl-Net-LibIDN x86_64 0.12-15.el7 base 28 k
  1023. perl-Net-SMTP-SSL noarch 1.01-13.el7 base 9.1 k
  1024. perl-Net-SSLeay x86_64 1.55-6.el7 base 285 k
  1025. perl-Object-Realize-Later
  1026. noarch 0.19-6.el7 epel 21 k
  1027. perl-Package-Generator noarch 0.103-14.el7 base 23 k
  1028. perl-Params-Util x86_64 1.07-6.el7 base 38 k
  1029. perl-Parse-RecDescent noarch 1.967009-5.el7 base 203 k
  1030. perl-Sub-Exporter noarch 0.986-2.el7 base 70 k
  1031. perl-Sub-Exporter-Progressive
  1032. noarch 0.001011-1.el7 epel 13 k
  1033. perl-Sub-Install noarch 0.926-6.el7 base 21 k
  1034. perl-TeX-Hyphen noarch 1.01-1.el7 epel 35 k
  1035. perl-Text-Autoformat noarch 1.669004-1.el7 epel 37 k
  1036. perl-Text-CharWidth x86_64 0.04-18.el7 base 15 k
  1037. perl-Text-Iconv x86_64 1.7-18.el7 base 23 k
  1038. perl-Text-Reform noarch 1.20-9.el7 epel 43 k
  1039. perl-Text-WrapI18N noarch 0.06-17.el7 base 12 k
  1040. perl-Time-Piece x86_64 1.20.1-299.el7_9 updates 70 k
  1041. perl-TimeDate noarch 1:2.30-2.el7 base 52 k
  1042. perl-URI noarch 1.60-9.el7 base 106 k
  1043. perl-User-Identity noarch 0.96-1.el7 epel 88 k
  1044. perl-WWW-RobotRules noarch 6.02-5.el7 base 18 k
  1045. perl-gettext x86_64 1.05-28.el7 base 21 k
  1046. perl-libwww-perl noarch 6.05-2.el7 base 205 k
  1047. po-debconf noarch 1.0.20-5.el7 epel 147 k
  1048. python3-html2text noarch 2019.9.26-3.el7 epel 58 k
  1049. xz-lzma-compat x86_64 5.2.2-2.el7_9 updates 18 k
  1050. Updating for dependencies:
  1051. xz x86_64 5.2.2-2.el7_9 updates 229 k
  1052. xz-libs x86_64 5.2.2-2.el7_9 updates 103 k
  1053. Transaction Summary
  1054. ================================================================
  1055. Install 1 Package (+76 Dependent packages)
  1056. Upgrade ( 2 Dependent packages)
  1057. Total download size: 8.9 M
  1058. Downloading packages:
  1059. No Presto metadata available for updates
  1060. (1/79): debconf-1.5.82-1.el7.noarch.rpm | 191 kB 00:00
  1061. (2/79): alien-8.95-3.el7.noarch.rpm | 92 kB 00:00
  1062. (3/79): debhelper-11.4-2.el7.noarch.rpm | 939 kB 00:01
  1063. (4/79): dpkg-1.18.25-10.el7.x86_64.rpm | 1.3 MB 00:01
  1064. (5/79): perl-Business-ISBN-2.06-2.el7.noar | 25 kB 00:00
  1065. (6/79): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00
  1066. (7/79): perl-Business-ISBN-Data-20120719.0 | 24 kB 00:00
  1067. (8/79): dpkg-dev-1.18.25-10.el7.noarch.rpm | 706 kB 00:00
  1068. (9/79): dpkg-perl-1.18.25-10.el7.noarch.rp | 248 kB 00:00
  1069. (10/79): perl-Convert-BinHex-1.119-20.el7. | 44 kB 00:00
  1070. (11/79): perl-Data-OptList-0.107-9.el7.noa | 23 kB 00:00
  1071. (12/79): perl-CGI-3.63-4.el7.noarch.rpm | 250 kB 00:00
  1072. (13/79): perl-Devel-GlobalDestruction-0.12 | 18 kB 00:00
  1073. (14/79): perl-Digest-1.17-245.el7.noarch.r | 23 kB 00:00
  1074. (15/79): perl-Digest-MD5-2.52-3.el7.x86_64 | 30 kB 00:00
  1075. (16/79): perl-Digest-HMAC-1.03-5.el7.noarc | 16 kB 00:00
  1076. (17/79): perl-Digest-SHA-5.85-4.el7.x86_64 | 58 kB 00:00
  1077. (18/79): perl-Digest-SHA1-2.13-9.el7.x86_6 | 50 kB 00:00
  1078. (19/79): perl-Digest-SHA3-0.24-1.el7.x86_6 | 32 kB 00:00
  1079. (20/79): perl-Email-Date-Format-1.002-15.e | 17 kB 00:00
  1080. (21/79): perl-Email-Simple-2.214-1.el7.noa | 36 kB 00:00
  1081. (22/79): perl-File-FcntlLock-0.22-6.el7.x8 | 41 kB 00:00
  1082. (23/79): perl-FCGI-0.74-8.el7.x86_64.rpm | 42 kB 00:00
  1083. (24/79): perl-File-Listing-6.04-7.el7.noar | 13 kB 00:00
  1084. (25/79): perl-Encode-Locale-1.03-5.el7.noa | 16 kB 00:00
  1085. (26/79): perl-Font-AFM-1.20-13.el7.noarch. | 19 kB 00:00
  1086. (27/79): perl-File-Remove-1.52-6.el7.noarc | 26 kB 00:00
  1087. (28/79): perl-HTML-Parser-3.71-4.el7.x86_6 | 115 kB 00:00
  1088. (29/79): perl-HTML-Format-2.10-7.el7.noarc | 51 kB 00:00
  1089. (30/79): perl-HTML-Tagset-3.20-15.el7.noar | 18 kB 00:00
  1090. (31/79): perl-HTTP-Cookies-6.01-5.el7.noar | 26 kB 00:00
  1091. (32/79): perl-HTTP-Daemon-6.01-8.el7.noarc | 21 kB 00:00
  1092. (33/79): perl-HTTP-Date-6.02-8.el7.noarch. | 14 kB 00:00
  1093. (34/79): perl-HTML-Tree-5.03-2.el7.noarch. | 218 kB 00:00
  1094. (35/79): perl-HTTP-Negotiate-6.01-5.el7.no | 17 kB 00:00
  1095. (36/79): perl-HTTP-Message-6.06-6.el7.noar | 82 kB 00:00
  1096. (37/79): perl-IO-HTML-1.00-2.el7.noarch.rp | 23 kB 00:00
  1097. (38/79): perl-IO-Socket-IP-0.21-5.el7.noar | 36 kB 00:00
  1098. (39/79): perl-IO-stringy-2.110-22.el7.noar | 71 kB 00:00
  1099. (40/79): perl-LWP-MediaTypes-6.02-2.el7.no | 24 kB 00:00
  1100. (41/79): perl-IO-Socket-SSL-1.94-7.el7.noa | 115 kB 00:00
  1101. (42/79): perl-MIME-Types-1.38-2.el7.noarch | 38 kB 00:00
  1102. (43/79): perl-MIME-Lite-3.030-1.el7.noarch | 96 kB 00:00
  1103. (44/79): perl-MIME-tools-5.505-1.el7.noarc | 256 kB 00:00
  1104. (45/79): perl-Mail-IMAPClient-3.37-1.el7.n | 221 kB 00:00
  1105. (46/79): perl-Mail-Sendmail-0.79-21.el7.no | 29 kB 00:00
  1106. (47/79): perl-Mail-Transport-Dbx-0.07-28.e | 41 kB 00:00
  1107. (48/79): perl-Mozilla-CA-20130114-5.el7.no | 11 kB 00:00
  1108. (49/79): perl-Mail-Box-2.120-2.el7.noarch. | 1.1 MB 00:01
  1109. (50/79): perl-Net-HTTP-6.06-2.el7.noarch.r | 29 kB 00:00
  1110. (51/79): perl-Net-LibIDN-0.12-15.el7.x86_6 | 28 kB 00:00
  1111. (52/79): perl-MailTools-2.12-2.el7.noarch. | 108 kB 00:00
  1112. (53/79): perl-Net-SMTP-SSL-1.01-13.el7.noa | 9.1 kB 00:00
  1113. (54/79): perl-Package-Generator-0.103-14.e | 23 kB 00:00
  1114. (55/79): perl-Object-Realize-Later-0.19-6. | 21 kB 00:00
  1115. (56/79): perl-Net-SSLeay-1.55-6.el7.x86_64 | 285 kB 00:00
  1116. (57/79): perl-Params-Util-1.07-6.el7.x86_6 | 38 kB 00:00
  1117. (58/79): perl-Sub-Exporter-0.986-2.el7.noa | 70 kB 00:00
  1118. (59/79): perl-Sub-Install-0.926-6.el7.noar | 21 kB 00:00
  1119. (60/79): perl-Parse-RecDescent-1.967009-5. | 203 kB 00:00
  1120. (61/79): perl-Sub-Exporter-Progressive-0.0 | 13 kB 00:00
  1121. (62/79): perl-Text-Autoformat-1.669004-1.e | 37 kB 00:00
  1122. (63/79): perl-TeX-Hyphen-1.01-1.el7.noarch | 35 kB 00:00
  1123. (64/79): perl-Text-Iconv-1.7-18.el7.x86_64 | 23 kB 00:00
  1124. (65/79): perl-Text-CharWidth-0.04-18.el7.x | 15 kB 00:00
  1125. (66/79): perl-Text-WrapI18N-0.06-17.el7.no | 12 kB 00:00
  1126. (67/79): perl-Text-Reform-1.20-9.el7.noarc | 43 kB 00:00
  1127. (68/79): perl-TimeDate-2.30-2.el7.noarch.r | 52 kB 00:00
  1128. (69/79): perl-URI-1.60-9.el7.noarch.rpm | 106 kB 00:00
  1129. (70/79): perl-WWW-RobotRules-6.02-5.el7.no | 18 kB 00:00
  1130. (71/79): perl-gettext-1.05-28.el7.x86_64.r | 21 kB 00:00
  1131. (72/79): perl-Time-Piece-1.20.1-299.el7_9. | 70 kB 00:00
  1132. (73/79): perl-libwww-perl-6.05-2.el7.noarc | 205 kB 00:00
  1133. (74/79): perl-User-Identity-0.96-1.el7.noa | 88 kB 00:00
  1134. (75/79): po-debconf-1.0.20-5.el7.noarch.rp | 147 kB 00:00
  1135. (76/79): python3-html2text-2019.9.26-3.el7 | 58 kB 00:00
  1136. (77/79): xz-5.2.2-2.el7_9.x86_64.rpm | 229 kB 00:00
  1137. (78/79): xz-lzma-compat-5.2.2-2.el7_9.x86_ | 18 kB 00:00
  1138. (79/79): xz-libs-5.2.2-2.el7_9.x86_64.rpm | 103 kB 00:00
  1139. ----------------------------------------------------------------
  1140. Total 1.0 MB/s | 8.9 MB 00:08
  1141. Running transaction check
  1142. Running transaction test
  1143. Transaction test succeeded
  1144. Running transaction
  1145. Installing : 1:perl-TimeDate-2.30-2.el7.noarch 1/81
  1146. Installing : perl-HTTP-Date-6.02-8.el7.noarch 2/81
  1147. Installing : perl-Digest-1.17-245.el7.noarch 3/81
  1148. Installing : perl-Digest-MD5-2.52-3.el7.x86_64 4/81
  1149. Updating : xz-libs-5.2.2-2.el7_9.x86_64 5/81
  1150. Updating : xz-5.2.2-2.el7_9.x86_64 6/81
  1151. Installing : dpkg-1.18.25-10.el7.x86_64 7/81
  1152. Installing : 1:perl-Digest-SHA-5.85-4.el7.x86_64 8/81
  1153. Installing : perl-Email-Date-Format-1.002-15.el7.noar 9/81
  1154. Installing : perl-HTML-Tagset-3.20-15.el7.noarch 10/81
  1155. Installing : perl-Sub-Install-0.926-6.el7.noarch 11/81
  1156. Installing : python3-html2text-2019.9.26-3.el7.noarch 12/81
  1157. Installing : perl-Encode-Locale-1.03-5.el7.noarch 13/81
  1158. Installing : perl-Params-Util-1.07-6.el7.x86_64 14/81
  1159. Installing : perl-MIME-Types-1.38-2.el7.noarch 15/81
  1160. Installing : perl-Text-CharWidth-0.04-18.el7.x86_64 16/81
  1161. Installing : perl-IO-Socket-IP-0.21-5.el7.noarch 17/81
  1162. Installing : perl-Text-WrapI18N-0.06-17.el7.noarch 18/81
  1163. Installing : perl-MIME-Lite-3.030-1.el7.noarch 19/81
  1164. Installing : perl-Data-OptList-0.107-9.el7.noarch 20/81
  1165. Installing : perl-Email-Simple-2.214-1.el7.noarch 21/81
  1166. Installing : perl-Digest-HMAC-1.03-5.el7.noarch 22/81
  1167. Installing : xz-lzma-compat-5.2.2-2.el7_9.x86_64 23/81
  1168. Installing : perl-File-Listing-6.04-7.el7.noarch 24/81
  1169. Installing : perl-IO-HTML-1.00-2.el7.noarch 25/81
  1170. Installing : mailcap-2.1.41-2.el7.noarch 26/81
  1171. Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch 27/81
  1172. Installing : perl-Digest-SHA3-0.24-1.el7.x86_64 28/81
  1173. Installing : perl-Object-Realize-Later-0.19-6.el7.noa 29/81
  1174. Installing : perl-Net-SSLeay-1.55-6.el7.x86_64 30/81
  1175. Installing : perl-Package-Generator-0.103-14.el7.noar 31/81
  1176. Installing : perl-Sub-Exporter-0.986-2.el7.noarch 32/81
  1177. Installing : perl-Sub-Exporter-Progressive-0.001011-1 33/81
  1178. Installing : perl-Devel-GlobalDestruction-0.12-1.el7. 34/81
  1179. Installing : perl-Digest-SHA1-2.13-9.el7.x86_64 35/81
  1180. Installing : perl-Parse-RecDescent-1.967009-5.el7.noa 36/81
  1181. Installing : perl-Mail-IMAPClient-3.37-1.el7.noarch 37/81
  1182. Installing : perl-File-Remove-1.52-6.el7.noarch 38/81
  1183. Installing : perl-TeX-Hyphen-1.01-1.el7.noarch 39/81
  1184. Installing : perl-Text-Reform-1.20-9.el7.noarch 40/81
  1185. Installing : perl-Text-Autoformat-1.669004-1.el7.noar 41/81
  1186. Installing : perl-gettext-1.05-28.el7.x86_64 42/81
  1187. Installing : perl-Business-ISBN-Data-20120719.001-2.e 43/81
  1188. Installing : perl-Business-ISBN-2.06-2.el7.noarch 44/81
  1189. Installing : perl-URI-1.60-9.el7.noarch 45/81
  1190. Installing : perl-HTTP-Message-6.06-6.el7.noarch 46/81
  1191. Installing : perl-HTML-Parser-3.71-4.el7.x86_64 47/81
  1192. Installing : perl-HTTP-Daemon-6.01-8.el7.noarch 48/81
  1193. Installing : perl-HTTP-Negotiate-6.01-5.el7.noarch 49/81
  1194. Installing : perl-HTTP-Cookies-6.01-5.el7.noarch 50/81
  1195. Installing : perl-WWW-RobotRules-6.02-5.el7.noarch 51/81
  1196. Installing : perl-Mozilla-CA-20130114-5.el7.noarch 52/81
  1197. Installing : perl-Time-Piece-1.20.1-299.el7_9.x86_64 53/81
  1198. Installing : dpkg-perl-1.18.25-10.el7.noarch 54/81
  1199. Installing : dpkg-dev-1.18.25-10.el7.noarch 55/81
  1200. Installing : perl-Text-Iconv-1.7-18.el7.x86_64 56/81
  1201. Installing : perl-User-Identity-0.96-1.el7.noarch 57/81
  1202. Installing : perl-Net-LibIDN-0.12-15.el7.x86_64 58/81
  1203. Installing : perl-IO-Socket-SSL-1.94-7.el7.noarch 59/81
  1204. Installing : perl-Net-SMTP-SSL-1.01-13.el7.noarch 60/81
  1205. Installing : perl-MailTools-2.12-2.el7.noarch 61/81
  1206. Installing : perl-Net-HTTP-6.06-2.el7.noarch 62/81
  1207. Installing : perl-libwww-perl-6.05-2.el7.noarch 63/81
  1208. Installing : perl-File-FcntlLock-0.22-6.el7.x86_64 64/81
  1209. Installing : perl-Mail-Sendmail-0.79-21.el7.noarch 65/81
  1210. Installing : perl-IO-stringy-2.110-22.el7.noarch 66/81
  1211. Installing : perl-Convert-BinHex-1.119-20.el7.noarch 67/81
  1212. Installing : perl-MIME-tools-5.505-1.el7.noarch 68/81
  1213. Installing : 1:perl-FCGI-0.74-8.el7.x86_64 69/81
  1214. Installing : perl-CGI-3.63-4.el7.noarch 70/81
  1215. Installing : debconf-1.5.82-1.el7.noarch 71/81
  1216. Installing : perl-Mail-Transport-Dbx-0.07-28.el7.x86_ 72/81
  1217. Installing : perl-Font-AFM-1.20-13.el7.noarch 73/81
  1218. Installing : 1:perl-HTML-Tree-5.03-2.el7.noarch 74/81
  1219. Installing : perl-HTML-Format-2.10-7.el7.noarch 75/81
  1220. Installing : perl-Mail-Box-2.120-2.el7.noarch 76/81
  1221. Installing : po-debconf-1.0.20-5.el7.noarch 77/81
  1222. Installing : debhelper-11.4-2.el7.noarch 78/81
  1223. Installing : alien-8.95-3.el7.noarch 79/81
  1224. Cleanup : xz-5.2.2-1.el7.x86_64 80/81
  1225. Cleanup : xz-libs-5.2.2-1.el7.x86_64 81/81
  1226. Verifying : perl-Font-AFM-1.20-13.el7.noarch 1/81
  1227. Verifying : perl-Mail-Transport-Dbx-0.07-28.el7.x86_ 2/81
  1228. Verifying : 1:perl-FCGI-0.74-8.el7.x86_64 3/81
  1229. Verifying : dpkg-dev-1.18.25-10.el7.noarch 4/81
  1230. Verifying : perl-Convert-BinHex-1.119-20.el7.noarch 5/81
  1231. Verifying : alien-8.95-3.el7.noarch 6/81
  1232. Verifying : perl-IO-stringy-2.110-22.el7.noarch 7/81
  1233. Verifying : perl-Mail-Sendmail-0.79-21.el7.noarch 8/81
  1234. Verifying : perl-MIME-Lite-3.030-1.el7.noarch 9/81
  1235. Verifying : perl-File-FcntlLock-0.22-6.el7.x86_64 10/81
  1236. Verifying : xz-lzma-compat-5.2.2-2.el7_9.x86_64 11/81
  1237. Verifying : perl-Sub-Exporter-Progressive-0.001011-1 12/81
  1238. Verifying : perl-HTTP-Daemon-6.01-8.el7.noarch 13/81
  1239. Verifying : perl-Text-WrapI18N-0.06-17.el7.noarch 14/81
  1240. Verifying : perl-Net-LibIDN-0.12-15.el7.x86_64 15/81
  1241. Verifying : perl-Mail-Box-2.120-2.el7.noarch 16/81
  1242. Verifying : perl-Text-Autoformat-1.669004-1.el7.noar 17/81
  1243. Verifying : po-debconf-1.0.20-5.el7.noarch 18/81
  1244. Verifying : perl-Text-Reform-1.20-9.el7.noarch 19/81
  1245. Verifying : perl-HTML-Parser-3.71-4.el7.x86_64 20/81
  1246. Verifying : perl-LWP-MediaTypes-6.02-2.el7.noarch 21/81
  1247. Verifying : perl-User-Identity-0.96-1.el7.noarch 22/81
  1248. Verifying : perl-WWW-RobotRules-6.02-5.el7.noarch 23/81
  1249. Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 24/81
  1250. Verifying : perl-Business-ISBN-2.06-2.el7.noarch 25/81
  1251. Verifying : perl-HTTP-Date-6.02-8.el7.noarch 26/81
  1252. Verifying : debhelper-11.4-2.el7.noarch 27/81
  1253. Verifying : perl-HTTP-Message-6.06-6.el7.noarch 28/81
  1254. Verifying : perl-IO-Socket-IP-0.21-5.el7.noarch 29/81
  1255. Verifying : perl-Mail-IMAPClient-3.37-1.el7.noarch 30/81
  1256. Verifying : perl-Devel-GlobalDestruction-0.12-1.el7. 31/81
  1257. Verifying : perl-Text-Iconv-1.7-18.el7.x86_64 32/81
  1258. Verifying : perl-Email-Simple-2.214-1.el7.noarch 33/81
  1259. Verifying : perl-IO-Socket-SSL-1.94-7.el7.noarch 34/81
  1260. Verifying : perl-Time-Piece-1.20.1-299.el7_9.x86_64 35/81
  1261. Verifying : xz-libs-5.2.2-2.el7_9.x86_64 36/81
  1262. Verifying : perl-Mozilla-CA-20130114-5.el7.noarch 37/81
  1263. Verifying : perl-Text-CharWidth-0.04-18.el7.x86_64 38/81
  1264. Verifying : perl-MailTools-2.12-2.el7.noarch 39/81
  1265. Verifying : perl-MIME-Types-1.38-2.el7.noarch 40/81
  1266. Verifying : perl-Params-Util-1.07-6.el7.x86_64 41/81
  1267. Verifying : perl-Business-ISBN-Data-20120719.001-2.e 42/81
  1268. Verifying : perl-Encode-Locale-1.03-5.el7.noarch 43/81
  1269. Verifying : perl-gettext-1.05-28.el7.x86_64 44/81
  1270. Verifying : perl-TeX-Hyphen-1.01-1.el7.noarch 45/81
  1271. Verifying : perl-File-Remove-1.52-6.el7.noarch 46/81
  1272. Verifying : perl-Parse-RecDescent-1.967009-5.el7.noa 47/81
  1273. Verifying : perl-Digest-SHA1-2.13-9.el7.x86_64 48/81
  1274. Verifying : perl-MIME-tools-5.505-1.el7.noarch 49/81
  1275. Verifying : perl-Digest-HMAC-1.03-5.el7.noarch 50/81
  1276. Verifying : perl-HTTP-Negotiate-6.01-5.el7.noarch 51/81
  1277. Verifying : perl-libwww-perl-6.05-2.el7.noarch 52/81
  1278. Verifying : python3-html2text-2019.9.26-3.el7.noarch 53/81
  1279. Verifying : perl-HTML-Format-2.10-7.el7.noarch 54/81
  1280. Verifying : debconf-1.5.82-1.el7.noarch 55/81
  1281. Verifying : perl-Package-Generator-0.103-14.el7.noar 56/81
  1282. Verifying : perl-Net-SMTP-SSL-1.01-13.el7.noarch 57/81
  1283. Verifying : perl-CGI-3.63-4.el7.noarch 58/81
  1284. Verifying : perl-Net-HTTP-6.06-2.el7.noarch 59/81
  1285. Verifying : perl-Sub-Install-0.926-6.el7.noarch 60/81
  1286. Verifying : perl-Net-SSLeay-1.55-6.el7.x86_64 61/81
  1287. Verifying : perl-Object-Realize-Later-0.19-6.el7.noa 62/81
  1288. Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 63/81
  1289. Verifying : 1:perl-Digest-SHA-5.85-4.el7.x86_64 64/81
  1290. Verifying : perl-File-Listing-6.04-7.el7.noarch 65/81
  1291. Verifying : perl-Digest-SHA3-0.24-1.el7.x86_64 66/81
  1292. Verifying : mailcap-2.1.41-2.el7.noarch 67/81
  1293. Verifying : 1:perl-HTML-Tree-5.03-2.el7.noarch 68/81
  1294. Verifying : perl-HTTP-Cookies-6.01-5.el7.noarch 69/81
  1295. Verifying : perl-Data-OptList-0.107-9.el7.noarch 70/81
  1296. Verifying : perl-IO-HTML-1.00-2.el7.noarch 71/81
  1297. Verifying : perl-URI-1.60-9.el7.noarch 72/81
  1298. Verifying : dpkg-perl-1.18.25-10.el7.noarch 73/81
  1299. Verifying : xz-5.2.2-2.el7_9.x86_64 74/81
  1300. Verifying : perl-Digest-1.17-245.el7.noarch 75/81
  1301. Verifying : perl-HTML-Tagset-3.20-15.el7.noarch 76/81
  1302. Verifying : dpkg-1.18.25-10.el7.x86_64 77/81
  1303. Verifying : perl-Email-Date-Format-1.002-15.el7.noar 78/81
  1304. Verifying : perl-Sub-Exporter-0.986-2.el7.noarch 79/81
  1305. Verifying : xz-5.2.2-1.el7.x86_64 80/81
  1306. Verifying : xz-libs-5.2.2-1.el7.x86_64 81/81
  1307. Installed:
  1308. alien.noarch 0:8.95-3.el7
  1309. Dependency Installed:
  1310. debconf.noarch 0:1.5.82-1.el7
  1311. debhelper.noarch 0:11.4-2.el7
  1312. dpkg.x86_64 0:1.18.25-10.el7
  1313. dpkg-dev.noarch 0:1.18.25-10.el7
  1314. dpkg-perl.noarch 0:1.18.25-10.el7
  1315. mailcap.noarch 0:2.1.41-2.el7
  1316. perl-Business-ISBN.noarch 0:2.06-2.el7
  1317. perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
  1318. perl-CGI.noarch 0:3.63-4.el7
  1319. perl-Convert-BinHex.noarch 0:1.119-20.el7
  1320. perl-Data-OptList.noarch 0:0.107-9.el7
  1321. perl-Devel-GlobalDestruction.noarch 0:0.12-1.el7
  1322. perl-Digest.noarch 0:1.17-245.el7
  1323. perl-Digest-HMAC.noarch 0:1.03-5.el7
  1324. perl-Digest-MD5.x86_64 0:2.52-3.el7
  1325. perl-Digest-SHA.x86_64 1:5.85-4.el7
  1326. perl-Digest-SHA1.x86_64 0:2.13-9.el7
  1327. perl-Digest-SHA3.x86_64 0:0.24-1.el7
  1328. perl-Email-Date-Format.noarch 0:1.002-15.el7
  1329. perl-Email-Simple.noarch 0:2.214-1.el7
  1330. perl-Encode-Locale.noarch 0:1.03-5.el7
  1331. perl-FCGI.x86_64 1:0.74-8.el7
  1332. perl-File-FcntlLock.x86_64 0:0.22-6.el7
  1333. perl-File-Listing.noarch 0:6.04-7.el7
  1334. perl-File-Remove.noarch 0:1.52-6.el7
  1335. perl-Font-AFM.noarch 0:1.20-13.el7
  1336. perl-HTML-Format.noarch 0:2.10-7.el7
  1337. perl-HTML-Parser.x86_64 0:3.71-4.el7
  1338. perl-HTML-Tagset.noarch 0:3.20-15.el7
  1339. perl-HTML-Tree.noarch 1:5.03-2.el7
  1340. perl-HTTP-Cookies.noarch 0:6.01-5.el7
  1341. perl-HTTP-Daemon.noarch 0:6.01-8.el7
  1342. perl-HTTP-Date.noarch 0:6.02-8.el7
  1343. perl-HTTP-Message.noarch 0:6.06-6.el7
  1344. perl-HTTP-Negotiate.noarch 0:6.01-5.el7
  1345. perl-IO-HTML.noarch 0:1.00-2.el7
  1346. perl-IO-Socket-IP.noarch 0:0.21-5.el7
  1347. perl-IO-Socket-SSL.noarch 0:1.94-7.el7
  1348. perl-IO-stringy.noarch 0:2.110-22.el7
  1349. perl-LWP-MediaTypes.noarch 0:6.02-2.el7
  1350. perl-MIME-Lite.noarch 0:3.030-1.el7
  1351. perl-MIME-Types.noarch 0:1.38-2.el7
  1352. perl-MIME-tools.noarch 0:5.505-1.el7
  1353. perl-Mail-Box.noarch 0:2.120-2.el7
  1354. perl-Mail-IMAPClient.noarch 0:3.37-1.el7
  1355. perl-Mail-Sendmail.noarch 0:0.79-21.el7
  1356. perl-Mail-Transport-Dbx.x86_64 0:0.07-28.el7
  1357. perl-MailTools.noarch 0:2.12-2.el7
  1358. perl-Mozilla-CA.noarch 0:20130114-5.el7
  1359. perl-Net-HTTP.noarch 0:6.06-2.el7
  1360. perl-Net-LibIDN.x86_64 0:0.12-15.el7
  1361. perl-Net-SMTP-SSL.noarch 0:1.01-13.el7
  1362. perl-Net-SSLeay.x86_64 0:1.55-6.el7
  1363. perl-Object-Realize-Later.noarch 0:0.19-6.el7
  1364. perl-Package-Generator.noarch 0:0.103-14.el7
  1365. perl-Params-Util.x86_64 0:1.07-6.el7
  1366. perl-Parse-RecDescent.noarch 0:1.967009-5.el7
  1367. perl-Sub-Exporter.noarch 0:0.986-2.el7
  1368. perl-Sub-Exporter-Progressive.noarch 0:0.001011-1.el7
  1369. perl-Sub-Install.noarch 0:0.926-6.el7
  1370. perl-TeX-Hyphen.noarch 0:1.01-1.el7
  1371. perl-Text-Autoformat.noarch 0:1.669004-1.el7
  1372. perl-Text-CharWidth.x86_64 0:0.04-18.el7
  1373. perl-Text-Iconv.x86_64 0:1.7-18.el7
  1374. perl-Text-Reform.noarch 0:1.20-9.el7
  1375. perl-Text-WrapI18N.noarch 0:0.06-17.el7
  1376. perl-Time-Piece.x86_64 0:1.20.1-299.el7_9
  1377. perl-TimeDate.noarch 1:2.30-2.el7
  1378. perl-URI.noarch 0:1.60-9.el7
  1379. perl-User-Identity.noarch 0:0.96-1.el7
  1380. perl-WWW-RobotRules.noarch 0:6.02-5.el7
  1381. perl-gettext.x86_64 0:1.05-28.el7
  1382. perl-libwww-perl.noarch 0:6.05-2.el7
  1383. po-debconf.noarch 0:1.0.20-5.el7
  1384. python3-html2text.noarch 0:2019.9.26-3.el7
  1385. xz-lzma-compat.x86_64 0:5.2.2-2.el7_9
  1386. Dependency Updated:
  1387. xz.x86_64 0:5.2.2-2.el7_9 xz-libs.x86_64 0:5.2.2-2.el7_9
  1388. Complete!
  1389. [root@liuxserver yum.repos.d]# sudo yum install qtwebkit -y
  1390. Loaded plugins: fastestmirror, langpacks
  1391. Repository epel is listed more than once in the configuration
  1392. Repository epel-debuginfo is listed more than once in the configuration
  1393. Repository epel-source is listed more than once in the configuration
  1394. Loading mirror speeds from cached hostfile
  1395. * base: mirrors.aliyun.com
  1396. * extras: mirrors.aliyun.com
  1397. * updates: mirrors.aliyun.com
  1398. Resolving Dependencies
  1399. --> Running transaction check
  1400. ---> Package qtwebkit.x86_64 0:2.3.4-6.el7 will be installed
  1401. --> Processing Dependency: qt4(x86-64) >= 4.8.5 for package: qtwebkit-2.3.4-6.el7.x86_64
  1402. --> Processing Dependency: libQtCore.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1403. --> Processing Dependency: libQtDeclarative.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1404. --> Processing Dependency: libQtGui.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1405. --> Processing Dependency: libQtNetwork.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1406. --> Processing Dependency: libQtOpenGL.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1407. --> Processing Dependency: libQtScript.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1408. --> Processing Dependency: libQtSql.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1409. --> Processing Dependency: libQtSvg.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1410. --> Processing Dependency: libQtXmlPatterns.so.4()(64bit) for package: qtwebkit-2.3.4-6.el7.x86_64
  1411. --> Running transaction check
  1412. ---> Package qt.x86_64 1:4.8.7-9.el7_9 will be installed
  1413. --> Processing Dependency: qt-settings for package: 1:qt-4.8.7-9.el7_9.x86_64
  1414. ---> Package qt-x11.x86_64 1:4.8.7-9.el7_9 will be installed
  1415. --> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.7-9.el7_9.x86_64
  1416. --> Running transaction check
  1417. ---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
  1418. ---> Package qt-settings.noarch 0:19-23.12.el7.centos will be installed
  1419. --> Finished Dependency Resolution
  1420. Dependencies Resolved
  1421. ================================================================
  1422. Package Arch Version Repository
  1423. Size
  1424. ================================================================
  1425. Installing:
  1426. qtwebkit x86_64 2.3.4-6.el7 epel 10 M
  1427. Installing for dependencies:
  1428. libmng x86_64 1.0.10-14.el7 base 171 k
  1429. qt x86_64 1:4.8.7-9.el7_9 updates 4.6 M
  1430. qt-settings noarch 19-23.12.el7.centos base 18 k
  1431. qt-x11 x86_64 1:4.8.7-9.el7_9 updates 13 M
  1432. Transaction Summary
  1433. ================================================================
  1434. Install 1 Package (+4 Dependent packages)
  1435. Total download size: 27 M
  1436. Installed size: 86 M
  1437. Downloading packages:
  1438. (1/5): qt-settings-19-23.12.el7.centos.noa | 18 kB 00:00
  1439. (2/5): libmng-1.0.10-14.el7.x86_64.rpm | 171 kB 00:00
  1440. (3/5): qt-4.8.7-9.el7_9.x86_64.rpm | 4.6 MB 00:04
  1441. (4/5): qtwebkit-2.3.4-6.el7.x86_64.rpm | 10 MB 00:09
  1442. (5/5): qt-x11-4.8.7-9.el7_9.x86_64.rpm | 13 MB 00:10
  1443. ----------------------------------------------------------------
  1444. Total 2.5 MB/s | 27 MB 00:11
  1445. Running transaction check
  1446. Running transaction test
  1447. Transaction test succeeded
  1448. Running transaction
  1449. Installing : qt-settings-19-23.12.el7.centos.noarch 1/5
  1450. Installing : 1:qt-4.8.7-9.el7_9.x86_64 2/5
  1451. Installing : libmng-1.0.10-14.el7.x86_64 3/5
  1452. Installing : 1:qt-x11-4.8.7-9.el7_9.x86_64 4/5
  1453. Installing : qtwebkit-2.3.4-6.el7.x86_64 5/5
  1454. Verifying : qtwebkit-2.3.4-6.el7.x86_64 1/5
  1455. Verifying : 1:qt-x11-4.8.7-9.el7_9.x86_64 2/5
  1456. Verifying : 1:qt-4.8.7-9.el7_9.x86_64 3/5
  1457. Verifying : libmng-1.0.10-14.el7.x86_64 4/5
  1458. Verifying : qt-settings-19-23.12.el7.centos.noarch 5/5
  1459. Installed:
  1460. qtwebkit.x86_64 0:2.3.4-6.el7
  1461. Dependency Installed:
  1462. libmng.x86_64 0:1.0.10-14.el7
  1463. qt.x86_64 1:4.8.7-9.el7_9
  1464. qt-settings.noarch 0:19-23.12.el7.centos
  1465. qt-x11.x86_64 1:4.8.7-9.el7_9
  1466. Complete!
  1467. [root@liuxserver yum.repos.d]# /tmp/mozilla_opsuser0/sogoupinyin_4.2.1.145_arm64.deb
  1468. -bash: /tmp/mozilla_opsuser0/sogoupinyin_4.2.1.145_arm64.deb: Permission denied
  1469. [root@liuxserver yum.repos.d]# cd /tmp/mozilla_opsuser0/
  1470. [root@liuxserver mozilla_opsuser0]# ls
  1471. sogoupinyin_4.2.1.145_arm64.deb
  1472. [root@liuxserver mozilla_opsuser0]# alien -r sogoupinyin_4.2.1.145_arm64.deb
  1473. Warning: Skipping conversion of scripts in package sogoupinyin: postinst prerm
  1474. Warning: Use the --scripts parameter to include the scripts.
  1475. sogoupinyin-4.2.1.145-2.arm64.rpm generated
  1476. [root@liuxserver mozilla_opsuser0]# alien -r --scripts sogoupinyin_4.2.1.145_arm64.deb
  1477. sogoupinyin-4.2.1.145-2.arm64.rpm generated
  1478. [root@liuxserver mozilla_opsuser0]# ls
  1479. sogoupinyin-4.2.1.145-2.arm64.rpm
  1480. sogoupinyin_4.2.1.145_arm64.deb
  1481. [root@liuxserver mozilla_opsuser0]# sudo yum install fcitx -y
  1482. Loaded plugins: fastestmirror, langpacks
  1483. Repository epel is listed more than once in the configuration
  1484. Repository epel-debuginfo is listed more than once in the configuration
  1485. Repository epel-source is listed more than once in the configuration
  1486. Loading mirror speeds from cached hostfile
  1487. * base: mirrors.aliyun.com
  1488. * extras: mirrors.aliyun.com
  1489. * updates: mirrors.aliyun.com
  1490. Resolving Dependencies
  1491. --> Running transaction check
  1492. ---> Package fcitx.x86_64 0:4.2.9.6-1.el7 will be installed
  1493. --> Processing Dependency: fcitx-data = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
  1494. --> Processing Dependency: fcitx-gtk2 = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
  1495. --> Processing Dependency: fcitx-gtk3 = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
  1496. --> Processing Dependency: fcitx-libs(x86-64) = 4.2.9.6-1.el7 for package: fcitx-4.2.9.6-1.el7.x86_64
  1497. --> Processing Dependency: libfcitx-config.so.4()(64bit) for package: fcitx-4.2.9.6-1.el7.x86_64
  1498. --> Processing Dependency: libfcitx-core.so.0()(64bit) for package: fcitx-4.2.9.6-1.el7.x86_64
  1499. --> Processing Dependency: libfcitx-utils.so.0()(64bit) for package: fcitx-4.2.9.6-1.el7.x86_64
  1500. --> Running transaction check
  1501. ---> Package fcitx-data.noarch 0:4.2.9.6-1.el7 will be installed
  1502. ---> Package fcitx-gtk2.x86_64 0:4.2.9.6-1.el7 will be installed
  1503. ---> Package fcitx-gtk3.x86_64 0:4.2.9.6-1.el7 will be installed
  1504. ---> Package fcitx-libs.x86_64 0:4.2.9.6-1.el7 will be installed
  1505. --> Finished Dependency Resolution
  1506. Dependencies Resolved
  1507. ================================================================
  1508. Package Arch Version Repository
  1509. Size
  1510. ================================================================
  1511. Installing:
  1512. fcitx x86_64 4.2.9.6-1.el7 epel 218 k
  1513. Installing for dependencies:
  1514. fcitx-data noarch 4.2.9.6-1.el7 epel 1.6 M
  1515. fcitx-gtk2 x86_64 4.2.9.6-1.el7 epel 22 k
  1516. fcitx-gtk3 x86_64 4.2.9.6-1.el7 epel 23 k
  1517. fcitx-libs x86_64 4.2.9.6-1.el7 epel 470 k
  1518. Transaction Summary
  1519. ================================================================
  1520. Install 1 Package (+4 Dependent packages)
  1521. Total download size: 2.4 M
  1522. Installed size: 7.8 M
  1523. Downloading packages:
  1524. (1/5): fcitx-4.2.9.6-1.el7.x86_64.rpm | 218 kB 00:00
  1525. (2/5): fcitx-gtk2-4.2.9.6-1.el7.x86_64.rpm | 22 kB 00:00
  1526. (3/5): fcitx-gtk3-4.2.9.6-1.el7.x86_64.rpm | 23 kB 00:00
  1527. (4/5): fcitx-libs-4.2.9.6-1.el7.x86_64.rpm | 470 kB 00:00
  1528. (5/5): fcitx-data-4.2.9.6-1.el7.noarch.rpm | 1.6 MB 00:01
  1529. ----------------------------------------------------------------
  1530. Total 1.5 MB/s | 2.4 MB 00:01
  1531. Running transaction check
  1532. Running transaction test
  1533. Transaction test succeeded
  1534. Running transaction
  1535. Installing : fcitx-libs-4.2.9.6-1.el7.x86_64 1/5
  1536. Installing : fcitx-data-4.2.9.6-1.el7.noarch 2/5
  1537. Installing : fcitx-gtk2-4.2.9.6-1.el7.x86_64 3/5
  1538. Installing : fcitx-4.2.9.6-1.el7.x86_64 4/5
  1539. Installing : fcitx-gtk3-4.2.9.6-1.el7.x86_64 5/5
  1540. Verifying : fcitx-libs-4.2.9.6-1.el7.x86_64 1/5
  1541. Verifying : fcitx-4.2.9.6-1.el7.x86_64 2/5
  1542. Verifying : fcitx-data-4.2.9.6-1.el7.noarch 3/5
  1543. Verifying : fcitx-gtk2-4.2.9.6-1.el7.x86_64 4/5
  1544. Verifying : fcitx-gtk3-4.2.9.6-1.el7.x86_64 5/5
  1545. Installed:
  1546. fcitx.x86_64 0:4.2.9.6-1.el7
  1547. Dependency Installed:
  1548. fcitx-data.noarch 0:4.2.9.6-1.el7
  1549. fcitx-gtk2.x86_64 0:4.2.9.6-1.el7
  1550. fcitx-gtk3.x86_64 0:4.2.9.6-1.el7
  1551. fcitx-libs.x86_64 0:4.2.9.6-1.el7
  1552. Complete!
  1553. [root@liuxserver mozilla_opsuser0]# yum install sogoupinyin-4.2.1.145-2.arm64.rpm -y
  1554. Loaded plugins: fastestmirror, langpacks
  1555. Repository epel is listed more than once in the configuration
  1556. Repository epel-debuginfo is listed more than once in the configuration
  1557. Repository epel-source is listed more than once in the configuration
  1558. Examining sogoupinyin-4.2.1.145-2.arm64.rpm: sogoupinyin-4.2.1.145-2.arm64
  1559. Cannot add package sogoupinyin-4.2.1.145-2.arm64.rpm to transaction. Not a compatible architecture: arm64
  1560. Error: Nothing to do
  1561. [root@liuxserver mozilla_opsuser0]# udo rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm -y
  1562. bash: udo: command not found...
  1563. [root@liuxserver mozilla_opsuser0]# rpm -Va --nofiles --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm -y
  1564. rpm: --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm: unknown option
  1565. [root@liuxserver mozilla_opsuser0]# rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm
  1566. error: Failed dependencies:
  1567. ld-linux-aarch64.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1568. ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1569. libFcitxQt5DBusAddons.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1570. libQt5Qml.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1571. libQt5Quick.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1572. libQt5QuickWidgets.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1573. libQt5Svg.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1574. libSDL2-2.0.so.0()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1575. libSogouIme.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1576. libSogouShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1577. libSogouWbShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1578. libbutterfly.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1579. libcm_fixsent.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1580. libcm_wakeup.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1581. libcross_beacon_sdk.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1582. libdl.so.2(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1583. libgsettings-qt.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1584. libhandwriting_fc.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1585. libm.so.6(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1586. libnet_intf.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1587. libomp.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1588. libopenal.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1589. liboverlapAndTextCodes.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1590. libpthread.so.0(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1591. libpunctuator.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1592. librt.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1593. libsogounlp.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1594. libssasr_offline.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1595. libtts.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1596. [root@liuxserver mozilla_opsuser0]# rpm -Va --nofiles --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm -y
  1597. rpm: --nodigestsogoupinyin-4.2.1.145-2.arm64.rpm: unknown option
  1598. [root@liuxserver mozilla_opsuser0]# rpm -ivh your-package
  1599. error: open of your-package failed: No such file or directory
  1600. [root@liuxserver mozilla_opsuser0]# rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm
  1601. error: Failed dependencies:
  1602. ld-linux-aarch64.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1603. ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1604. libFcitxQt5DBusAddons.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1605. libQt5Qml.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1606. libQt5Quick.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1607. libQt5QuickWidgets.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1608. libQt5Svg.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1609. libSDL2-2.0.so.0()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1610. libSogouIme.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1611. libSogouShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1612. libSogouWbShell.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1613. libbutterfly.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1614. libcm_fixsent.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1615. libcm_wakeup.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1616. libcross_beacon_sdk.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1617. libdl.so.2(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1618. libgsettings-qt.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1619. libhandwriting_fc.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1620. libm.so.6(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1621. libnet_intf.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1622. libomp.so.5()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1623. libopenal.so.1()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1624. liboverlapAndTextCodes.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1625. libpthread.so.0(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1626. libpunctuator.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1627. librt.so.1(GLIBC_2.17)(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1628. libsogounlp.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1629. libssasr_offline.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1630. libtts.so()(64bit) is needed by sogoupinyin-4.2.1.145-2.arm64
  1631. [root@liuxserver mozilla_opsuser0]# #rpm -ivh --force sogoupinyin-4.2.1.145-2.arm64.rpm
  1632. [root@liuxserver mozilla_opsuser0]# yum install ibus-libpinyin
  1633. Loaded plugins: fastestmirror, langpacks
  1634. Repository epel is listed more than once in the configuration
  1635. Repository epel-debuginfo is listed more than once in the configuration
  1636. Repository epel-source is listed more than once in the configuration
  1637. Loading mirror speeds from cached hostfile
  1638. * base: mirrors.aliyun.com
  1639. * extras: mirrors.aliyun.com
  1640. * updates: mirrors.aliyun.com
  1641. Package ibus-libpinyin-1.6.91-4.el7.x86_64 already installed and latest version
  1642. Nothing to do
  1643. [root@liuxserver mozilla_opsuser0]# yum install im-chooser
  1644. Loaded plugins: fastestmirror, langpacks
  1645. Repository epel is listed more than once in the configuration
  1646. Repository epel-debuginfo is listed more than once in the configuration
  1647. Repository epel-source is listed more than once in the configuration
  1648. Loading mirror speeds from cached hostfile
  1649. * base: mirrors.aliyun.com
  1650. * extras: mirrors.aliyun.com
  1651. * updates: mirrors.aliyun.com
  1652. Package im-chooser-1.6.4-6.el7.x86_64 already installed and latest version
  1653. Nothing to do
  1654. [root@liuxserver mozilla_opsuser0]#

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/176950
推荐阅读
相关标签
  

闽ICP备14008679号