mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-24 09:17:42 +00:00
As we auto-generate the reference docs for 15.0, but not 14.0, let's just copy the version 15 docs into 14 so we have them available online. Query: are the docs accurate for 14.0 or have options changed?
64 lines
1.4 KiB
Markdown
64 lines
1.4 KiB
Markdown
---
|
|
title: km-package-install
|
|
---
|
|
<!-- DO NOT MODIFY THIS FILE! It was generated by help2md 1.48.4. -->
|
|
## Summary
|
|
|
|
Install a Keyman keyboard package
|
|
## Syntax
|
|
|
|
```bash
|
|
km-package-install [-h] [-s] [-f KMPFILE] [-p PACKAGE] [--version] [-v] [-vv]
|
|
```
|
|
|
|
### Parameters
|
|
|
|
`-h`, `--help` <br>
|
|
__optional__ <br>
|
|
show this help message and exit
|
|
|
|
`-s`, `--shared` <br>
|
|
__optional__ <br>
|
|
Install to shared area `/usr/local`
|
|
|
|
`-f KMPFILE`, `--file KMPFILE` <br>
|
|
__optional__ <br>
|
|
Keyman kmp file
|
|
|
|
`-p PACKAGE`, `--package PACKAGE` <br>
|
|
__optional__ <br>
|
|
Keyman package id
|
|
|
|
`--version` <br>
|
|
__optional__ <br>
|
|
show program's version number and exit
|
|
|
|
`-v`, `--verbose` <br>
|
|
__optional__ <br>
|
|
verbose logging
|
|
|
|
`-vv`, `--veryverbose` <br>
|
|
__optional__ <br>
|
|
very verbose logging
|
|
|
|
## Description
|
|
|
|
Install a Keyman keyboard package, either a local .kmp file or specify a
|
|
keyboard id to download and install
|
|
## Tab completion
|
|
|
|
|
|
You may use tab completion to find keyboard packages to install.
|
|
The list comes from the network so there may be a small delay before
|
|
tab completion will work the first time you use it.
|
|
The list of packages is cached for one week.
|
|
|
|
The list is the full list including keyboards that do not work on
|
|
Linux, so they won't necessarily install.
|
|
## See also
|
|
|
|
- [`km-config`](km-config)
|
|
<br>
|
|
- [`km-package-list-installed`](km-package-list-installed)
|
|
<br>
|
|
- [`km-package-uninstall`](km-package-uninstall)
|