The following are things that were unclear, or difficulties I encountered using the guide.
- I was unsure whether the link in step (1) needed to be visited, or if the content underneath it (Setup Locale, etc) was the same stuff I'd find at the link. All I needed to do was visit to check this out, but it was still just a slight bit confusing at first.
- In "Setup Sources", command (1) has a duplicate sudo keyword
- In "Setup Sources", command (3) has unusual quotation marks and a unexpected newline if copy-pasted into the terminal. The newline goes into the created file and causes a parse error, and the quotation marks get posted literally instead of being interpreted as a command. Therefore,
lsb_release -cs
doesn't paste the current release name into the file, but just that literal text surrounded by the "fake" backticks. - TODO
More coming ...