LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-19-2012, 10:29 PM   #1
heirkeyso
LQ Newbie
 
Registered: Jul 2012
Posts: 12

Rep: Reputation: Disabled
Software installation on Debian squeeze


Hi to everyone.

I'm new in linux. I already installed debian in my PC. I downloaded thunderbird(email client) linux version from mozilla.org and winrar but to installed it. The file is compressed in tgz what should I do after I extracted. I'm stock to this. Please help with this matter.

Thank you in advance.
 
Old 07-19-2012, 10:44 PM   #2
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Welcome to the forums and to Linux!

For political/ideological reasons, Debian has their own rebranded (but otherwise identical) versions of the Mozilla applications. Firefox is called Iceweasel, and Thunderbird is called Icedove. You can easily install it with (as root):

Code:
apt-get update
apt-get install icedove
Typically you do not need to download and install individual apps in Debian (like you would in Windows) because Debian has easy access to an enormous "repository" of stable, tested, and trusted software.

Last edited by snowday; 07-19-2012 at 10:45 PM.
 
Old 07-19-2012, 10:49 PM   #3
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

you should generally use your built in package manager to install software from the repositories. Debian has a rebranded version of thunderbird called iceowl. Either search for iceowl in your graphical package manager, or as root in a terminal run:
Code:
apt-get install iceowl
Please read up on package management. The new Debian handbook is pretty good.
http://debian-handbook.info/browse/stable/
Have a look at the package management section:
http://debian-handbook.info/browse/s...ng-system.html

Cheers,

Evo2.
 
Old 07-19-2012, 10:53 PM   #4
heirkeyso
LQ Newbie
 
Registered: Jul 2012
Posts: 12

Original Poster
Rep: Reputation: Disabled
Where can I see the list of repository?
 
Old 07-19-2012, 10:57 PM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Opps, as snowpine says icedove is the package you should install.

Cheers,

Evo2.
 
Old 07-19-2012, 11:01 PM   #6
heirkeyso
LQ Newbie
 
Registered: Jul 2012
Posts: 12

Original Poster
Rep: Reputation: Disabled
In case the software you need is not in the repository and you need to download it. What is the procedure for installing the software?
 
Old 07-20-2012, 12:12 AM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by heirkeyso View Post
In case the software you need is not in the repository and you need to download it. What is the procedure for installing the software?
It depends on what form it is in. Typically you decompress and unpack it. You then may need to configure and compile it before finally installing it. For the exact procedure you should read the installation instructions that come with the software.

Evo2.
 
Old 07-20-2012, 12:13 AM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by heirkeyso View Post
Where can I see the list of repository?
Well you could browse http://packages.debian.org but it is probably better to use your package manager.

Evo2.
 
Old 07-20-2012, 12:35 AM   #9
heirkeyso
LQ Newbie
 
Registered: Jul 2012
Posts: 12

Original Poster
Rep: Reputation: Disabled
Please correct me if I'm wrong. The package manager is a software that manage the softwares in linux. So, this where you can search for the software you need for a certain task and not the software that install application you are downloaded from internet.
 
Old 07-20-2012, 01:11 AM   #10
bsat
Member
 
Registered: Feb 2009
Posts: 347

Rep: Reputation: 72
Yes you are right. Package manager helps you download and install packages that are available for your distribution.

If you download some package yourself from the internet, then you can not use package manager to install it, but you can do the installation manually.
 
Old 07-20-2012, 02:06 AM   #11
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by heirkeyso View Post
Please correct me if I'm wrong. The package manager is a software that manage the softwares in linux. So, this where you can search for the software you need for a certain task and not the software that install application you are downloaded from internet.
Correct! Please see the 2nd link in post #3 above for details about package managers in Debian.

Cheers,

Evo2.
 
Old 07-20-2012, 02:23 AM   #12
heirkeyso
LQ Newbie
 
Registered: Jul 2012
Posts: 12

Original Poster
Rep: Reputation: Disabled
One last question. Is the package manager of linux is internet dependent?
 
Old 07-20-2012, 02:39 AM   #13
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by heirkeyso View Post
One last question. Is the package manager of linux is internet dependent?
just to clarify, there is no "package manager of linux". There are a number of different package managers used by a number of different GNU/Linux distributions.

Most packages managers primarily use the internet to download package files, however some of them can also fetch package files from CDs/DVDs or even a filesystem on your computer.

HTH,

Evo2.
 
Old 07-20-2012, 06:46 AM   #14
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Your question would take too long for me to type the answer but I recommend you read the excellent documentation on the Debian website (such as the above-mentioned Handbook), or even a basic article like this one on wikipedia will begin to answer your question.

Did my suggested command apt-get install icedove work? Are you now successfully using icedove? It is a friendly thing to let people know if their advice has been helpful.
 
Old 07-20-2012, 07:25 AM   #15
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
You can use Synaptic, the GUI package manager, to browse through whatever software's available and install what you want.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of firefox 13 in Debian squeeze kpprasannan Linux - Newbie 1 06-25-2012 05:55 AM
block in installation of shoes on debian squeeze seog Linux - Software 0 06-12-2012 01:50 PM
Various segmentation faults Debian Squeeze Virtualbox running on Debian Squeeze host fordwrench Debian 1 07-21-2011 03:55 AM
LXer: Debian Squeeze 6.0 Installation Over SSH LXer Syndicated Linux News 0 03-24-2011 04:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration