@@ -50,10 +50,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
50
50
module_hotfixes=true
51
51
```
52
52
53
- 1. To install ` nginx-agent` , run the following command :
53
+ 1. To install ` nginx-agent` , with a specific version (example: 2.42.0) :
54
54
55
55
` ` ` shell
56
- sudo yum install nginx-agent
56
+ sudo yum install -y nginx-agent-2.42.0
57
57
` ` `
58
58
59
59
When prompted to accept the GPG key, verify that the fingerprint matches ` 8540 A6F1 8833 A80E 9C16 53A4 2FD2 1310 B49F 6B46` , ` 573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62` , ` 9E9B E90E ACBC DE69 FE9B 204C BCDC D8A3 8D88 A2B3` , and if so, accept it.
@@ -105,11 +105,11 @@ Before you install NGINX Agent for the first time on your system, you need to se
105
105
| sudo tee /etc/apt/sources.list.d/nginx-agent.list
106
106
` ` `
107
107
108
- 1. To install ` nginx-agent` , run the following commands :
108
+ 1. To install ` nginx-agent` , with a specific version (example: 2.42.0) :
109
109
110
110
` ` ` shell
111
111
sudo apt update
112
- sudo apt install nginx-agent
112
+ sudo apt install -y nginx-agent=2.42.0~ ` lsb_release -cs `
113
113
` ` `
114
114
115
115
1. Verify the installation:
@@ -166,11 +166,11 @@ Before you install NGINX Agent for the first time on your system, you need to se
166
166
http://packages.nginx.org/nginx-agent/debian/ ` lsb_release -cs` agent" \ | sudo tee /etc/apt/sources.list.d/nginx-agent.list
167
167
` ` `
168
168
169
- 1. To install ` nginx-agent` , run the following commands :
169
+ 1. To install ` nginx-agent` , with a specific version (example: 2.42.0) :
170
170
171
171
` ` ` shell
172
172
sudo apt update
173
- sudo apt install nginx-agent
173
+ sudo apt install -y nginx-agent=2.42.0~ ` lsb_release -cs `
174
174
` ` `
175
175
176
176
1. Verify the installation:
@@ -229,10 +229,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
229
229
sudo rpmkeys --import /tmp/nginx_signing.key
230
230
```
231
231
232
- 1. To install `nginx-agent`, run the following command :
232
+ 1. To install `nginx-agent`, with a specific version (example: 2.42.0) :
233
233
234
234
```shell
235
- sudo zypper install nginx-agent
235
+ sudo zypper install -y nginx-agent=2.42.0
236
236
```
237
237
238
238
1. Verify the installation:
@@ -303,10 +303,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
303
303
sudo mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/
304
304
` ` `
305
305
306
- 1. To install ` nginx-agent` , run the following command :
306
+ 1. To install ` nginx-agent` , with a specific version (example: 2.42.0) :
307
307
308
308
` ` ` shell
309
- sudo apk add nginx-agent
309
+ sudo apk add nginx-agent=2.42.0
310
310
` ` `
311
311
312
312
1. Verify the installation:
@@ -334,10 +334,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
334
334
module_hotfixes=true
335
335
` ` `
336
336
337
- 1. To install ` nginx-agent` , run the following command :
337
+ 1. To install ` nginx-agent` , with a specific version (example: 2.42.0) :
338
338
339
339
` ` ` shell
340
- sudo dnf install nginx-agent
340
+ sudo dnf install -y nginx-agent-2.42.0
341
341
` ` `
342
342
343
343
1. When prompted to accept the GPG key, verify that the fingerprint matches
@@ -370,10 +370,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
370
370
module_hotfixes=true
371
371
` ` `
372
372
373
- 1. To install ` nginx-agent` , run the following command :
373
+ 1. To install ` nginx-agent` , with a specific version (example: 2.42.0) :
374
374
375
375
` ` ` shell
376
- sudo yum install nginx-agent
376
+ sudo yum install -y nginx-agent-2.42.0
377
377
` ` `
378
378
379
379
1. When prompted to accept the GPG key, verify that the fingerprint matches ` 8540 A6F1 8833 A80E 9C16 53A4 2FD2 1310 B49F 6B46` , ` 573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62` , ` 9E9B E90E ACBC DE69 FE9B 204C BCDC D8A3 8D88 A2B3` , and if so, accept it.
@@ -396,10 +396,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
396
396
}
397
397
` ` `
398
398
399
- 1. To install ` nginx-agent` , run the following command :
399
+ 1. To install ` nginx-agent` , with a specific version (example: 2.42.0) :
400
400
401
401
` ` ` shell
402
- sudo pkg install nginx-agent
402
+ sudo pkg install nginx-agent-2.42.0
403
403
` ` `
404
404
405
405
1. Verify the installation:
0 commit comments