Commit deef8a1
authored
docs: Correct package manager usage in uninstall guide
- Arch Linux does not have a seperate 'remove' and 'purge' command, instead the package is removed in one go.
- Replaces 'pacman remove' with 'pacman -Rns' for a more complete removal, including configuration and dependencies.
- The 'com.docker.cli' symlink does not exist.
- Ensures all steps are accurate for an Arch Linux environment using pacman.
The command explained:
-R - removes packages
-n - removes configuration files related to the package
-s - Removes Dependencies that are not required by other packages1 parent 9fbb168 commit deef8a1
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | 199 | | |
202 | 200 | | |
203 | | - | |
| 201 | + | |
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
| |||
0 commit comments