From 46e352ad41b6b52bf39bfe1ee46493ab7c506fad Mon Sep 17 00:00:00 2001 From: Billy Smolen Date: Sun, 13 Oct 2024 19:08:40 -0500 Subject: [PATCH] Fixing GNOME Text Editor install command --- WSL/tutorials/gui-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WSL/tutorials/gui-apps.md b/WSL/tutorials/gui-apps.md index 160f862f..c9e2f351 100644 --- a/WSL/tutorials/gui-apps.md +++ b/WSL/tutorials/gui-apps.md @@ -87,7 +87,7 @@ sudo apt update Gnome Text Editor is the default text editor of the GNOME desktop environment. ```bash -sudo apt install gnome-text-editor -y +sudo snap install gnome-text-editor ``` To launch your bashrc file in the editor, enter: `gnome-text-editor ~/.bashrc`