1

I have just transfered from Vista to Ubuntu. I am computer-illiterate. I think Thunderbird is installed, but not sure. How do I see if it is installed? How do I start it? Please, no involved technical explanations, just simple steps.

LiveWireBT
  • 29,597
kent
  • 31

3 Answers3

4

Thunderbid comes preinstalled in Ubuntu. You can find/run it in two ways:

  • Graphical: Open the Dash (the top launcher in the left applications bar, with Ubuntu's symbol) and type Thunderbird. When it shows up, click it and Thunderbird will start.

  • Command line: Open a Terminal window and run thunderbird. It will then start. Note that when you do it through a terminal it keeps "attached" to the terminal window, so if you close it Thunderbird will be killed.

Eduardo Cola
  • 5,876
  • 3
  • 20
  • 33
0

To check if any program is installed, run this in a terminal:

apt-cache policy "software-package-name"

On my computer, the result is

thunderbird:
Installed: 1:38.5.1+build2-0ubuntu0.15.10.1
Candidate: 1:38.5.1+build2-0ubuntu0.15.10.1

If you prefer a GUI, you can look for a program in the Ubuntu Software Center, which will tell you if it is installed or not, and also if it needs to be updated.

0

A few things have changed in operating systems since Windows Vista or earlier versions of Ubuntu and have become common among major operating systems.

Opening the dash board or start menu with the Windows key Win let's you search for applications, files and other content, you should be able to find Thunderbird there.

New applications to install or manage software are more consumer oriented, some of them are called stores, in Ubuntu it's currently called Software Center. You can browse all available software in Ubuntu, look which software is already installed, like Thunderbird, which software was updated and so on.

query in software center for thunderbird in the installed applications section

More information:

Taskbars and application launchers are expected to behave like docks, e.g. you can pin applications to then.

LiveWireBT
  • 29,597