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

In this tutorial we learn how to install libgm2-15-m68k-cross on Ubuntu 20.04. libgm2-15-m68k-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-m68k-cross on Ubuntu 20.04.

What is libgm2-15-m68k-cross

libgm2-15-m68k-cross is:

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

Package: libgm2-15-m68k-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: 456 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), libc6-m68k-cross (>= 2.31) Filename: pool/universe/g/gcc-10-cross-ports/libgm2-15-m68k-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 129296 MD5sum: 3c618d866d02271f813c2f69868bebf1 SHA1: 482523a172c63e568270475f29a314cb25b5b6a0 SHA256: 04bd812fb3e4f1450bfae5dac16a689fe97a83e05293e89defaa0d1ca9d4212b SHA512: 289cc6504b6ac54c7083179c6a2dba6452de92553a9bce6cec62089f906e4cb55b7bfdcb2deac04f7eb64434f5259c95996cb2cde8982ab84931edc6f938dde6 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-m68k-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: 456 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), libc6-m68k-cross (>= 2.31) Filename: pool/universe/g/gcc-10-cross-ports/libgm2-15-m68k-cross_10-20200411-0ubuntu1cross1_all.deb Size: 128540 MD5sum: 50ce7dfa9f7bb69cd1da42e7c8b80e21 SHA1: 1b8cfa01926176ca3e318f122fa9a8e213353130 SHA256: b07260732c3f5d9e5b34e21c46da72b792a058e3149b757a36fc72233ea08ee0 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-m68k-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-m68k-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-m68k-cross using apt-get by running the following command:

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

Install libgm2-15-m68k-cross Using apt

Update apt database with apt using the following command.

sudo apt update

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

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

Install libgm2-15-m68k-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-m68k-cross using aptitude by running the following command:

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

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

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

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

Uninstall libgm2-15-m68k-cross And Its Dependencies

To uninstall libgm2-15-m68k-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-m68k-cross

Remove libgm2-15-m68k-cross Configurations and Data

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

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

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

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

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

References

Summary

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