NavigationUser loginWho's onlineThere are currently 0 users and 14 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe have come to be one of the worst ruled, one of the most completely controlled and dominated Governments in the world -- no longer a Government of free opinion, no longer a Government by conviction and vote of the majority, but a Government by the opinion and duress of small groups of dominant men. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
opening compressed (zip)files on DebianIm 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? |
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.