install-info
Standalone GNU Info documentation browser
Install
- All systems
-
curl cmd.cat/install-info.sh
- Debian
-
apt-get install install-info
- Ubuntu
-
apt-get install install-info
- Arch Linux
-
pacman -S install-info
- Kali Linux
-
apt-get install install-info
- CentOS
-
yum install info
- Fedora
-
dnf install info
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install install-info
- Raspbian
-
apt-get install install-info
- Dockerfile
- dockerfile.run/install-info
info
Standalone GNU Info documentation browser
The Info file format is an easily-parsable representation for online documents. This program allows you to view Info documents, like the ones stored in /usr/share/info. Much of the software in Debian comes with its online documentation in the form of Info files, so it is most likely you will want to install it.
install-info
Manage installed documentation in info format
The install-info utility creates the index of all installed documentation in info format and makes it available to info readers.
texinfo
Documentation system for on-line information and printed output
Texinfo is a documentation system that uses a single source file to produce both on-line information and printed output. Using Texinfo, you can create a printed document with the normal features of a book, including chapters, sections, cross references, and indices. From the same Texinfo source file, you can create a menu-driven, on-line Info file with nodes, menus, cross references, and indices.
dpkg
Debian package management system
This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. For Debian package development tools, install dpkg-dev.