I’d like know how to install Pan?
I would suggest reading the documentation about installing software: Installing and Managing Applications - Bazzite Documentation . Since Pan doesn’t have a Flatpak, distrobox would be the best way:
distrobox create --image ubuntu:24.04 --name ubuntu
distrobox enter ubuntu
sudo apt-get update
sudo apt-get install pan
# Run directly
pan
# or, export to host
distrobox-export --app pan
@ledif thanks for the Installing and Managing, I’ll have a look at it.