LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-25-2009, 03:25 AM   #16
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Rep: Reputation: 45
Smile


What Linux distro are you using to try to install Thunderbird? I did not see where you had said which Linux you have installed. Just look for and find your Package Manager on your programs menu,(they go by several names which depends on which Linux you have). Then by either method category or from search words you can have it installed easy. It may be called by the name; Mozilla-Thunderbird, and should be under the Internet category. And you also need to select your software sources too, which may be an option in your handy Package Manager, or as a separate item. The main Linux that is real different with this software installation is Slackware. For any package installs with Slackware, it is done in a Terminal as root.
 
Old 01-25-2009, 11:16 PM   #17
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I believe I answered some of your questions in my post. "Installing" involves simply moving the "thunderbird folder" (the entire folder not just the file) to a permanent home. If you've downloaded the file from the thunderbird site this would normally be in /opt but you are free to put it wherever you want.

What desktop are you using? (kde? gnome? fluxbox? etc) Normally, right-clicking on the desktop will bring up a menu. In Kde one of the items is "Create new..." and then you select the item "Link to Application" and in the Application tab, fill in the command box with /opt/thunderbird/thunderbird (if that's where you've put it).
Cheers,
jdk
 
Old 01-26-2009, 11:29 PM   #18
bparkerson04
Member
 
Registered: Sep 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Ohhh, thank you kindly jdkaye. I appreciate that. I didn't quite get that from your previous post. Just to let you all know, I know that the Synaptic Package Manager is, and I use it often. I ended up breaking down and getting Thunderbird from it. I didn't want to give up, but I just got tired of fooling with it. When I was finally able to get the Thunderbird executable to work, it wouldn't connect with the gmail server. I appreciate everyone's help. I do know about the package manager, and I do use it, but I wanted to use this particular situation as an opportunity to try and master this tar.gz business. I think I am getting a grasp of it though. Another bit of good news! I have a capstone class this semester, and I get to use my new handy dandy linux box as my project. I am going to make a 99% migration to linux for the duration of the semester (still somewhat dependent on windows unfortunately). I love linux so much now. I never before cared for linux, or really had any desire to learn it. Although my class wasn't that great; it arousing my curiousity was one of the best things to come out of my college career (I found ubuntu!) I actually can say that I would like to see the world migrate over to linux and open source now. That would be fantastic! Thanks again for the support guys. I can do without the condescension from some of the responses, but what can you do. Thanks guys. I hope to one day be developing and contributing to the open source community, and be answering questions on this board more than I ask them. God bless you guys!
-Bryan
 
Old 01-26-2009, 11:31 PM   #19
bparkerson04
Member
 
Registered: Sep 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Oh, and my distro. I almost forgot! : )
I am using Ubuntu 8.04 x64
Gnome desktop. I am getting a little curious about KDE, and may give Kubuntu or maybe even another distro a try in the future.
 
Old 01-27-2009, 05:11 AM   #20
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware & Slackware64 15.0
Posts: 8,173
Blog Entries: 61

Rep: Reputation: Disabled
You can install KDE on your present setup, using Synaptic (look for the KDE meta package) or apt-get or aptitude from the terminal:
Code:
sudo aptitude install KDE
or
Code:
sudo apt-get install KDE
Then you can pick which one you want at login from the Sessions menu.
 
Old 01-27-2009, 10:46 AM   #21
dracofhc
Member
 
Registered: Dec 2005
Location: Kalamazoo, MI, US
Distribution: Gentoo
Posts: 44

Rep: Reputation: 16
Linux doesn't really have a standard "Program Files" directory; you can keep your program wherever you would like. To make it a system wide executable, however, try the following

sudo ln -s <absolute path to thunderbird> /usr/bin/thunderbird

where <absolute path to thunderbird> is the path to whatever script or program you ran that got thunderbird to run. So if you saved your thunderbird files in /home/anyuser/Desktop/thunderbird/ and you type ./thunderbird to get it to run then <absolute path to thunderbird> would be /home/anyuser/Desktop/thunderbird/thunderbird
Now when you type thunderbird from anywhere in your filesystem (without the ./) thunderbird should launch.

I'm sitting in front of my windows box at work right now so I can't exactly describe how to create the launcher but it's a "right-click->create launcher" sort of thing. If you find it then in the "command" box you can enter /home/anyuser/Desktop/thunderbird/thunderbird or whatever your equivalent is. If you ran the command I gave you above then you can just type thunderbird

Best of luck
 
