Skip to content

Commit 0081733

Browse files
authored
Remove mention of grafana flow agent in static docs
1 parent 52d855e commit 0081733

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/sources/static/set-up/install/install-agent-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To uninstall Grafana Agent on Debian or Ubuntu, run the following commands in a
4949
1. Uninstall Grafana Agent:
5050

5151
```shell
52-
sudo apt-get remove grafana-agent-flow
52+
sudo apt-get remove grafana-agent
5353
```
5454

5555
1. Optional: Remove the Grafana repository:
@@ -103,13 +103,13 @@ To uninstall Grafana Agent on RHEL or Fedora, run the following commands in a te
103103
1. Stop the systemd service for Grafana Agent:
104104

105105
```shell
106-
sudo systemctl stop grafana-agent-flow
106+
sudo systemctl stop grafana-agent
107107
```
108108

109109
1. Uninstall Grafana Agent:
110110

111111
```shell
112-
sudo dnf remove grafana-agent-flow
112+
sudo dnf remove grafana-agent
113113
```
114114

115115
1. Optional: Remove the Grafana repository:
@@ -149,13 +149,13 @@ To uninstall Grafana Agent on SUSE or openSUSE, run the following commands in a
149149
1. Stop the systemd service for Grafana Agent:
150150

151151
```shell
152-
sudo systemctl stop grafana-agent-flow
152+
sudo systemctl stop grafana-agent
153153
````
154154

155155
1. Uninstall Grafana Agent:
156156

157157
```shell
158-
sudo zypper remove grafana-agent-flow
158+
sudo zypper remove grafana-agent
159159
```
160160

161161
1. Optional: Remove the Grafana repository:

0 commit comments

Comments
 (0)