opening compressed (zip)files on Debian

Tags:

Im new to Debian and mostly new toLinux except for a bootable version DSL and Knoppix. I have downloaded Thunderbird on Debian. How do I open it?

No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

opening compressed

What do you mean you have downloaded Thunderbird?

To find software on a Debian system, use the 'apt-cache' tool:

apt-cache find thunderbird

Actually, in Debian it has been renamed to "icedove". If it is in your repository list:

apt-get install icedove

Usually "distribution tarballs" contain code which you need to compile; sometimes they have executable code, but unless it was specifically created for the distribution ad version of system you have installed, they're usually not much use. Building from 'source' is even worse if you don't already have a lot of experience with it. So, for most things, just make sure you have good entries in the /etc/apt/sources.list file and that you try to find the software you want in the existing Debian archives. Since there are over 16,000 software packages, you usually can find just what you want.

Syndicate content