From 5dc4f7ddc6fa96f690a6b4e78e2f63c5e38f95f8 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Thu, 12 Oct 2023 09:22:09 +0200 Subject: Fixed Pacman search command --- content/tutorials/linux-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/linux-basics.md b/content/tutorials/linux-basics.md index 2d3376e..a2e4ca6 100644 --- a/content/tutorials/linux-basics.md +++ b/content/tutorials/linux-basics.md @@ -39,7 +39,7 @@ for the most common package managers: - `apt search [...]` - `dnf search [...]` -- `pacman -Ss` +- `pacman -Ss [...]` Refer to your distro's documentation for further information (and yes, [RTFM](https://en.wikipedia.org/wiki/RTFM) is very much what -- cgit v1.2.3