12-16-2022, 09:04 AM
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/thunderb..._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
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/thunderb..._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