LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-13-2007, 02:35 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Finding Thunderbird 2.x In Apt?


I was wondering if anyone knows if there is an APT repo that has a more recent version of Thunderbird (IceDove)? Right now I am using Lenny and I have version 1.5 and I then tried adding in "unstable" repos but that did not find anything else difference than what I already have installed.

Anyone know if I can obtain 2.x on my Debian system?
 
Old 12-13-2007, 02:46 PM   #2
Acron_0248
Member
 
Registered: Feb 2006
Location: Venezuela
Distribution: Gentoo
Posts: 453

Rep: Reputation: 33
Hi,

Well, I don't know what happen with the repos you added, but, icedove 2.0.0.6 is in the unstable branch:

http://packages.debian.org/unstable/mail/icedove



Regards
 
Old 12-13-2007, 04:17 PM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by Carlwill View Post
I was wondering if anyone knows if there is an APT repo that has a more recent version of Thunderbird (IceDove)? Right now I am using Lenny and I have version 1.5 and I then tried adding in "unstable" repos but that did not find anything else difference than what I already have installed.

Anyone know if I can obtain 2.x on my Debian system?
You would need to go out of your way most likely to get it from unstable when running a mixed system with something like apt-get install -t unstable icedove.


Code:
apt-cache policy icedove
icedove:
  Installed: (none)
  Candidate: 1.5.0.10.dfsg1-3
  Version table:
     2.0.0.6-1 0
        600 http://ftp.de.debian.org sid/main Packages
     1.5.0.10.dfsg1-3 0
        990 http://ftp.de.debian.org testing/main Packages

 apt-get install -s -t unstable icedove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
   empty-expect (0.6.14b-1)
Use 'apt-get autoremove' to remove them.
Suggested packages:
   icedove-gnome-support (2.0.0.6-1)
The following NEW packages will be installed:
   icedove (2.0.0.6-1)
0 upgraded, 1 newly installed, 0 to remove and 219 not upgraded.
Inst icedove (2.0.0.6-1 Debian:unstable)
Conf icedove (2.0.0.6-1 Debian:unstable)
 
Old 12-13-2007, 05:05 PM   #4
Telemachos
Member
 
Registered: May 2007
Distribution: Debian
Posts: 754

Rep: Reputation: 60
Unless you feel very strongly about the trademark issue, I think it would be easier and safer for your overall system to just download the Thunderbird package directly (http://www.mozilla.com/en-US/thunderbird/), and run it from there.
 
Old 12-15-2007, 03:27 PM   #5
pliqui
Member
 
Registered: Feb 2007
Location: Caracas, Venezuela
Distribution: Debian x64
Posts: 156

Rep: Reputation: 17
mixed system

At the moment i'm running lenny/sid system, i have wine, azureus and icedove from unstable.

create a file in /etc/apt called apt.conf and add this line
Quote:
APT:: Default-Release "testing";
note: after the:: is continue without a space, but i separated it because will show APT:efault-Release

Now even when you have in your repositories the unstable, your apt will only search for testing packages, for example, aptitude dist-upgrade will only update lenny packages and the unstable one you have.To get a unstable package just
Quote:
aptitude install -t unstable icedove
i use aptitude instead of apt-get

my repos

Quote:
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
# deb http://download.tuxfamily.org/3v1deb/ debian-unstable beryl-svn
# deb http://download.tuxfamily.org/osrdebian/ unstable compiz-fusion-git
# deb-src http://download.tuxfamily.org/osrdebian/ unstable compiz-fusion-git
deb http://www.virtualbox.org/debian/ etch non-free
deb http://debian.beryl-project.org/ etch main
deb-src http://debian.beryl-project.org/ etch main
deb http://ftp.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.debian.org/debian/ unstable main contrib non-free
deb http://www.debian-multimedia.org/ testing main
Hope this help

Last edited by pliqui; 12-15-2007 at 03:35 PM.
 
Old 12-15-2007, 09:49 PM   #6
txHarleyMan
LQ Newbie
 
Registered: Aug 2007
Location: Texas
Distribution: Debian Testing/Sid
Posts: 28

Rep: Reputation: 15
Quote:
Originally Posted by Carlwill View Post
I was wondering if anyone knows if there is an APT repo that has a more recent version of Thunderbird (IceDove)? Right now I am using Lenny and I have version 1.5 and I then tried adding in "unstable" repos but that did not find anything else difference than what I already have installed.

Anyone know if I can obtain 2.x on my Debian system?
Did you do an update ( # aptitude update ) after adding the sid repos?
 
Old 12-16-2007, 11:48 AM   #7
pliqui
Member
 
Registered: Feb 2007
Location: Caracas, Venezuela
Distribution: Debian x64
Posts: 156

Rep: Reputation: 17
sure, every time you add new repos, you need to do aptitude update
 
Old 12-16-2007, 09:37 PM   #8
txHarleyMan
LQ Newbie
 
Registered: Aug 2007
Location: Texas
Distribution: Debian Testing/Sid
Posts: 28

Rep: Reputation: 15
Figured I'd ask anyway. It should be in the sid repos then.

Last edited by txHarleyMan; 12-16-2007 at 09:38 PM.
 
Old 12-16-2007, 11:25 PM   #9
pliqui
Member
 
Registered: Feb 2007
Location: Caracas, Venezuela
Distribution: Debian x64
Posts: 156

Rep: Reputation: 17
But be careful, running a mixed system could be a Two-edged sword. Watch the dependencies of the software you will install from unstable, it's better to run a 100% unstable system than 50% - 50%, that could be a mess.
 
  


Reply



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
Moving from Thunderbird in Windows to Thunderbird in Linux pnh73 Linux - Software 14 11-05-2011 09:24 AM
Importing Windows Thunderbird to Linux Thunderbird NaughtyMonkey Linux - Desktop 1 07-11-2007 04:54 PM
finding Thunderbird for SuSe 9.3 with YaST? Lleb_KCir Linux - Software 13 08-10-2005 11:04 PM
Finding apt-rpm metadata for FC2 isos fedetxf Fedora 1 10-28-2004 05:29 AM
Having trouble finding where apt-get installed program on Lindows4.5 ShamusMcConnell Linspire/Freespire 5 04-06-2004 04:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:50 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