#[non_exhaustive]pub enum Type {
Show 47 variants
AIX,
AlmaLinux,
Alpaquita,
Alpine,
Amazon,
Android,
Arch,
Artix,
CentOS,
Debian,
DragonFly,
Emscripten,
EndeavourOS,
Fedora,
FreeBSD,
Garuda,
Gentoo,
HardenedBSD,
Illumos,
Kali,
Linux,
Mabox,
Macos,
Manjaro,
Mariner,
MidnightBSD,
Mint,
NetBSD,
NixOS,
OpenBSD,
OpenCloudOS,
openEuler,
openSUSE,
OracleLinux,
Pop,
Raspbian,
Redhat,
RedHatEnterprise,
Redox,
RockyLinux,
Solus,
SUSE,
Ubuntu,
Ultramarine,
Void,
Unknown,
Windows,
}
Expand description
A list of supported operating system types.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AIX
IBM AIX (https://en.wikipedia.org/wiki/IBM_AIX).
AlmaLinux
AlmaLinux (https://en.wikipedia.org/wiki/AlmaLinux).
Alpaquita
Alpaquita Linux (https://bell-sw.com/alpaquita-linux/).
Alpine
Alpine Linux (https://en.wikipedia.org/wiki/Alpine_Linux).
Amazon
Amazon Linux AMI (https://en.wikipedia.org/wiki/Amazon_Machine_Image#Amazon_Linux_AMI).
Android
Arch
Arch Linux (https://en.wikipedia.org/wiki/Arch_Linux).
Artix
Artix Linux (https://en.wikipedia.org/wiki/Artix_Linux).
CentOS
CentOS (https://en.wikipedia.org/wiki/CentOS).
Debian
Debian (https://en.wikipedia.org/wiki/Debian).
DragonFly
DragonFly BSD (https://en.wikipedia.org/wiki/DragonFly_BSD).
Emscripten
Emscripten (https://en.wikipedia.org/wiki/Emscripten).
EndeavourOS
EndeavourOS (https://en.wikipedia.org/wiki/EndeavourOS).
Fedora
FreeBSD
FreeBSD (https://en.wikipedia.org/wiki/FreeBSD).
Garuda
Garuda Linux (https://en.wikipedia.org/wiki/Garuda_Linux)
Gentoo
Gentoo Linux (https://en.wikipedia.org/wiki/Gentoo_Linux).
HardenedBSD
HardenedBSD (https://hardenedbsd.org/).
Illumos
Illumos (https://en.wikipedia.org/wiki/Illumos).
Kali
Kali Linux (https://en.wikipedia.org/wiki/Kali_Linux).
Linux
Linux based operating system (https://en.wikipedia.org/wiki/Linux).
Mabox
Mabox (https://maboxlinux.org/).
Macos
Mac OS X/OS X/macOS (https://en.wikipedia.org/wiki/MacOS).
Manjaro
Manjaro (https://en.wikipedia.org/wiki/Manjaro).
Mariner
Mariner (https://en.wikipedia.org/wiki/CBL-Mariner).
MidnightBSD
MidnightBSD (https://en.wikipedia.org/wiki/MidnightBSD).
Mint
NetBSD
NetBSD (https://en.wikipedia.org/wiki/NetBSD).
NixOS
NixOS (https://en.wikipedia.org/wiki/NixOS).
OpenBSD
OpenBSD (https://en.wikipedia.org/wiki/OpenBSD).
OpenCloudOS
OpenCloudOS (https://www.opencloudos.org).
openEuler
openEuler (https://en.wikipedia.org/wiki/EulerOS).
openSUSE
openSUSE (https://en.wikipedia.org/wiki/OpenSUSE).
OracleLinux
Oracle Linux (https://en.wikipedia.org/wiki/Oracle_Linux).
Pop
Pop!_OS (https://en.wikipedia.org/wiki/Pop!_OS)
Raspbian
Raspberry Pi OS (https://en.wikipedia.org/wiki/Raspberry_Pi_OS).
Redhat
Red Hat Linux (https://en.wikipedia.org/wiki/Red_Hat_Linux).
RedHatEnterprise
Red Hat Enterprise Linux (https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux).
Redox
RockyLinux
Rocky Linux (https://en.wikipedia.org/wiki/Rocky_Linux).
Solus
SUSE
SUSE Linux Enterprise Server (https://en.wikipedia.org/wiki/SUSE_Linux_Enterprise).
Ubuntu
Ultramarine
Ultramarine (https://ultramarine-linux.org/).
Void
Void Linux (https://en.wikipedia.org/wiki/Void_Linux).
Unknown
Unknown operating system.