Comment 0 for bug 1874623

Revision history for this message
thingy (jchoksi) wrote : Mozilla Thunderbird package is not properly installed

Performed a Kubuntu Minimal install.

The KDE >> Internet menu didn't show an icon for Mozilla Thunderbird.

dpkg-query shows that Mozilla Thunderbird is installed:

---snip---
root@kubuntuvm:~# apt-get clean;apt-get update;apt-get dist-upgrade;
Get:1 http://gb.archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Hit:2 http://gb.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://gb.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Fetched 265 kB in 1s (251 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.

root@kubuntuvm:~# dpkg-query -Wf '${Package}\n' | grep thunderbird
thunderbird
thunderbird-locale-en
thunderbird-locale-en-gb
thunderbird-locale-en-us

root@kubuntuvm:~# ls -la /usr/bin/thunderbird
ls: cannot access '/usr/bin/thunderbird': No such file or directory

root@kubuntuvm:~# dpkg -L thunderbird | grep /usr/bin/thunderbird
/usr/bin/thunderbird
---snip---

Removing and re-installing the thunderbird package fixes the issue.