Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Install a TB tar "xz" file, based on installation instruction does not work.

  • 3 respostas
  • 0 have this problem
  • 17 views
  • Last reply by Ben Bonacci

more options

The TB Solutions only provide information for a tar "bz2" file. I downloaded a "xz" file (thunderbird-140.0.tar.xz), how do I install this?

Thanks for any help or solution.

I wish to update my current version of 128.12.0esr within my Ubuntu 24.04.2 LTS OS.

The TB Solutions only provide information for a tar "bz2" file. I downloaded a "xz" file (thunderbird-140.0.tar.xz), how do I install this? Thanks for any help or solution. I wish to update my current version of 128.12.0esr within my Ubuntu 24.04.2 LTS OS.

All Replies (3)

more options

The tar -xf thunderbird-140.0.tar.xz command is all you need to extract .tar.xz files on most Linux distributions.

Helpful?

more options

Thanks for getting back, how do I expand it to a new folder called Thunderbird. What it does is it expands inside of my Download folder. Again, thanks for the command , just need to open in its own created folder.

dave

Helpful?

more options

You could chain some Bash commands together with the tar command: mkdir /home/$USER/Downloads/Thunderbird && cd $_ && tar -xf /home/$USER/Downloads/thunderbird-140.0.tar.xz This will create a new folder called Thunderbird in your Downloads folder, cd into it, and then extract the tar file's contents into that folder.

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.