install
Использование
install [-h] [--to_file] [-w] [-a] [-l] [-r] [-f] [-n] package [package ...]
Описание
Устанавливает пакеты из репозитория.
Аргументы
- package- Names of packages to install
- --to_file- Redirect output to file (/tmp/cli-stdout.txt).
- -w,- --wait Wait for USB key inserting and trying to automatically find and install file from it
- -a,- --autocreate Using with --wait. Create FAT32 filesystem on drive (ERASING ALL EXISTING DATA)
- -l,- --local Local operation. All data transfer is via removable storage.
- -r,- --reinstall Try to reinstall existing package even if it is already installed with actual version.
- -f,- --fix-broken Try to install package and repair it if it is broken.
- -n,- --no-update Skips APT bases update step. Use only if you are absolutely sure that you have actual state of APT bases!
Примеры использования
- install nmap
- install --reinstall grafana