From 0cb3c9d8e176f030ec7f62f072562cc1fe3bd6ae Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 16 Feb 2023 17:43:39 +0100 Subject: Use Markdown link IDs in article This avoids line breaks or very long lines since they are not contained in the paragraphs. --- content/articles/pacman-essentials.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'content/articles') diff --git a/content/articles/pacman-essentials.md b/content/articles/pacman-essentials.md index 54657e0..1153ba1 100644 --- a/content/articles/pacman-essentials.md +++ b/content/articles/pacman-essentials.md @@ -5,7 +5,7 @@ #### Introduction -The program `pacman` is the package manager of the [Arch Linux](https://archlinux.org/) +The program `pacman` is the package manager of the [Arch Linux][1] distribution. It should be exclusively used to install, update and remove software to an Arch Linux system. @@ -57,12 +57,11 @@ pacman -Ss ``` `` should be replaced by keywords like `firefox`. Furthermore the -package search on the [Arch Linux homepage](https://archlinux.org/) in the -upper right corner can be used. +package search on the [Arch Linux homepage][1] in the upper right corner can be +used. -The Arch Linux wiki contains also a long [list of -applications](https://wiki.archlinux.org/title/List_of_applications) which is -an excellent place to search for needed programs by category. +The Arch Linux wiki contains also a long [list of applications][2] which is an +excellent place to search for needed programs by category. #### Package installation @@ -100,8 +99,14 @@ users. The following references point to the official documentation about pacman: - The manual page of pacman: `man pacman` (exit with `q`) -- Arch Wiki: [pacman](https://wiki.archlinux.org/title/Pacman) -- Arch Wiki: [pacman/Tips and tricks](https://wiki.archlinux.org/title/Pacman/Tips_and_tricks) +- Arch Wiki: [pacman][3] +- Arch Wiki: [pacman/Tips and tricks][4] They should be consulted to get further information and should be trusted more than this page if in conflict with its content. + + +[1]: https://archlinux.org/ +[2]: https://wiki.archlinux.org/title/List_of_applications +[3]: https://wiki.archlinux.org/title/Pacman +[4]: https://wiki.archlinux.org/title/Pacman/Tips_and_tricks -- cgit v1.2.3-70-g09d2