raspberry pi – Mission Planner on Raspi Pi5

I’ve downloaded Mission Planner on my Raspberry Pi 5 both the official way of using mono and installing the application from PI-App, but when I try to open it, I get the following error, does anyone know how to fix this? Please let me know

enter image description here

An error has occurred
System.TypeInitializationException: The type initializer for 'SkiaSharp.SKObject' threw an exception.
 ---> System.InvalidOperationException: The version of the native libSkiaSharp library (80.2) is incompatible with this version of SkiaSharp.
Supported versions of the native libSkiaSharp library are in the range [88.1, 89.0].

   at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(System.Version minSupported,
   System.Version current, System.Boolean throwIfIncompatible)
   at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(System.Boolean throwIfIncompatible)
   at SkiaSharp.SKObject..cctor()
   --- End of inner exception stack trace ---
   at SkiaSharp.SKSurface.Dispose(Boolean disposing)
   at SkiaSharp.SKSurface.Finalize()"

Read more here: Source link