mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 20:55:59 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/linux/lure
Normal file
41
tldr/linux/lure
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lure
|
||||
|
||||
> A distro-agnostic build system and user repository for Linux.
|
||||
> More information: <https://github.com/lure-sh/lure/blob/master/docs/usage.md>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user