How To Install libgm2-15-hppa-cross on Ubuntu 20.04

In this tutorial we learn how to install libgm2-15-hppa-cross on Ubuntu 20.04. libgm2-15-hppa-cross is GNU Modula-2 standard library (runtime library) GNU Modula-2 standard library (runtime library) GNU Modula-2 standard library (runtime library)

Introduction

In this tutorial we learn how to install libgm2-15-hppa-cross on Ubuntu 20.04.

What is libgm2-15-hppa-cross

libgm2-15-hppa-cross is:

This is the GNU Modula-2 standard library that comes with the gm2 compiler.

Package: libgm2-15-hppa-cross Architecture: all Version: 10.2.0-5ubuntu1~20.04cross1 Built-Using: gcc-10 (= 10.2.0-5ubuntu1~20.04) Priority: optional Section: universe/devel Source: gcc-10-cross-ports (5ubuntu2) Origin: Ubuntu Maintainer: Ubuntu Core developers [email protected] Original-Maintainer: Debian GCC Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 612 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), libc6-hppa-cross (>= 2.31) Filename: pool/universe/g/gcc-10-cross-ports/libgm2-15-hppa-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 147568 MD5sum: cb5ce5b87cce9863bb2097a6b1ad2db1 SHA1: ec32a988848475306a4d6b8369eee0a7e142ef80 SHA256: e5c8e1c5aa416f2b47581a504b29e6c17100393eb17a6efcbc0da01152f7089d SHA512: 8156f3416eaaac376636c67f7deea684df7fa75eb45436b23bb8ba9fc4f66bf9decf92af9637a8130ddbc0541879a8a53915042796f6c9b8bcd6a5ef3ee43239 Homepage: http://gcc.gnu.org/ Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler.

Package: libgm2-15-hppa-cross Architecture: all Version: 10-20200411-0ubuntu1cross1 Built-Using: gcc-10 (= 10-20200411-0ubuntu1) Priority: optional Section: universe/devel Source: gcc-10-cross-ports (5ubuntu1) Origin: Ubuntu Maintainer: Ubuntu Core developers [email protected] Original-Maintainer: Debian GCC Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 612 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), libc6-hppa-cross (>= 2.31) Filename: pool/universe/g/gcc-10-cross-ports/libgm2-15-hppa-cross_10-20200411-0ubuntu1cross1_all.deb Size: 146644 MD5sum: b819d2113545c89e941944af461fe13b SHA1: fe79de2b9eea27c9fe4d2d3352de2c06786acb79 SHA256: 3d8c243ea009ad90a9b17410e0d1aabf2df3fa6f052c66a11d1350c214e2605e Homepage: http://gcc.gnu.org/ Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler.

There are three methods to install libgm2-15-hppa-cross on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libgm2-15-hppa-cross Using apt-get

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

sudo apt-get update

After updating apt database, We can install libgm2-15-hppa-cross using apt-get by running the following command:

sudo apt-get -y install libgm2-15-hppa-cross

Install libgm2-15-hppa-cross Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libgm2-15-hppa-cross using apt by running the following command:

sudo apt -y install libgm2-15-hppa-cross

Install libgm2-15-hppa-cross 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 Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libgm2-15-hppa-cross using aptitude by running the following command:

sudo aptitude -y install libgm2-15-hppa-cross

How To Uninstall libgm2-15-hppa-cross on Ubuntu 20.04

To uninstall only the libgm2-15-hppa-cross package we can use the following command:

sudo apt-get remove libgm2-15-hppa-cross

Uninstall libgm2-15-hppa-cross And Its Dependencies

To uninstall libgm2-15-hppa-cross and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libgm2-15-hppa-cross

Remove libgm2-15-hppa-cross Configurations and Data

To remove libgm2-15-hppa-cross configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libgm2-15-hppa-cross

Remove libgm2-15-hppa-cross configuration, data, and all of its dependencies

We can use the following command to remove libgm2-15-hppa-cross configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libgm2-15-hppa-cross

References

Summary

In this tutorial we learn how to install libgm2-15-hppa-cross package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.