issue installing software(ubuntu)

as you can see im

mike@mike-Latitude-5540:~/Downloads/trezor$ gpg --import satoshilabs-2021-signing-key.asc
gpg: key E21B6950A2ECB65C: 1 signature not checked due to a missing key
gpg: key E21B6950A2ECB65C: "SatoshiLabs 2021 Signing Key" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
mike@mike-Latitude-5540:~/Downloads/trezor$ gpg --verify Trezor-Suite-24.9.2-linux-x86_64.AppImage.asc
gpg: assuming signed data in 'Trezor-Suite-24.9.2-linux-x86_64.AppImage'
gpg: Signature made Tue 17 Sep 2024 05:52:37 AM PDT
gpg:                using RSA key EB483B26B078A4AA1B6F425EE21B6950A2ECB65C
gpg: Good signature from "SatoshiLabs 2021 Signing Key" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: EB48 3B26 B078 A4AA 1B6F  425E E21B 6950 A2EC B65C
mike@mike-Latitude-5540:~/Downloads/trezor$ chmod u+x Trezor-Suite-24.9.2-linux-x86_64.AppImage
mike@mike-Latitude-5540:~/Downloads/trezor$ chmod u+x Trezor-Suite-24.9.2-linux-x86_64.AppImage
mike@mike-Latitude-5540:~/Downloads/trezor$ ./Trezor-Suite-24.9.2-linux-x86_64.AppImage
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
mike@mike-Latitude-5540:~/Downloads/trezor$ ^C
mike@mike-Latitude-5540:~/Downloads/trezor$ sudo add-apt-repository universe
[sudo] password for mike: 
Adding component(s) 'universe' to all repositories.
Press [ENTER] to continue or Ctrl-c to cancel.
Get:1 https://dl.google.com/linux/chrome/deb stable InRelease [1,825 B]
Err:1 https://dl.google.com/linux/chrome/deb stable InRelease                  
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E88979FB9B30ACF2
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]      
Hit:3 http://us.archive.ubuntu.com/ubuntu jammy InRelease                      
Get:4 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]     
Hit:5 http://dell.archive.canonical.com jammy InRelease                        
Hit:6 http://oem.archive.canonical.com jammy InRelease                         
Hit:7 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease            
mike@mike-Latitude-5540:~/Downloads/trezor$ sudo apt install libfuse2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  dmraid gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 kpartx kpartx-boot
  libdebian-installer4 libdmraid1.0.0.rc16 libqt5designer5 libqt5help5
  libqt5positioning5 libqt5sensors5 libqt5test5 libqt5webchannel5
  libqt5webkit5 libtimezonemap-data libtimezonemap1
  python3-dbus.mainloop.pyqt5 python3-gpg python3-icu python3-packaging
  python3-pam python3-pyqt5 python3-pyqt5.qtsvg python3-pyqt5.qtwebkit
  python3-pyqt5.sip rdate torsocks
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  libfuse2
0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
Need to get 90.3 kB of archives.
After this operation, 330 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB]
Fetched 90.3 kB in 0s (184 kB/s)  
Selecting previously unselected package libfuse2:amd64.
(Reading database ... 218014 files and directories currently installed.)
Preparing to unpack .../libfuse2_2.9.9-5ubuntu3_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ...
Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
mike@mike-Latitude-5540:~/Downloads/trezor$ ./Trezor-Suite-22.4.3-linux-x86_64.AppImage
bash: ./Trezor-Suite-22.4.3-linux-x86_64.AppImage: No such file or directory
mike@mike-Latitude-5540:~/Downloads/trezor$ 

as you can see im having a issue with the fuse portion. im on Ubuntu 22.04.5 LTS and i fallowed Download and verify the Trezor Suite desktop application and FUSE · AppImage/AppImageKit Wiki · GitHub

Hi @lacekim

Thank you for sharing the log.

I can see that in the last step, you are using the wrong filename to start Trezor Suite. Since you’ve downloaded a newer version, the command should be:

./Trezor-Suite-24.9.2-linux-x86_64.AppImage

On Ubuntu, Debian, and some other distributions, you may also receive an error regarding sandboxing. If that happens, you can run the command like this:

./Trezor-Suite-24.9.2-linux-x86_64.AppImage --no-sandbox

Additionally, it is likely that your Trezor device will not be detected by the operating system due to missing udev rules. You can install the .deb package from our website here:

Or manually by running this command:
sudo curl https://data.trezor.io/udev/51-trezor.rules -o /etc/udev/rules.d/51-trezor.rules