How to Install and Uninstall c++-annotations Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "c++-annotations" package

Here is a brief guide to show you how to install c++-annotations on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install c++-annotations

2. Uninstall "c++-annotations" package

Please follow the step by step instructions below to uninstall c++-annotations on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove c++-annotations $ sudo apt autoclean && sudo apt autoremove

3. Information about the c++-annotations package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: c++-annotations
Priority: optional
Section: universe/devel
Installed-Size: 873
Maintainer: Ubuntu Developers
Original-Maintainer: Frank B. Brokken
Architecture: all
Version: 10.5.0-1
Depends: c++-annotations-html, c++-annotations-txt, c++-annotations-latex, c++-annotations-pdf, c++-annotations-ps, c++-annotations-dvi, c++-annotations-contrib
Suggests: bisonc++
Filename: pool/universe/c/c++-annotations/c++-annotations_10.5.0-1_all.deb
Size: 124364
MD5sum: a94d8c6b123472387ad47fea6bc87ef2
SHA1: 1a539243172a50fa7909cf09224c5fa3c5f0b56e
SHA256: 6ab211929bce9cf718624df90c1875bd551f806a2d71049a1c1ec9f392add323
Description-en: Extensive tutorial and documentation about C++
The C++ Annotations offer an extensive tutorial about the C++ programming
language. It can be used as a textbook for C/C++ programming courses.
.
This document is intended for knowledgeable users of C (or any other language
using a C-like grammar, like Perl or Java) who would like to know more about,
or make the transition to, C++. This document is the main textbook for
Frank's C++ programming courses, which are yearly organized at the University
of Groningen, the Netherlands.
.
The C++ Annotations do not cover all aspects of C++, though. In particular,
C++'s basic grammar, which is, for all practical purposes, equal to C's
grammar, is not covered. For this part of the C++ language, the reader should
consult other texts, like a book covering the C programming language.
.
This package installs C++ Annotations packages for all available formats,
including:
- plain ascii text
- LaTeX (including a .dvi file)
- PostScript
- pdf
- html
The postscript, pdf and LaTeX formats were constructed for two different
paper-sizes: A4 and legal.
.
If you do not require all of the available formats, you may prefer to
install one or more of the following c++-annotations-{format} packages
instead:
- c++-annotations-html
- c++-annotations-txt
- c++-annotations-latex
- c++-annotations-pdf
- c++-annotations-ps
- c++-annotations-dvi
Description-md5: 307bdab98fbfff8e8c317e5db7b60b53
Homepage: https://fbb-git.github.io/cppannotations/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu