Webmin version 1.760 is now available, but you are running version 1.730.

生产环境:

操作系统:CentOS6.7

Webmin:webmin-1.730

生产任务:升级webmin到1.760版本

[[email protected] skyboy]# rpm -uh webmin-1.760-1.noarch.rpm

-uh: 未知的选项

[[email protected] skyboy]# rpm -Uvh webmin-1.760-1.noarch.rpm

Preparing...                ########################################### [100%]

1:webmin                 ########################################### [100%]

Webmin install complete. You can now login to http://sky9896:10000/

as root with your root password.

#以上安装过程,要注意一个问题,参数U要大小。

#如果出现以下这种情况:

正在运行 RPM 包以升级 Webmin ... 请稍候,在该升级过程完成之后再继续操作。

error: Failed dependencies:

perl(Net::SSLeay) is needed by webmin-1.760-1.noarch

解決方法:

yum install perl-Net-SSLeay

yum -y install openssl perl perl-Net-SSLeay perl-IO-Tty perl-Crypt-SSLeay

时间: 2024-10-15 18:55:06

Webmin version 1.760 is now available, but you are running version 1.730.的相关文章

This version of the rendering library is more recent than your version of IntelliJ IDEA.

今天往idea里导入其他项目时又遇到了一个问题,单独标记一下. 导入后打开一个布局xml文件,发现不能渲染,报错为: This version of the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA 看字面意思就是idea的渲染库版本不对,让你升级idea.因为之前升级过android sdk,就想到了以前eclipse的老问题:adt的升级.难

【转】This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in

原文网址:http://1982106a.blog.163.com/blog/static/8436495620149239361692/ 预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in 导致无法正常预览布局文件: 问题根源:SDK版本过高,ADT版本低: 解决办法有好几种,如下:

This version of the rendering library is more recent than your version of ADT plug-in. Please update

预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in 导致无法正常预览布局文件: 问题根源:SDK版本过高,ADT版本低: 解决办法有好几种,如下: 1. Click Help > Install New Software. In the Work with field, enter: h

This version of the rendering library is more recent than your version of ADT plug-in

使用ADT导入一个demo,结果xml布局文件无法预览,并显示以下提示信息: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in 上网搜了搜,对插件进行更新后就可以正常显示预览了: help --> Install New Softwares...: 在Work with 中输入如下链接: https://dl-ssl.go

eclipse创建android项目,无法正常预览布局文件,出现This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in...

eclipse创建android项目时,预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件.问题根源:SDK版本过高,ADT版本过低.解决方法如下. 工具/原料 eclipse ADT插件 方法/步骤 找到eclipse文件夹,打开eclipse软件,创建and

预览安卓xml布局文件提示 This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,

eclipse创建android项目时,预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in,导致无法正常预览布局文件.问题根源:SDK版本过高,ADT版本过低.解决方法如下. 工具/原料 eclipse ADT插件 方法/步骤 找到eclipse文件夹,打开eclipse软件,创建and

Nuget自己打包引用的时候出现错误:Package is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package 1.0.1 supports: net (.NETFramework,Version=v0.0)

解决方法: project.json中将 "frameworks": { "netcoreapp1.0": { "imports": [ "dnxcore50", "portable-net45+win8" ]}  dnxcore50删除 "frameworks": {"netcoreapp1.0": { "imports": ["por

安装第三方库出现 Python version 2.7 required, which was not found in the registry

安装第三方库出现 Python version 2.7 required, which was not found in the registry 建立一个文件 register.py 内容如下. 然后执行该脚本. import sys from _winreg import * # tweak as necessary version = sys.version[:3] installpath = sys.prefix regpath = "SOFTWARE\\Python\\Pythonco

First Bad Version leetcode java

问题描述: You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality check. Since each version is developed based on the previous version, all the versions after a