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 / arp-installed.frecklet
Size: Mime:
doc:
  short_help: Install the arp package.
  help: |
    Install the arp network scanning utility.
  examples:
  - title: Install the arp package.
    desc: |
      This uses the default system manager to install the package.
    vars: {}

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: arp
      pkg_mgr: '{{:: pkg_mgr ::}}'
      pkgs:
        ubuntu: arp-scan
        debian: network-tools
        default: arp-scan