How to Install and Uninstall lua-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "lua-doc" package

Please follow the guidance below to install lua-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-doc

2. Uninstall "lua-doc" package

Please follow the guidance below to uninstall lua-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-doc
Priority: optional
Section: universe/interpreters
Installed-Size: 117
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: all
Version: 3.0.1+gitdb9e868-1
Provides: lua5.1-doc
Depends: lua-filesystem, lua-logging
Filename: pool/universe/l/lua-doc/lua-doc_3.0.1+gitdb9e868-1_all.deb
Size: 19442
MD5sum: fb1e30a1fa021248bd03b87a1a51aa52
SHA1: 9f3fd0603804efe0f0177b70883a41af784125b2
SHA256: 87159d5595887b87b8b9a4a5643071ba403e1287ea4ff59f5992a3737155464c
Description-en: Documentation generator for lua
LuaDoc is a documentation generator tool for Lua source code.
It parses the declarations and documentation comments in a
set of Lua source files and produces a set of XHTML pages describing the
commented declarations and functions.
.
The output is not limited to XHTML. Other formats can be generated by
implementing new doclets. The format of the documentation comments
is also flexible and can be customized by implementing new
taglets.
.
This package also contains the documentation for luadoc, describing the
supported syntax and how to customize the tool input (taglets) and output
(doclets).
Description-md5: 6c412786e264ac54150c55be8c4148ba
Homepage: http://luadoc.luaforge.net
Lua-Versions: 5.1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu