Mistake on https://www.debian.org/Bugs/Reporting
Jonny Grant <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <[email protected]> |
Hello There is a mistake "sudo" is missing https://www.debian.org/Bugs/Reporting ===== We strongly recommend that you report bugs in Debian using the reportbug program. To install and start it, simply run: # apt-get install reportbug $ reportbug ========== Better to write ============== $ sudo apt-get install reportbug $ reportbug ============== Even better is to leave out the $ so can be easily copy&pasted, in a nice HTML textbox. ===================== sudo apt-get install reportbug reportbug ===================== Jonny