Linux Lite Forums
Thunderbird disaster upgrade 91 to 102 - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18)
+--- Thread: Thunderbird disaster upgrade 91 to 102 (/showthread.php?tid=8619)



Thunderbird disaster upgrade 91 to 102 - rdesalis - 12-16-2022


Any ideas if the linux lite repository permits a re-install of thunderbird 91.x.x, rather than
accepting tbird 102?

No flatpaks, no snaps, just a .deb file.

I have backups of all the user stuff, and I could at a push, got back to the last ISO,
but I would really like to avoid that.....

Many Thanks for reading this far

Roger De Salis, Blenheim NZ

lsb_release -a
No LSB modules are available.
Distributor ID:  Ubuntu
Description:  Ubuntu 20.04.5 LTS
Release:  20.04
Codename:  focal



Re: Thunderbird disaster upgrade 91 to 102 - rdesalis - 12-16-2022

This worked for me, YMMV

Binaries - sudo mv /usr/lib/thunderbird  /usr/lib/102thunderbird
as normal user, cd /home/user
User Files - mv .thunderbird .102thunderbird

go to the archive.mozilla.org and get the version you want...
https://archive.mozilla.org/pub/thunderbird/releases/91.1.2/linux-x86_64/en-US/

sudo tar xjvf thunderbird-91.1.2.tar.bz2 -C /usr/lib        <- the "-C" plus location is the magic bit
ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird
[sudo] password for one:
ln: creating symbolic link `/usr/bin/thunderbird': File exists
sudo rm /usr/bin/thunderbird
ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird

Recover your user data from the backup location to ".thunderbird" in home directory
cd /whereever/.thunderbird; tar cvf - . | (cd /home/user/.thunderbird; tar xfBp -)

Apologies for an unnecessay post at a time of high drama.
Roger De Salis