[root@ITC-MCC ~]# yum install lsof
[USM] permission denied
^C
[root@ITC-MCC ~]#
[root@ITC-MCC ~]#

[root@ITC-MCC ~]# sudo yum install lsof
Loaded plugins: fastestmirror
Determining fastest mirrors
epel/x86_64/metalink | 6.0 kB 00:00:00
* epel: mirrors.tuna.tsinghua.edu.cn
base | 3.6 kB 00:00:00
epel | 4.7 kB 00:00:00
extras | 3.4 kB 00:00:00
mysql-connectors-community | 2.5 kB 00:00:00
mysql-tools-community | 2.5 kB 00:00:00
mysql57-community | 2.5 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/4): extras/7/x86_64/primary_db | 180 kB 00:00:00
(2/4): updates/7/x86_64/primary_db | 2.5 MB 00:00:00
(3/4): epel/x86_64/updateinfo | 961 kB 00:00:00
epel/x86_64/primary_db FAILED
https://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora-projects/epel/7/x86_64/repodata/20aebf15392d80a9764fa07643e092958e3db317e95b2f894b5e5df247935411-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

(4/4): epel/x86_64/primary_db | 6.6 MB 00:00:00
Resolving Dependencies
--> Running transaction check
---> Package lsof.x86_64 0:4.87-6.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================
Package Arch Version Repository Size
=======================================================================================================================================
Installing:
lsof x86_64 4.87-6.el7 base 331 k

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

Total download size: 331 k
Installed size: 927 k
Is this ok [y/d/N]: y
Downloading packages:
lsof-4.87-6.el7.x86_64.rpm | 331 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows:
2:postfix-2.10.1-7.el7.x86_64 has missing requires of libmysqlclient.so.18()(64bit)
2:postfix-2.10.1-7.el7.x86_64 has missing requires of libmysqlclient.so.18(libmysqlclient_18)(64bit)
Installing : lsof-4.87-6.el7.x86_64 1/1
Verifying : lsof-4.87-6.el7.x86_64 1/1

Installed:
lsof.x86_64 0:4.87-6.el7

Complete!

最新文章

  1. 在matlab中进行地理坐标和像素坐标的相互转换
  2. struts乱码问题
  3. lightning mdb 源代码分析系列(3)
  4. hdu Interesting Fibonacci
  5. linux概念之进程分析
  6. 【JSP】JSP向MySQL写入|读出中文数据——乱码问题
  7. 细说PHP中strlen和mb_strlen的区别
  8. Codeforces Round #219 (Div. 2) E. Watching Fireworks is Fun
  9. sql中Statement与PreparedStatement的区别
  10. 疯牛-- Aggressive cows (二分)
  11. C. Captain Marmot (Codeforces Round #271)
  12. Springmvc+mybatis的定时器配置文件spring-quartz.xml
  13. 离校登记网页项目个人总结(Alpha阶段)
  14. c/c++ 继承与多态 容器与继承3
  15. easyUI按钮图表对照大全
  16. The authenticity of host 'ip (ip)' can't be established.
  17. Linux设备树(一 概述)
  18. FCC JS基础算法题(3):Find the Longest Word in a String (找出最长单词)
  19. asp.net 如何判断输入的值 包括 汉字?
  20. 把 Elasticsearch 当数据库使:聚合后排序

热门文章

  1. mysql添加federated引擎实现dblink远程表访问
  2. android中Logcat的TAG过滤
  3. The Backpropagation Algorithm
  4. Rancher OS
  5. Fast R-CNN论文详解 - CSDN博客
  6. 监听checkbox事件
  7. Windows中杀死某个端口的进程
  8. centos shell脚本编程1 正则 shell脚本结构 read命令 date命令的用法 shell中的逻辑判断 if 判断文件、目录属性 shell数组简单用法 $( ) 和${ } 和$(( )) 与 sh -n sh -x sh -v 第三十五节课
  9. Java-idea-运行tomcat 报內存溢出 PermGen space
  10. nodejs Async详解之三:集合操作