packagekit 0.1.0 copy "packagekit: ^0.1.0" to clipboard
packagekit: ^0.1.0 copied to clipboard

outdated

Provides a client to connect to PackageKit - the service that enables installation and removal of software packages on Linux.

Pub Package

Provides a client to connect to PackageKit - the service that enables installation and removal of software packages on Linux.

import 'package:packagekit/packagekit.dart';

var client = PackageKitClient();
await client.connect();
print('Server version: ${client.versionMajor}.${client.versionMinor}.${client.versionMicro}');
print('Backend: ${client.backendDescription} (${client.backendName})');
print('Supported MIME types: ${client.mimeTypes.join(', ')}');
await client.close();

Contributing to packagekit.dart #

We welcome contributions! See the contribution guide for more details.

8
likes
0
pub points
63%
popularity

Publisher

verified publishercanonical.com

Provides a client to connect to PackageKit - the service that enables installation and removal of software packages on Linux.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on packagekit