在rocky linux 9.5上安装yq

下载并安装yq

sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq

赋予执行权限

sudo chmod +x /usr/local/bin/yq

验证安装

yq --version

root@bastion quickstart\]# sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq --2025-09-26 08:28:16-- https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)\|20.205.243.166\|:443... connected. HTTP request sent, awaiting response... Read error (The TLS connection was non-properly terminated.) in headers. Retrying. --2025-09-26 08:29:49-- (try: 2) https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 Connecting to github.com (github.com)\|20.205.243.166\|:443... failed: Connection timed out. Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)\|20.205.243.166\|:443... failed: Connection timed out. Retrying. --2025-09-26 08:34:11-- (try: 3) https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 Connecting to github.com (github.com)\|20.205.243.166\|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github.com/mikefarah/yq/releases/download/v4.47.2/yq_linux_amd64 \[following

--2025-09-26 08:34:12-- https://github.com/mikefarah/yq/releases/download/v4.47.2/yq_linux_amd64

Reusing existing connection to github.com:443.

HTTP request sent, awaiting response... 302 Found

Location: https://release-assets.githubusercontent.com/github-production-release-asset/43225113/ec0b9f90-6a7f-4a2c-a8c6-67103fbb687a?sp=r\&sv=2018-11-09\&sr=b\&spr=https\&se=2025-09-26T01%3A12%3A09Z\&rscd=attachment%3B+filename%3Dyq_linux_amd64\&rsct=application%2Foctet-stream\&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0\&sktid=398a6654-997b-47e9-b12b-9515b896b4de\&skt=2025-09-26T00%3A11%3A42Z\&ske=2025-09-26T01%3A12%3A09Z\&sks=b\&skv=2018-11-09\&sig=qHpuoUHhIq0t3x3BqEqIWDg52ctCFbsXG8%2BZfsogoM4%3D\&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc1ODg0NzE1MiwibmJmIjoxNzU4ODQ2ODUyLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.mS5BHhQC02k2eAeoKAhoESeYRTb_ZzPT39GShlUdsKw\&response-content-disposition=attachment%3B filename%3Dyq_linux_amd64\&response-content-type=application%2Foctet-stream [following]

--2025-09-26 08:34:13-- https://release-assets.githubusercontent.com/github-production-release-asset/43225113/ec0b9f90-6a7f-4a2c-a8c6-67103fbb687a?sp=r\&sv=2018-11-09\&sr=b\&spr=https\&se=2025-09-26T01%3A12%3A09Z\&rscd=attachment%3B+filename%3Dyq_linux_amd64\&rsct=application%2Foctet-stream\&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0\&sktid=398a6654-997b-47e9-b12b-9515b896b4de\&skt=2025-09-26T00%3A11%3A42Z\&ske=2025-09-26T01%3A12%3A09Z\&sks=b\&skv=2018-11-09\&sig=qHpuoUHhIq0t3x3BqEqIWDg52ctCFbsXG8%2BZfsogoM4%3D\&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc1ODg0NzE1MiwibmJmIjoxNzU4ODQ2ODUyLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.mS5BHhQC02k2eAeoKAhoESeYRTb_ZzPT39GShlUdsKw\&response-content-disposition=attachment%3B filename%3Dyq_linux_amd64\&response-content-type=application%2Foctet-stream

Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ...

Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.110.133|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 11477176 (11M) [application/octet-stream]

Saving to: '/usr/local/bin/yq'

/usr/local/bin/yq 100%[=====================================================================================>] 10.95M 1002KB/s in 7.1s

2025-09-26 08:34:22 (1.55 MB/s) - '/usr/local/bin/yq' saved [11477176/11477176]

root@bastion quickstart\]# sudo chmod +x /usr/local/bin/yq \[root@bastion quickstart\]# yq --version yq (https://github.com/mikefarah/yq/) version v4.47.2 \[root@bastion quickstart\]#

相关推荐
小成202303202653 小时前
Linux高级02
linux·开发语言
mounter6253 小时前
【硬核前沿】CXL 深度解析:重塑数据中心架构的“高速公路”,Linux 内核如何应对挑战?-- CXL 协议详解与 LSF/MM 最新动态
linux·服务器·网络·架构·kernel
++==3 小时前
Linux 进程间通信与线程同步技术详解:IPC 机制、线程 API、同步工具与经典同步问题
linux
特长腿特长4 小时前
centos、ubantu系列机的用户和用户组的结构是什么?具体怎么配置?用户组权限怎么使用?这篇文章持续更新,帮助你复习linux的基础知识
linux·运维·centos
zzzyyy5384 小时前
Linux环境变量
linux·运维·服务器
pluvium274 小时前
记对 xonsh shell 的使用, 脚本编写, 迁移及调优
linux·python·shell·xonsh
无级程序员4 小时前
centos7 安装 llvm-toolset-7-clang出错的问题解决
linux·centos
CHHC18805 小时前
NetCore树莓派桌面应用程序
linux·运维·服务器
云栖梦泽6 小时前
Linux内核与驱动:9.Linux 驱动 API 封装
linux·c++
si莉亚7 小时前
ROS2安装EVO工具包
linux·开发语言·c++·开源