commands.sh

lure

linux

A distro-agnostic build system and user repository for Linux.

More info →

Options (8)

boolean

Install a package

Example: lure {{[in|install]}} {{package}}
boolean

Remove a package

Example: lure {{[rm|remove]}} {{package}}
boolean

Update packages

Example: lure {{[up|upgrade]}}
boolean

List all available packages

Example: lure {{[ls|list]}}
boolean

Pull all repositories that have changed

Example: lure {{[ref|refresh]}}
boolean

Add a new repository

Example: lure {{[ar|addrepo]}} {{[-n|--name]}} {{repository_name}} --url {{repository_url}}
-n, --nameboolean

Add a new repository

Example: lure {{[ar|addrepo]}} {{[-n|--name]}} {{repository_name}} --url {{repository_url}}
boolean

Remove an existing repository

Example: lure {{[rr|removerepo]}} {{[-n|--name]}} {{repository_name}}

Examples (8)

Install a package

lure [in|install] package

Remove a package

lure [rm|remove] package

Update packages

lure [up|upgrade]

List all available packages

lure [ls|list]

Pull all repositories that have changed

lure [ref|refresh]

Add a new repository

lure [ar|addrepo] [-n|--name] repository_name --url repository_url

Remove an existing repository

lure [rr|removerepo] [-n|--name] repository_name

Build a package

lure build -s path/to/script
made by @shridhargupta | data from tldr-pages