pkgin - Package manager for SmartOS

Author:Shaun Zinck

Synopsis

New in version 1.0.

Manages SmartOS packages

Options

parameter required default choices comments
name yes
    name of package to install/remove
    state no present
    • present
    • absent
    state of the package

    Examples


    # install package foo"
    - pkgin: name=foo state=present
    
    # remove package foo
    - pkgin: name=foo state=absent
    
    # remove packages foo and bar
    - pkgin: name=foo,bar state=absent

    Table Of Contents

    Previous topic

    pip - Manages Python library dependencies.

    Next topic

    pkgng - Package manager for FreeBSD >= 9.0