在使用yum install
命令时,如果您想要获取特定软件的版本,可以使用yum info
命令。以下是一个示例,展示了如何获取nginx
软件的版本:
yum info nginx
在输出的信息中,您可以找到软件的版本号。例如:
Name : nginx
Arch : x86_64
Version : 1.20.1
Release : 1.el7
Size : 1.9 M
Repo : epel/x86_64
Summary : A high performance web server and reverse proxy server
URL : http://nginx.org/
License : BSD
Description : Nginx (engine x) is a high performance web server and reverse proxy
: server. It can be used to serve static files, index files, and
: reverse proxy to any tcp/udp service.
在这个例子中,Version
字段显示了nginx
的版本号为1.20.1
。
如果您想要在安装软件时指定特定版本,可以使用yum install
命令,后面跟上软件名和版本号,例如:
yum install nginx-1.20.1
这将会安装nginx
的1.20.1
版本。
推荐的腾讯云相关产品:
这些产品都是腾讯云提供的云计算服务,可以帮助您更轻松地部署和管理应用程序。
领取专属 10元无门槛券
手把手带您无忧上云