This question details how to install Thunderbird using a traditional .deb package in Ubuntu 22.04, avoiding the Snap package. It provides instructions to add the Mozilla Team PPA to apt, then install Thunderbird. It also includes information on potential issues and solutions, such as dealing with conflicting packages or needing to remove the snap version first.
This comment details a workaround for nvidia-driver-390 on Ubuntu systems with kernel 6.5.0. It links to related bug reports and provides instructions to add a PPA and install updated drivers.
```
sudo add-apt-repository ppa:dtl131/nvidiaexp
sudo apt update
sudo apt install nvidia-drivers-390
```