How To Install fis-gtm-6.3-000a on Debian 9

In this tutorial we learn how to install fis-gtm-6.3-000a on Debian 9. fis-gtm-6.3-000a is package for FIS-GT.M database

Introduction

In this tutorial we learn how to install fis-gtm-6.3-000a on Debian 9.

What is fis-gtm-6.3-000a

fis-gtm-6.3-000a is:

GT.M is a database engine with scalability proven in large real-time transaction processing systems that have thousands of concurrent users, individual database file sizes to the Terabyte range (with virtually unlimited aggregate database sizes). Yet the light footprint of GT.M allows it to also scale down for use in small applications and software appliances (virtual machines).

The GT.M data model is hierarchical associative memory (i.e., multi-dimensional array) that imposes no restrictions on the data types of the indexes or content - the application logic can impose any schema, dictionary or data organization suited to its problem domain. (Database engines that do not impose schemas, but which allow layered application software to impose and use whatever schema that is appropriate to the application are popularly referred to as “document oriented”, “schemaless” or “schema-free” databases.)

GT.M’s compiler for the standard M (also known as MUMPS) scripting language implements full support for ACID (Atomic, Consistent, Isolated, Durable) transactions, using optimistic concurrency control and software transactional memory (STM) that resolves the common mismatch between databases and programming languages. Its unique ability to create and deploy logical multi-site configurations of applications provides unrivaled continuity of business in the face of not just unplanned events, but also planned events, including planned events that include changes to application logic and schema.

There are three methods to install fis-gtm-6.3-000a on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install fis-gtm-6.3-000a Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install fis-gtm-6.3-000a using apt-get by running the following command:

sudo apt-get -y install fis-gtm-6.3-000a

Install fis-gtm-6.3-000a Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install fis-gtm-6.3-000a using apt by running the following command:

sudo apt -y install fis-gtm-6.3-000a

Install fis-gtm-6.3-000a 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 fis-gtm-6.3-000a using aptitude by running the following command:

sudo aptitude -y install fis-gtm-6.3-000a

How To Uninstall fis-gtm-6.3-000a on Debian 9

To uninstall only the fis-gtm-6.3-000a package we can use the following command:

sudo apt-get remove fis-gtm-6.3-000a

Uninstall fis-gtm-6.3-000a And Its Dependencies

To uninstall fis-gtm-6.3-000a and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove fis-gtm-6.3-000a

Remove fis-gtm-6.3-000a Configurations and Data

To remove fis-gtm-6.3-000a configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge fis-gtm-6.3-000a

Remove fis-gtm-6.3-000a configuration, data, and all of its dependencies

We can use the following command to remove fis-gtm-6.3-000a configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge fis-gtm-6.3-000a

Dependencies

fis-gtm-6.3-000a have the following dependencies:

References

Summary

In this tutorial we learn how to install fis-gtm-6.3-000a package on Debian 9 using different package management tools: apt, apt-get and aptitude.