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

In this tutorial we learn how to install libgfortran-10-dev-hppa-cross on Ubuntu 20.04. libgfortran-10-dev-hppa-cross is Runtime library for GNU Fortran applications (development files) Runtime library for GNU Fortran applications (development files) Runtime library for GNU Fortran applications (development files)

Introduction

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

What is libgfortran-10-dev-hppa-cross

libgfortran-10-dev-hppa-cross is:

This package contains the headers and static library files needed to build GNU Fortran applications.

Package: libgfortran-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/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: 2213 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), libgcc-10-dev-hppa-cross (= 10.2.0-5ubuntu1~20.04cross1), libgfortran5-hppa-cross (>= 10.2.0-5ubuntu1~20.04cross1) Filename: pool/universe/g/gcc-10-cross-ports/libgfortran-10-dev-hppa-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 362064 MD5sum: 4beaf40ae3474d885dc0ea3d6081a192 SHA1: 42aeaf740dcd6e5f9a39050c79ea6e64db224f4a SHA256: a3a75da3be029f84655080f095cd18fa28d4560f74abe2536d0a71833a92f419 SHA512: 4136440b37c6fb47b6ee3cc4bfeac33f752cf44e2cec4995a0549ce0d112ea97bdebc9c359d1b644346f96c0349ce79de5d7ab922981efc1e8a32ede0acfc50c Homepage: http://gcc.gnu.org/ Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications.

Package: libgfortran-10-dev-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: 2208 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), libgcc-10-dev-hppa-cross (= 10-20200411-0ubuntu1cross1), libgfortran5-hppa-cross (>= 10-20200411-0ubuntu1cross1) Filename: pool/universe/g/gcc-10-cross-ports/libgfortran-10-dev-hppa-cross_10-20200411-0ubuntu1cross1_all.deb Size: 361784 MD5sum: 96bd7cc6aea4b4fc0d0012f38b3ace8e SHA1: f98bed45ec9593deec28df89e2c361b5e48919e9 SHA256: d9435a63ecd69bacb2973b483c9ae5b79e0c68566cc2b2370a31108471bdcfd8 Homepage: http://gcc.gnu.org/ Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

References

Summary

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