oliverklee / helper-scripts

Collection of helper scripts that reside in `~/bin`.
GNU General Public License v3.0
3 stars 0 forks source link

Switch Thunderbird from snap to the PPA #44

Open oliverklee opened 2 months ago

oliverklee commented 2 months ago

https://launchpad.net/~mozillateam/+archive/ubuntu/ppa

This unbreaks GPG via YubiKey.

oliverklee commented 4 weeks ago

thunderbird thunderbird-locale-de

oliverklee commented 4 weeks ago

mail.openpgp.allow_external_gnupg = true

oliverklee commented 1 week ago
sudo add-apt-repository ppa:mozillateam/ppa
sudo apt update
sudo apt list -a thunderbird
sudo apt install thunderbird=1:115.12.2+build1-0ubuntu0.24.04.1~mt1
sudo apt list -a thunderbird-locale-de
sudo apt install thunderbird-locale-de=1:115.12.2+build1-0ubuntu0.24.04.1~mt1
oliverklee commented 1 week ago
sudoedit /etc/apt/preferences.d/thunderbird
oliverklee commented 1 week ago
Package: thunderbird
Pin: origin ppa.launchpadcontent.net
Pin-Priority: 999

Package: thunderbird-locale-de
Pin: origin ppa.launchpadcontent.net
Pin-Priority: 999
oliverklee commented 1 week ago
sudo apt-cache policy thunderbird