How To Install libgcc-10-dev-hppa-cross on Ubuntu 20.04

In this tutorial we learn how to install libgcc-10-dev-hppa-cross on Ubuntu 20.04. libgcc-10-dev-hppa-cross is GCC support library (development files) GCC support library (development files) GCC support library (development files)

Introduction

In this tutorial we learn how to install libgcc-10-dev-hppa-cross on Ubuntu 20.04.

What is libgcc-10-dev-hppa-cross

libgcc-10-dev-hppa-cross is:

This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

Package: libgcc-10-dev-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/libdevel 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: 876 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), libgcc-s4-hppa-cross (>= 10.2.0-5ubuntu1~20.04cross1), libgomp1-hppa-cross (>= 10.2.0-5ubuntu1~20.04cross1), libatomic1-hppa-cross (>= 10.2.0-5ubuntu1~20.04cross1) Recommends: libc6-dev-hppa-cross (>= 2.13-0ubuntu6) Filename: pool/universe/g/gcc-10-cross-ports/libgcc-10-dev-hppa-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 204228 MD5sum: 0bf1524f7f0c972159f9e720b4e90be1 SHA1: dade92d7250f1574741023af0d4a3a0538d881ee SHA256: 47b4464a6350d1439c99f0c2f11c60b2956f1d421082c34e4bfb751c7d985548 SHA512: 9256f286933179b5b8f4b6e33612731c2e530f235ac8da487860d9645ba1c81991ca6e22237fd953765a9a5f062abb308ae572df780f0a379c49674a44caa967 Homepage: http://gcc.gnu.org/ Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

Package: libgcc-10-dev-hppa-cross Architecture: all Version: 10-20200411-0ubuntu1cross1 Built-Using: gcc-10 (= 10-20200411-0ubuntu1) Priority: optional Section: universe/libdevel 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: 872 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), libgcc-s4-hppa-cross (>= 10-20200411-0ubuntu1cross1), libgomp1-hppa-cross (>= 10-20200411-0ubuntu1cross1), libatomic1-hppa-cross (>= 10-20200411-0ubuntu1cross1) Recommends: libc6-dev-hppa-cross (>= 2.13-0ubuntu6) Filename: pool/universe/g/gcc-10-cross-ports/libgcc-10-dev-hppa-cross_10-20200411-0ubuntu1cross1_all.deb Size: 203496 MD5sum: 556b11769f1871614acd80449b15af91 SHA1: f20d29c2bf8c3dd42a8a4b3301e9eb703eee05b5 SHA256: 83ce39d0caec1918bf9f07c80ac47414d1958679491b72efd7dee3f5f2036304 Homepage: http://gcc.gnu.org/ Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

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

sudo apt-get -y install libgcc-10-dev-hppa-cross

Install libgcc-10-dev-hppa-cross Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libgcc-10-dev-hppa-cross using apt by running the following command:

sudo apt -y install libgcc-10-dev-hppa-cross

Install libgcc-10-dev-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 libgcc-10-dev-hppa-cross using aptitude by running the following command:

sudo aptitude -y install libgcc-10-dev-hppa-cross

How To Uninstall libgcc-10-dev-hppa-cross on Ubuntu 20.04

To uninstall only the libgcc-10-dev-hppa-cross package we can use the following command:

sudo apt-get remove libgcc-10-dev-hppa-cross

Uninstall libgcc-10-dev-hppa-cross And Its Dependencies

To uninstall libgcc-10-dev-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 libgcc-10-dev-hppa-cross

Remove libgcc-10-dev-hppa-cross Configurations and Data

To remove libgcc-10-dev-hppa-cross configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libgcc-10-dev-hppa-cross

Remove libgcc-10-dev-hppa-cross configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libgcc-10-dev-hppa-cross

References

Summary

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