Hello. When you do a clean minimal install of Kubuntu Jammy, it is not possible to install Thunderbird. Error says latest version of Thunderbird is already installed but it still cannot be launched nor found. I saw that this is a bug dating back to 18.04.
Announcement
Collapse
No announcement yet.
Kubuntu Minimal Install - Thunderbird broken
Collapse
This topic is closed.
X
X
-
You could try
Code:sudo apt purge thunderbird
Code:sudo apt install thunderbird
If you are launching from a terminal:
Code:thunderbird
What is the output of:
Code:ls -al /usr/bin | grep thunderbird
- Top
- Bottom
-
Originally posted by rab0171610 View PostYou could try
Code:sudo apt purge thunderbird
Code:sudo apt install thunderbird
Originally posted by jlittle View PostI suspect this is a snap issue. I've heard that Thunderbird in the Jammy repos is a snap, and maybe the minimal install does not have the snaps stuff, or not enough of it.
- Top
- Bottom
Comment
-
This process almost never does anything useful for these situations, unfortunately.
I suggested it because he had same situation, would not install and is not present. So in that case, there is slight possibility that removing it would allow to install without error and then cleanly reinstalling could fix the issue.
- Top
- Bottom
Comment
Comment