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 the
Ubuntu Software Centerby locating the package and clickingMore Info.The
Ubuntu Desktop Guide(Click the Applications button and search for Help).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.14
Find out what you should do if you lose your password.