How To Install lib64gcc-10-dev-x32-cross on Ubuntu 20.04

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

Introduction

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

What is lib64gcc-10-dev-x32-cross

lib64gcc-10-dev-x32-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: lib64gcc-10-dev-x32-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: 8263 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), lib64gcc-s1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib32gcc-s1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib64gomp1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib32gomp1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib64itm1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib32itm1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib64atomic1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib32atomic1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib64asan6-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib32asan6-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib64ubsan1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib32ubsan1-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib64quadmath0-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1), lib32quadmath0-x32-cross (>= 10.2.0-5ubuntu1~20.04cross1) Recommends: libc6-dev-x32-cross (>= 2.13-0ubuntu6) Filename: pool/universe/g/gcc-10-cross-ports/lib64gcc-10-dev-x32-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 1990872 MD5sum: 311abd5d3cf9e8007d9134a0cc617aa0 SHA1: 9ce09827736be1d131a4ce7d6b87676ce3e67211 SHA256: 8697e9ccb0677481645cafb25a7bfcb09f5516683a68889f8655265cfb718386 SHA512: dc24a55826998b7b5a9fba4639fa50ab05d9f3bb020130b9d0accab4c4bf0f5186db43c0ec9be2ee79f4f5130d5a124ac18531f08db6101372b548da8cf5b4f1 Homepage: http://gcc.gnu.org/ Description-en: GCC support library (64bit 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: lib64gcc-10-dev-x32-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: 8260 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), lib64gcc-s1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib32gcc-s1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib64gomp1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib32gomp1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib64itm1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib32itm1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib64atomic1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib32atomic1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib64asan6-x32-cross (>= 10-20200411-0ubuntu1cross1), lib32asan6-x32-cross (>= 10-20200411-0ubuntu1cross1), lib64ubsan1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib32ubsan1-x32-cross (>= 10-20200411-0ubuntu1cross1), lib64quadmath0-x32-cross (>= 10-20200411-0ubuntu1cross1), lib32quadmath0-x32-cross (>= 10-20200411-0ubuntu1cross1) Recommends: libc6-dev-x32-cross (>= 2.13-0ubuntu6) Filename: pool/universe/g/gcc-10-cross-ports/lib64gcc-10-dev-x32-cross_10-20200411-0ubuntu1cross1_all.deb Size: 1990204 MD5sum: 162949b21944c590aa0152d4a7e97192 SHA1: 6e5ff0d2e7a5d088f336990bf528a082ab1ea7b8 SHA256: c709be13b16a80d8a8ade18d7f61c4a419a0d0e5f7bce6ae0ead9be732c76851 Homepage: http://gcc.gnu.org/ Description-en: GCC support library (64bit 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 lib64gcc-10-dev-x32-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 lib64gcc-10-dev-x32-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 lib64gcc-10-dev-x32-cross using apt-get by running the following command:

sudo apt-get -y install lib64gcc-10-dev-x32-cross

Install lib64gcc-10-dev-x32-cross Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install lib64gcc-10-dev-x32-cross

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

sudo aptitude -y install lib64gcc-10-dev-x32-cross

How To Uninstall lib64gcc-10-dev-x32-cross on Ubuntu 20.04

To uninstall only the lib64gcc-10-dev-x32-cross package we can use the following command:

sudo apt-get remove lib64gcc-10-dev-x32-cross

Uninstall lib64gcc-10-dev-x32-cross And Its Dependencies

To uninstall lib64gcc-10-dev-x32-cross and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove lib64gcc-10-dev-x32-cross

Remove lib64gcc-10-dev-x32-cross Configurations and Data

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

sudo apt-get -y purge lib64gcc-10-dev-x32-cross

Remove lib64gcc-10-dev-x32-cross configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge lib64gcc-10-dev-x32-cross

References

Summary

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