How To Install libgtkmathview0c2a on Debian 10
Introduction
In this tutorial we learn how to install libgtkmathview0c2a
on Debian 10.
What is libgtkmathview0c2a
libgtkmathview0c2a is:
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 include the shared library.
There are three methods to install libgtkmathview0c2a
on Debian 10. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libgtkmathview0c2a Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install libgtkmathview0c2a
using apt-get
by running the following command:
sudo apt-get -y install libgtkmathview0c2a
Install libgtkmathview0c2a Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libgtkmathview0c2a
using apt
by running the following command:
sudo apt -y install libgtkmathview0c2a
Install libgtkmathview0c2a Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude
using the following command.
sudo aptitude update
After updating apt database, We can install libgtkmathview0c2a
using aptitude
by running the following command:
sudo aptitude -y install libgtkmathview0c2a
How To Uninstall libgtkmathview0c2a on Debian 10
To uninstall only the libgtkmathview0c2a
package we can use the following command:
sudo apt-get remove libgtkmathview0c2a
Uninstall libgtkmathview0c2a And Its Dependencies
To uninstall libgtkmathview0c2a
and its dependencies that are no longer needed by Debian 10, we can use the command below:
sudo apt-get -y autoremove libgtkmathview0c2a
Remove libgtkmathview0c2a Configurations and Data
To remove libgtkmathview0c2a
configuration and data from Debian 10 we can use the following command:
sudo apt-get -y purge libgtkmathview0c2a
Remove libgtkmathview0c2a configuration, data, and all of its dependencies
We can use the following command to remove libgtkmathview0c2a
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libgtkmathview0c2a
Dependencies
libgtkmathview0c2a have the following dependencies:
References
Summary
In this tutorial we learn how to install libgtkmathview0c2a
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.