You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-*"`wget`" to download all programs and update "AM" itself.*
116
-
-*"`sudo`" or "`doas`", for installing and removing programs at the system level.*
117
111
118
-
<details>
119
-
<summary>Additionally, you may need these optional dependencies, click here.</summary>
120
-
121
-
-*"`binutils`", contains a series of basic commands, including "`ar`" which extracts .deb packages;*
122
-
-*"`less`", to read the ever-longer lists;*
123
-
-*"`unzip`", to extract .zip packages;*
124
-
-*"`tar`", to extract .tar* packages;*
125
-
-*"`torsocks`", to connect to the TOR network;*
126
-
-*"`zsync`", required by very few programs.*
127
-
128
-
</details>
112
+
| command | motivation | pre-installed? |
113
+
| - | - | - |
114
+
|`coreutils`| it's a suite of core commands | YES, on almost all distributions |
115
+
|`curl`| network utility needed to read online text like lists, URLs and versions | not in all distibutions |
116
+
|`grep`| a string search utility | YES, on many distributions |
117
+
|`sed`| stream editor for filtering and transforming text | YES, in almost all distributions |
118
+
|`wget`| network utility needed to download files from the web like scripts and packages | not in all distibutions, sometime replaced with different commands like `curl` or as wrapper for `wget2`|
129
119
120
+
*NOTE, if you install "AM" (system) and not "AppMan" (local), **you need `sudo` or `doas` for root privileges**.*
0 commit comments