From 3a1cf35689d61fd05000555c2e9e4b6a1bb1d0ff Mon Sep 17 00:00:00 2001
From: Managor <42655600+Managor@users.noreply.github.com>
Date: Fri, 8 Aug 2025 15:17:25 +0300
Subject: [PATCH] snap*: refresh pages (#17465)
---
pages/linux/{esa-snap.md => snap.esa.md} | 2 +-
pages/linux/snap.md | 36 ++++-------------------
pages/linux/snap.pkg.md | 37 ++++++++++++++++++++++++
3 files changed, 43 insertions(+), 32 deletions(-)
rename pages/linux/{esa-snap.md => snap.esa.md} (96%)
create mode 100644 pages/linux/snap.pkg.md
diff --git a/pages/linux/esa-snap.md b/pages/linux/snap.esa.md
similarity index 96%
rename from pages/linux/esa-snap.md
rename to pages/linux/snap.esa.md
index 0d3bcb768b..a37d586946 100644
--- a/pages/linux/esa-snap.md
+++ b/pages/linux/snap.esa.md
@@ -1,4 +1,4 @@
-# esa snap
+# snap
> Sentinel Application Platform (SNAP) for processing satellite data from the European Space Agency (ESA).
> More information: .
diff --git a/pages/linux/snap.md b/pages/linux/snap.md
index 783f7f62f3..c9a2be2fd3 100644
--- a/pages/linux/snap.md
+++ b/pages/linux/snap.md
@@ -1,37 +1,11 @@
# snap
-> Manage the "snap" self-contained software packages.
-> Similar to what `apt` is for `.deb`.
-> More information: .
+> `snap` can refer to multiple commands with the same name.
-- Search for a package:
+- View documentation for the packaging solution:
-`snap find {{query}}`
+`tldr snap.pkg`
-- Install a package:
+- View documentation for the European Space Agency Earth observation data processing tool:
-`snap install {{package}}`
-
-- Update a package:
-
-`snap refresh {{package}}`
-
-- Update a package to another channel (track, risk, or branch):
-
-`snap refresh {{package}} --channel={{channel}}`
-
-- Update all packages:
-
-`snap refresh`
-
-- Display basic information about installed snap software:
-
-`snap list`
-
-- Uninstall a package:
-
-`snap remove {{package}}`
-
-- Check for recent snap changes in the system:
-
-`snap changes`
+`tldr snap.esa`
diff --git a/pages/linux/snap.pkg.md b/pages/linux/snap.pkg.md
new file mode 100644
index 0000000000..783f7f62f3
--- /dev/null
+++ b/pages/linux/snap.pkg.md
@@ -0,0 +1,37 @@
+# snap
+
+> Manage the "snap" self-contained software packages.
+> Similar to what `apt` is for `.deb`.
+> More information: .
+
+- Search for a package:
+
+`snap find {{query}}`
+
+- Install a package:
+
+`snap install {{package}}`
+
+- Update a package:
+
+`snap refresh {{package}}`
+
+- Update a package to another channel (track, risk, or branch):
+
+`snap refresh {{package}} --channel={{channel}}`
+
+- Update all packages:
+
+`snap refresh`
+
+- Display basic information about installed snap software:
+
+`snap list`
+
+- Uninstall a package:
+
+`snap remove {{package}}`
+
+- Check for recent snap changes in the system:
+
+`snap changes`