> For the complete documentation index, see [llms.txt](https://sysinfo.onepub.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sysinfo.onepub.dev/reference/sysinfo/operatingsystemversion.md).

# operatingSystemVersion

### operatingSystemVersion

Provides the name of your operating system.

The operating system version will depend on your operating system.

Possible Values:

* Linux 22.04

### Example:

```dart
import "package:system_info2/system_info2.dart";

print("Operating System version          : ${SysInfo.operatingSystemVersion}");
```

{% hint style="info" %}
Please help expand the list of examples by raising an issue with examples on the [onpub.dev github site](https://github.com/onepub-dev/system_info).
{% endhint %}
