How to Install and Uninstall cwebx Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "cwebx" package

This is a short guide on how to install cwebx on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cwebx

2. Uninstall "cwebx" package

This guide covers the steps necessary to uninstall cwebx on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cwebx $ sudo apt autoclean && sudo apt autoremove

3. Information about the cwebx package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cwebx
Priority: optional
Section: universe/devel
Installed-Size: 362
Maintainer: Ubuntu Developers
Original-Maintainer: Julian Gilbey
Architecture: amd64
Version: 3.52-2
Depends: libc6 (>= 2.14)
Recommends: gcc | c-compiler, texlive-base
Filename: pool/universe/c/cwebx/cwebx_3.52-2_amd64.deb
Size: 220620
MD5sum: 29d5607cb23b57fdc30a4fd7c473086b
SHA1: 9bcfc44dc02ad3c9cca6d05bdd26c14d18ef2118
SHA256: f938286e5777c7f0f865df58937916e083adf7ffcd497bf28909f564cc852f4c
Description-en: C/C++ literate programming system (Marc van Leeuwen's version)
This version is a complete rewrite of Levy & Knuth's version of CWEB.
It uses a slightly different syntax from the L&K version, but provides a
compatibility mode allowing L&K CWEB sources to be processed, producing
similar (though not necessarily identical) output.
.
CWEB allows you to write documents which can be used simultaneously as
C/C++ programs and as TeX documentation for them.
.
The philosophy behind CWEB is that programmers who want to provide the best
possible documentation for their programs need two things simultaneously: a
language like TeX for formatting, and a language like C for programming.
Neither type of language can provide the best documentation by itself. But
when both are appropriately combined, we obtain a system that is much more
useful than either language separately.
Description-md5: a0944bd4c1577dbc5a5c1ddca235756f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu