System Grab Bag

View all TLDR pages from Linux (or from all pages)

tic

Compile terminfo and install for ncurses. More information: https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html.
  • Compile and install terminfo for a terminal:
    tic -xe {{terminal}} {{path/to/terminal.info}}
  • Check terminfo file for errors:
    tic -c {{path/to/terminal.info}}
  • Print database locations:
    tic -D

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.