Announcement

Collapse
No announcement yet.

Kubuntu Minimal Install - Thunderbird broken

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kubuntu Minimal Install - Thunderbird broken

    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.

    #2
    You could try
    Code:
    sudo apt purge thunderbird
    Code:
    sudo apt install thunderbird
    Are you starting the program from the start menu or from a terminal?
    If you are launching from a terminal:
    Code:
    thunderbird
    is there any output?
    What is the output of:
    Code:
    ls -al /usr/bin | grep thunderbird

    Comment


      #3
      I 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.
      Regards, John Little

      Comment


        #4
        Originally posted by rab0171610 View Post
        You could try
        Code:
        sudo apt purge thunderbird
        Code:
        sudo apt install thunderbird
        This process almost never does anything useful for these situations, unfortunately.

        Originally posted by jlittle View Post
        I 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.
        Tbird is not a Snap in 22.04, so this won't be an issue, in this case.

        Comment


          #5
          This process almost never does anything useful for these situations, unfortunately.
          I agree but I actually had to do it last night with VLC and it worked. Would not update, was holding back system updates. Uninstalled VLC. Updated system. Reinstalled VLC.
          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.

          Comment

          Working...
          X