Gemini/public/ru/notes/unix/openbsd-install-pkg-from-di...

25 lines
654 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenBSD - установка пакетов с диска
## Курим руководство
Написано, `pkg_add` устанавливает пакеты с источника, который можно задать следующими способами
- `/etc/installurl`
- `export PKG_PATH`
## Ок, погнали
Монтируем флешку с пакетами или переходим в любой другой каталог
```
cd /mnt/OpenBSD/pkg/
```
Устанавливаем переменную окружения
```
export PKG_PATH=./
```
Устанавливаем пакет
```
pkg_add crystal
```
Готово