Table of Contents

Class LinuxUtils

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains static methods and properties related to Linux.

public static class LinuxUtils
Inheritance
LinuxUtils

Properties

IsAndroid

Indicates whether the current application is running on Android.

IsUbuntu

Indicates whether the current application is running on Ubuntu.

UnameResult

Gets results of the "uname -s" call.

Methods

IsPackageInstalled(string)

Gets whether specific package is installed using dpkg utility.