docs-general/docs/eon/quickstart.md
2024-11-01 01:54:55 -05:00

1.4 KiB

sidebar_position sidebar_label
2 Quickstart

Eon Quickstart

Jump right into using the package manager with this short, simple guide.

Commands:

Help

To display help information:

eon help

Install

To install a package:

eon install <package-name>

List

Usage: eon list (repo/local)

:::warning Choose either repo or local, you cannot list both at the same time. :::

  • repo: lists packages available in repositories.
  • local: lists installed packages.

To list all available packages:

eon list (repo/local)

Info

Usage: eon info <package> (repo/local) <repository>

Package: The package you want information about Repo/Local: Whether to use the local or repostiory database Repository: ??? (Do not use, unknown)

To get information about a specific package:

eon info <package> [(repo/local)] [<repository>]

Remove

Simply uninstalls/removes a package.

To remove a package:

eon remove <package-name>

Clean

Used to remove all the unused packages that were not manually installed or depended on by another package.

To clean remove unused dependencies:

eon clean

Repo

Sub-commands:

  • add <packageUrl>: adds a repository.
  • del <name>: removes a repository.
  • list: lists repositories.

To manage repositories:

eon repo (add/del/list) [...options]