Keeping Your Computer Updated
No operating system or piece of software is perfect. Because of this, Ubuntu developers will release security and other updates as needed. These are placed into the Ubuntu repositories and are quite easy to install.
Most of the updates to your machine will be security related. This means that the developers have found a weakness in a particular program in Ubuntu and have released a fix for it. There will also be a small number of updates to fix some critical bugs. For a home user, there is generally no reason not to install these right away, as not installing them might leave your computer open to security breaches. While Ubuntu is significantly more secure from the main concerns of some operating systems, such as fears involving viruses and spyware, no computer is perfectly secure because no software is perfect. When problems are discovered that could lead to security issues, like buffer overflows or remote exploits, they are fixed and released as quickly as possible, even if the danger is quite remote. Ubuntu developers also have a very strict policy about not putting new release versions of programs with function changes or new features into stable versions of Ubuntu. This practice keeps your system more stable by not introducing new problems.
Installing Updates
Helpfully, Ubuntu checks the Ubuntu repositories once a day to see if there are any new versions of software you have installed, and it tells you when you need to update your machine.
Ubuntu 11.04 handles package updates by launching update-manager. Users are notified of security updates on a daily basis and are also notified when new Ubuntu versions are released. Because 10.04 is an LTS release, by default it will only notify of new LTS releases, meaning that it would likely be silent until April 2012. This behavior may be changed using System > Administration > Update Manager and clicking Settings.
Learning about What Was Updated
The update window, shown in Figure 4-6, will also show you specifically what is going to be fixed. In the details pane, it will show you what got fixed and how. It might also list a CVE number. The CVE number is a unique identifier for a security vulnerability. You can look it up on http://cve.mitre.org to see what the exact flaw was. However, most people don't need to worry (and really don't care) about these details.
Figure 4-6 The update window
I Want to Install an Application That Is Not in the Repositories
Although the repositories contain a huge selection of packages, sometimes the package you need is not included. The first thing you should check is that you have enabled the additional repositories such as universe and multiverse. You can do this from your menu at System > Administration > Software Sources. In the Ubuntu Software tab, ensure that the boxes are checked for main, universe, restricted, and multiverse. (See help.ubuntu.com/community/Repositories/Ubuntu for more details.)
If you have enabled these extra repositories and your package is still not there, have a quick hunt around with a search engine to see if you can find a repository (known as a Debian or APT repository) for your package. If you find one, use the Repositories dialog box you have just played with to add the new repository, and then use Synaptic to install the package.
One common type of extra repository you may encounter is called a PPA, or personal package archive. There is good information available for using PPAs at https://help.launchpad.net/Packaging/PPA/InstallingSoftware.
If no repository is available, look for a Debian package (.deb) for the application, most likely available from the software company's Web site, such as Adobe does with its Reader software or Skype with its VOIP software. If you find one, download it, and double-click it to install. If no Debian package exists, look for an Autopackage. (An upcoming subsection, "I Downloaded an Autopackage, but I Don't Know How to Run It," provides details about Autopackage installation.)
Finally, if all else fails, you may need to download the source code and compile it using instructions found at https://help.ubuntu.com/community/CompilingSoftware.
Changing Your Launcher
The launcher at the left of the desktop comes prepopulated with a set of icons. You may want to customize what appears here by changing the order, not displaying certain items, and including programs that do not appear in the default setup.
To begin, open the Dash (a fancy name for a graphical menu) by clicking the Applications icon in the Launcher, as shown in Figure 4-7. From here you can choose to display all applications or search for a specific one.
Figure 4-7 Open the Dash to show installed applications.
Right click and hold to drag any Application icon from the Dash to the Launcher and release the mouse/touchpad button to add it, as seen in Figure 4-8. Drag items in the Launcher up and down to reorder them.
Figure 4-8 Feel free to add your own menu items.
Menu items can be applications (the default), applications running in terminals, or files. You can use the same process by using the Dash to search through Files & Folders or File Manager by clicking either icon to open, searching for the item you want to put in the Launcher, and dragging and dropping it into the desired location.