Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycklets / resources / frecklet / nmap-installed.frecklet
Size: Mime:
doc:
  short_help: Install the sshpass package.
  help: |
    Install the '[nmap](https://nmap.org) network scanning utility.

  furter_reading:
    nmap homepage: https://nmap.org
  examples:
  - title: Install the package that contains the 'nmap' executable.
    desc: |
      This uses the default system manager to install the package.
args:
  pkg_mgr:
    doc:
      short_help: the package manager to use
    type: string
    default: auto
    required: false
    cli:
      metavar: PKG-MGR

meta:
  is_interface: true
  tags:
  - nmap
  - install
  - pkg

frecklets:

- packages-installed:
    packages:
    - name: nmap
      pkg_mgr: '{{:: pkg_mgr ::}}'