LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How Do I Install Thunderbird? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-install-thunderbird-298756/)

MightyIdle 03-07-2005 12:10 PM

How Do I Install Thunderbird?
 
I've downloaded and extraced the latest version of Thunderbird from mozilla .org. I've also downloaded and installed linc-1.0.3-3.1.i386.rpm and ran touch .autoreg as suggested in the release notes.

At this point, I'm not sure what I need to do to actually run Thunderbird? Can anyone help me out?

Also, where do I need to put Thunderbird to allow other users on my machine to run it? Right now it's in my personal directory.

Thanks for your help.

XavierP 03-07-2005 12:14 PM

I have Thunderbird in /opt and have created a link in my menu to /opt/thunderbird/thunderbird. Once the tarball is extracted, you have everything you need to run Thunderbird.

Komakino 03-07-2005 12:39 PM

untar it, move it somewhere (mine's in /usr/local/thunderbird, my mom's is in /opt/thunderbird) then make a symlink from the thunderbird executable (mine: /usr/local/thunderbird/thunderbird) to somewhere in your path...like /usr/local/bin. e.g:
Code:

ln -s /usr/local/thunderbird/thunderbird /usr/local/bin/thunderbird
then each user need only type 'thunderbird' to run it.

MightyIdle 03-07-2005 05:30 PM

It Works!
 
Great advice. I had no idea what to do with it.

For closure, I also had an error message that stated I needed libXp.so.6. After more digging, I found that it was available as part of xorg-x11-deprecated-libs-6.8.1-12.i386.rpm on disk 2 of my Fedora Core 3 installation disks.


All times are GMT -5. The time now is 11:38 PM.