I didn't think playing BluRay on Linux was doable, yet I got it working!
I used the script `aacsdb-update.sh` to download the VUK for known BluRay disks.
https://gist.github.com/CPT-GrayWolf/c26446298bc769238b349165a051e4b1
Plus, I installed the aacs packages.
``` sudo dnf install libaacs-utils libaacs-devel ```
# This allows Blu-Ray disks who's VUK is known # to be played on systems using libaacs
Then, I set `JAVA_HOME` environment variable for my system.
``` export JAVA_HOME=/usr/lib/jvm/java-21 ```
Then I launched vlc and opened the disk (Top Gun) at /dev/sr0. It's title is in the VUK database.
It plays!
More info on BluRay in Linux is available on the Arch site. https://wiki.archlinux.org/title/Blu-ray#Playback
Brian