我们有红帽子机- 7.2版
我们安装了epel回购,如下所示
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install epel-release
yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Managemen
在安装过程中,我们收到以下消息
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
Protected multilib versions: nss-3.19.1-18.el7.i686 != nss-3.36.0-5.el7_5.x86_64
Erro
我根据以下规范创建了一个rpm
Name : MyProg
Summary : A program I wrote
Version : 4.3.6.6797
Release : 1
rpmbuild创建一个名为MyProg-4.3.6.6797-1.x86_64的文件,我使用rpm -i将它安装在我的计算机上。
然而,在对规范做了一些修改之后,我将发行版放大为
Name : MyProg
Summary : A program I wrote
Version : 4.3.6.6797
Release : 2
并获得一个名为MyProg-4.3.6.6
我已经使用Installing from the RPM repository安装了Elasticsearch。已通过yum install elasticsearch命令安装了最新版本的Elasticsearch。 如果我想安装Elasticsearch的另一个小版本,我应该怎么做?(例如,安装7.3.0而不是7.3.1)