-1

How to install Thunderbird using Terminal? I don't want to download from Ubuntu Software

1 Answers1

0

In terminal type sudo apt install thunderbird. Then it will ask for your password. Make sure to do sudo apt update and sudo apt upgrade first. If that doesn't work (22.04) you have to add the mozilla repositorio first (sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa), then update and upgrade then thunderbird.

Another way is to download the .deb file from the mozilla page, go to your downloads, rightclick and choose open terminal here and type sudo apt install name of the .deb file.

Joepie Es
  • 1,460