Added apt update command to linux install docs.#7186
Conversation
|
Hi! Thanks for the pull request. Please ensure that this change is linked to an issue by mentioning an issue number in the description of the pull request. If this pull request would close the issue, please put the word 'Fixes' before the issue number somewhere in the pull request body. If this is a tiny change like fixing a typo, feel free to ignore this message. |
mislav
left a comment
There was a problem hiding this comment.
Thanks! What would happen if apt update didn't run before apt install in this case? Users would get a slightly outdated version of curl? That would be fine in my opinion
|
No, sometimes As you can see from the screenshot, the first The equivalent |
|
There's merit to this; an out of date apt index can fail an install (as OP shows) |

Updating the install docs for Debian-based Linux systems to update apt first before attempting to install
curl.