How To Install libgo16-alpha-cross on Ubuntu 20.04

In this tutorial we learn how to install libgo16-alpha-cross on Ubuntu 20.04. libgo16-alpha-cross is Runtime library for GNU Go applications Runtime library for GNU Go applications Runtime library for GNU Go applications

Introduction

In this tutorial we learn how to install libgo16-alpha-cross on Ubuntu 20.04.

What is libgo16-alpha-cross

libgo16-alpha-cross is:

Library needed for GNU Go applications linked against the shared library.

Package: libgo16-alpha-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: 52478 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), libc6.1-alpha-cross (>= 2.31), libgcc-s1-alpha-cross (>= 4.2) Filename: pool/universe/g/gcc-10-cross-ports/libgo16-alpha-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 10609452 MD5sum: 93bbc764f67c83761048f5ce199aaee7 SHA1: 2c65a2e1e7e48652c2c1d06d4c79853336539eb3 SHA256: 9c8448ed3e1094ccde4e46462888e293c490a61119be692a1d2293d0882472f2 SHA512: 57b3d8611cb1d10704626bfde3a4f536394b19ebf9678e2145d0ab50c2247ef38224b68a88b2f85c651f9793382fe18763439d9e830c3b44acdcf79fd5bd5dc8 Homepage: http://gcc.gnu.org/ Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library.

Package: libgo16-alpha-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: 52486 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), libc6.1-alpha-cross (>= 2.31), libgcc-s1-alpha-cross (>= 4.2) Filename: pool/universe/g/gcc-10-cross-ports/libgo16-alpha-cross_10-20200411-0ubuntu1cross1_all.deb Size: 10616240 MD5sum: 6ee2c6a42b3682ef1e55b350d8d060e9 SHA1: 4fd8fc59d4c70afea1a8124108f27f297c3be359 SHA256: 787418752784dfed6e428f0dc1f01319e94296554c57f695408cf5eb0eb5f9e5 Homepage: http://gcc.gnu.org/ Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library.

There are three methods to install libgo16-alpha-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 libgo16-alpha-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 libgo16-alpha-cross using apt-get by running the following command:

sudo apt-get -y install libgo16-alpha-cross

Install libgo16-alpha-cross Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libgo16-alpha-cross using apt by running the following command:

sudo apt -y install libgo16-alpha-cross

Install libgo16-alpha-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 libgo16-alpha-cross using aptitude by running the following command:

sudo aptitude -y install libgo16-alpha-cross

How To Uninstall libgo16-alpha-cross on Ubuntu 20.04

To uninstall only the libgo16-alpha-cross package we can use the following command:

sudo apt-get remove libgo16-alpha-cross

Uninstall libgo16-alpha-cross And Its Dependencies

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

sudo apt-get -y autoremove libgo16-alpha-cross

Remove libgo16-alpha-cross Configurations and Data

To remove libgo16-alpha-cross configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libgo16-alpha-cross

Remove libgo16-alpha-cross configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libgo16-alpha-cross

References

Summary

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