升級RedHat Enterprise Linux 5.2内核到5.3内核错误

简介: 单独升级内核错误。 [root@grumpy ~]# rpm -ivh /tmp/kernel-2.6.18-128.el5.i686.rpm error: Failed dependencies:ecryptfs-utils 解决办法是删除ecryptfs-utils包。
单独升级内核错误。

[ root@grumpy ~]# rpm -ivh /tmp/kernel-2.6.18-128.el5.i686.rpm
error: Failed dependencies:
ecryptfs-utils
解决办法是删除 ecryptfs-utils包。
rpm -e ecryptfs-utils
 
目录
相关文章
|
2月前
|
安全 Linux 网络安全
如何在 VM 虚拟机中安装 Red Hat Enterprise Linux 9.3 操作系统保姆级教程(附链接)
如何在 VM 虚拟机中安装 Red Hat Enterprise Linux 9.3 操作系统保姆级教程(附链接)
|
1月前
|
Linux 网络安全
linux免密登录报错 Bad owner or permissions on /etc/ssh/ssh_config.d/05-redhat.conf
linux免密登录报错 Bad owner or permissions on /etc/ssh/ssh_config.d/05-redhat.conf
34 1
|
1天前
|
存储 Linux
Redhat Enterprise Linux磁带机简单操作
Redhat Enterprise Linux磁带机简单操作
|
7月前
|
网络协议 关系型数据库 MySQL
Red Hat enterprise linux 5 -mysql安装步骤
Red Hat enterprise linux 5 -mysql安装步骤
|
架构师 中间件 Linux
Red Hat Enterprise Linux 8/7/6/5/4 合集下载地址
Red Hat Enterprise Linux 8/7/6/5/4 合集下载地址
|
Linux
Why does my Red Hat Enterprise Linux (RHEL) system swap despite of having free RAM?
Why does my Red Hat Enterprise Linux (RHEL) system swap despite of having free RAM? Swapping in a linux system happens under two conditions. 1) Anonymous mapped memory. 2) Oversized workload abusing memory overcommit. In our problem, only point 1 is valid. So, we will discuss that here.
68 0
|
监控 算法 安全
Red Hat Enterprise Linux (RHEL) 9 更新了哪些新特性?
Red Hat Enterprise Linux (RHEL) 9 更新了哪些新特性?
|
安全 Linux 编译器
红帽发布 Red Hat Enterprise Linux 9!转向边缘和多云|下一代企业 IT 基础设施旗舰
红帽发布 Red Hat Enterprise Linux 9!转向边缘和多云|下一代企业 IT 基础设施旗舰
188 0
红帽发布 Red Hat Enterprise Linux 9!转向边缘和多云|下一代企业 IT 基础设施旗舰
|
存储 缓存 Oracle
Red Hat Enterprise Linux(RHEL)中yum的repo文件详解
Red Hat Enterprise Linux(RHEL)中yum的repo文件详解
555 0
|
Linux C语言
RedHat Enterprise Linux AS4&5 安装gcc过程
三、Gcc安装方法(redhat 4): 一、安装步骤 1、使用which gcc命令查看gcc是否安装安装 2、如若没有安装则下载如下安装包,所需安装包如下 一共需要拷贝以下五个安装包: binutils-2.
1415 0