Skip to content

rarlab.com

A package from rarlab.com

Package Information

  • Domain: rarlab.com
  • Name: rarlab.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install unrar

Programs

This package provides the following executable programs:

  • unrar

Aliases

This package can also be accessed using these aliases:

  • unrar

Available Versions

Show all 20 versions
  • 7.1.7, 7.1.6, 7.1.5, 7.1.4, 7.1.2
  • 7.1.1, 7.0.9, 7.0.8, 7.0.7, 7.0.6
  • 7.0.5, 7.0.4, 7.0.3, 7.0.2, 7.0.1
  • 6.2.12, 6.2.11, 6.2.10, 6.2.9, 6.2.8

Latest Version: 7.1.7

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +rarlab.com@7.1.7 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.rarlabcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.