2.3.4. Getting help#
There will be points at which you will be stuck trying to do something under Linux. You know itâs possible (which is a safe bet, since so much software is available), but not how, or you get an error message that you donât understand. For the shell there is good documentation, though mostly written by programmers for programmers; this system is explained in Section 2.4.5. GUI applications, however, are not so uniform. There are a number of places you can go for help:
The applicationâs own help files, often accessible through a
Helpmenu or the F1 key.The applicationâs home page, most easily found using Ubuntuâs
App Centerby locating the package and clicking theDeveloper websitelink.
The Ubuntu Community support (such as web forums) at http://www.ubuntu.com/support/community.
The Ubuntu bug tracking system at https://bugs.launchpad.net/ubuntu/.
Most often, however, it is easiest to do a Google search with some proper keywords. While youâve all used Google before, it takes some practice to find the proper keywords.
Adding +Linux or +Ubuntu (if you think the problem might be Ubuntu-specific) helps, as does searching for exact error
phrases by enclosing the message in double quotes ("~").
Exercise 2.12
Find out what you should do if you lose your password.