Old 01-27-2009, 12:24 PM   #22
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Hi BP (or whatever you'd like to be called),
I'm really happy it finally worked.

Quote:
I do know about the package manager, and I do use it, but I wanted to use this particular situation as an opportunity to try and master this tar.gz business.
I agree with you 1000%. That's what's great about linux: it rewards a bit of work and offers you loads of choices about how to do things. Package managers are nice but sometimes I don't want to wait for them. Sooner or later you'll come across a case where you can't get a package and have to compile or install binaries by the tar.gz route. Now your prepared.
Have loads of fun.
Cheers,
jdk
 
Old 01-27-2009, 10:58 PM   #23
bparkerson04
Member
 
Registered: Sep 2008
Posts: 46

Original Poster
Rep: Reputation: 15
Thanks again guys. Loads of valuable information. I hope this post will last forever so I can refer back to it as reference.
 
Old 01-27-2009, 11:02 PM   #24
bparkerson04
Member
 
Registered: Sep 2008
Posts: 46

Original Poster
Rep: Reputation: 15
I think being connected to the internet was the key to get ./thunderbird to work...but then it wouldn't connect with the gmail POP server. I ended up having to throw in the towel and download it through the add/remove app, but I did learn alot about unzipping and compiling tarball files. I think I have somewhat of a grip on it now. It's a little more difficult than it should be, but once you get it, it's not so bad. Maybe one day when Linux overcomes Windows this kind of thing will change. Until then though, I'm happy and blessed enough to be able to figure these things and use Linux. I can't believe I have actually become somewhat anti-windows recently. I have fallen in love with this OS. When I first started using it, I would crack it open every now and then, and use my vista machine as my primary machine. Now...I use Linux more than windows. I can't believe I am actually a linux guy now. A year ago, I didn't give two cents about linux. This is so funny. This may not make sense to you guys, but if you were me or knew me you would understand. I am just happy to have something to be geeky about and enjoy! Like I said in another post, I hope to one day be answering questions on this board instead of asking them. Thanks again guys for all of the help, kindness, and patience.
 
Old 01-27-2009, 11:41 PM   #25
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by bparkerson04 View Post
Okay guys, good news. I came home, hooked my system up to the net, did an update, and now the ./thunderbird from the thunderbird folder works. when I type that in the terminal, it launches thunderbird.
Way to go!
Quote:
my next question is how do I actually install it and have a launcher from my start menu thingy (don't know what it's called in linux), and all that jazz.
In KDE right clicking on the K-button in the lower left-hand corner brings up a menu that includes "Menu Editor". It's quite easy to use: basically you (1) tell the menu entry the name and location of your app (2) pick an pretty icon (optional) and (3) place your created entry in the section where you want it to appear (for Thunderbird "Internet" might be an appropriate place). I guess whatever desktop you use would also have a menu editor.
Quote:
Where do installed programs go by default? in windows they usually go to C:/Program Files/ etc. What is the equivalent in linux so I can start puttin things there. Thanks again for the help guys.
Executables for packages usually go in /usr/bin (you don't need to put them there; that's done automatically)

Executables that you compile yourself usually go in /usr/local/bin (most "make" scripts make /usr/local/bin the default location)

Executables that you grab from other sites (Mozilla, Openoffice, Adobe, Sun Java, etc. usually go in /opt (at least that's the usage in Debian).
Cheers,
jdk
 
Old 01-29-2009, 07:28 AM   #26
dracofhc
Member
 
Registered: Dec 2005
Location: Kalamazoo, MI, US
Distribution: Gentoo
Posts: 44

Rep: Reputation: 16
Quote:
Originally Posted by bparkerson04 View Post
I think being connected to the internet was the key to get ./thunderbird to work...but then it wouldn't connect with the gmail POP server. I ended up having to throw in the towel and download it through the add/remove app, but I did learn alot about unzipping and compiling tarball files. I think I have somewhat of a grip on it now. It's a little more difficult than it should be, but once you get it, it's not so bad. Maybe one day when Linux overcomes Windows this kind of thing will change. Until then though, I'm happy and blessed enough to be able to figure these things and use Linux. I can't believe I have actually become somewhat anti-windows recently. I have fallen in love with this OS. When I first started using it, I would crack it open every now and then, and use my vista machine as my primary machine. Now...I use Linux more than windows. I can't believe I am actually a linux guy now. A year ago, I didn't give two cents about linux. This is so funny. This may not make sense to you guys, but if you were me or knew me you would understand. I am just happy to have something to be geeky about and enjoy! Like I said in another post, I hope to one day be answering questions on this board instead of asking them. Thanks again guys for all of the help, kindness, and patience.
No problem. Welcome to the club. Now all you have to do is start reading xkcd.com and you'll be a full fledged geek.
 
  


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
thunderbird is not being installed @ F7 charm200 Linux - Software 5 08-22-2007 01:48 PM
Install thunderbird -1.5.0.8.tar.gzon Mandriva 2007 Kenneth Calhoun Linux - Software 3 01-26-2007 05:25 AM
Thunderbird extensions are not installed after restart Aperculum Linux - Software 2 04-11-2006 05:02 AM
Thunderbird... installed sort of tweakerxp Linux - Software 7 01-30-2006 02:21 PM
Installing Thunderbird..... tar.gz lovelyguinness Linux - Newbie 6 07-11-2004 05:26 PM

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

All times are GMT -5. The time now is 09:57 PM.

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