NAME
Slaughter::Packages::openbsd - Abstractions for OpenBSD package management.
DESCRIPTION
This module contains code for dealing with system packages, using the system commands pkg_add
, pkg_info
, etc.
METHODS
Now follows documentation on the available methods.
new
Create a new instance of this object.
recognised
Does the local system match a known type?
isInstalled
Is the specified package installed?
installPackage
Install a package upon the local system.
removePackage
Remove the specified package.
AUTHOR
Steve Kemp <steve@steve.org.uk>
LICENSE
Copyright (c) 2010-2015 by Steve Kemp. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.