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
Copy file name to clipboardExpand all lines: content/agent/installation-upgrade/installation-oss.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ 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`, with a specific version (example: 2.42.0):
53
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
54
54
55
55
```shell
56
56
sudo yum install -y nginx-agent-2.42.0
@@ -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`, with a specific version (example: 2.42.0):
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`, with a specific version (example: 2.42.0):
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
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ 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`, with a specific version (example: 2.42.0):
76
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
77
77
78
78
```shell
79
79
sudo yum install -y nginx-agent-2.42.0
@@ -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`, with a specific version (example: 2.42.0):
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`, with a specific version (example: 2.42.0):
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