How to Install and Uninstall libgtkmathview-bin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libgtkmathview-bin" package

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

$ sudo apt update $ sudo apt install libgtkmathview-bin

2. Uninstall "libgtkmathview-bin" package

This tutorial shows how to uninstall libgtkmathview-bin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgtkmathview-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgtkmathview-bin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgtkmathview-bin
Priority: optional
Section: universe/misc
Installed-Size: 189
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: gtkmathview
Version: 0.8.0-13
Depends: libgtkmathview0c2a (= 0.8.0-13), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgdome2-0, libgdome2-cpp-smart0v5, libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpopt0 (>= 1.14), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Filename: pool/universe/g/gtkmathview/libgtkmathview-bin_0.8.0-13_amd64.deb
Size: 52880
MD5sum: 6ed79b60da3aee215a339216781a1ed9
SHA1: 202272d7c78227bf51ec6208722e2674f79b832e
SHA256: 6f5fa9143461a3514bf39e359f11910b5304d5ab4587cbc29d2447e85596e63c
Description-en: rendering engine for MathML documents
GtkMathView is a C++ rendering engine for MathML documents. It
provides an interactive view that can be used for browsing and
editing MathML markup.
.
GtkMathView reads MathML documents by means of a frontend whose
purpose is to traverse the MathML document (or part of it) and
to appropriately instantiate GtkMathView's internal data
structures that are suitable for rendering it. Currently the
following frontends are supported: libxml2 (tree view using
libxml2 API), libxml2 reader (event view using libxml2 reader
API), GMetaDOM (tree view using DOM API), custom
(application-specific view with application-provided callbacks).
.
GtkMathView renders MathML documents through a backend whose
purpose is to provide an interface between the portable
rendering engine and the platform-specific capabilities (like
retrieving fonts, drawing on the screen, and so on). Currently
the following backends are provided: GTK+, GTK+ widget,
PostScript, SVG, AbiWord.
.
This package includes utilities to view and render MathML
documents.
Description-md5: 6275317193bd3d2318829b619d0dc08f
Homepage: http://helm.cs.unibo.it/mml-widget/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu