Method GetLinuxFlavor
GetLinuxFlavor()
Determines the Linux flavor used by the current system.
public static string GetLinuxFlavor()
Returns
- string
A string representing the Linux flavor. Returns
muslif the system uses musl libc; otherwise, returnsglibc.