You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add specific version instructions for NGINX Agent v2 installation (#859)
* Add specific version instructions for NGINX Agent v2 installation
* Remove lsb_release from instructions, use code name instead
Remove comma based on PR feedback
Copy file name to clipboardExpand all lines: content/agent/installation-upgrade/installation-oss.md
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -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,13 @@ 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:
109
-
108
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
109
+
110
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Ubuntu codename (e.g., jammy, noble).
@@ -166,12 +168,13 @@ Before you install NGINX Agent for the first time on your system, you need to se
166
168
http://packages.nginx.org/nginx-agent/debian/ `lsb_release -cs` agent"\ | sudo tee /etc/apt/sources.list.d/nginx-agent.list
167
169
```
168
170
169
-
1. To install `nginx-agent`, run the following commands:
171
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
170
172
173
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Debian codename (e.g., bullseye).
Copy file name to clipboardExpand all lines: content/agent/installation-upgrade/installation-plus.md
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
73
73
enabled=1
74
74
```
75
75
76
-
1. To install `nginx-agent`, run the following command:
76
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
77
77
78
78
```shell
79
-
sudo yum install nginx-agent
79
+
sudo yum install -y nginx-agent-2.42.0
80
80
```
81
81
82
82
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.
@@ -131,11 +131,13 @@ Before you install NGINX Agent for the first time on your system, you need to se
131
131
| sudo tee /etc/apt/sources.list.d/nginx-agent.list
132
132
```
133
133
134
-
1. To install `nginx-agent`, run the following commands:
134
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
135
135
136
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Ubuntu codename (e.g., jammy, noble).
1. To install `nginx-agent`, run the following commands:
188
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
187
189
190
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Debian codename (e.g., bullseye).
0 commit comments