How To Install lib64atomic1-x32-cross on Ubuntu 20.04

In this tutorial we learn how to install lib64atomic1-x32-cross on Ubuntu 20.04. lib64atomic1-x32-cross is support library providing __atomic built-in functions (64bit) support library providing __atomic built-in functions (64bit) support library providing __atomic built-in functions (64bit)

Introduction

In this tutorial we learn how to install lib64atomic1-x32-cross on Ubuntu 20.04.

What is lib64atomic1-x32-cross

lib64atomic1-x32-cross is:

library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library.

Package: lib64atomic1-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/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: 41 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), libc6 (>= 2.14) Filename: pool/universe/g/gcc-10-cross-ports/lib64atomic1-x32-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 9120 MD5sum: 26c7560723819d5c0c319092ff1f1a51 SHA1: 53f121229a6632bd87799d28e1fec2cf1fe76610 SHA256: 44f0bc8e5203e1e00b668597e11fc1642287e2245eb3286c744bb4f6dd953954 SHA512: 1eb94a0c4a6d3d18511931c551fc727312278c5cf1c6b9e757b2a898fbfdab1862b2549993d774450abdd67803c4fdb566a862a6f5aa3c2523c83f390fc95e0d Homepage: http://gcc.gnu.org/ Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library.

Package: lib64atomic1-x32-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: 41 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), libc6 (>= 2.14) Filename: pool/universe/g/gcc-10-cross-ports/lib64atomic1-x32-cross_10-20200411-0ubuntu1cross1_all.deb Size: 9104 MD5sum: be77a181c3b2a96a65f33b7485db2ff4 SHA1: faca4dfd06f278324f969f67080478123ba728d7 SHA256: 434f58a477f0d03c23f6f91de9d80703c11512b34811ba5bdd934f9a0b2fa530 Homepage: http://gcc.gnu.org/ Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library.

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

sudo apt-get -y install lib64atomic1-x32-cross

Install lib64atomic1-x32-cross Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install lib64atomic1-x32-cross

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

sudo aptitude -y install lib64atomic1-x32-cross

How To Uninstall lib64atomic1-x32-cross on Ubuntu 20.04

To uninstall only the lib64atomic1-x32-cross package we can use the following command:

sudo apt-get remove lib64atomic1-x32-cross

Uninstall lib64atomic1-x32-cross And Its Dependencies

To uninstall lib64atomic1-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 lib64atomic1-x32-cross

Remove lib64atomic1-x32-cross Configurations and Data

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

sudo apt-get -y purge lib64atomic1-x32-cross

Remove lib64atomic1-x32-cross configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge lib64atomic1-x32-cross

References

Summary

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