How To Install libobjc4-hppa-cross on Ubuntu 20.04

In this tutorial we learn how to install libobjc4-hppa-cross on Ubuntu 20.04. libobjc4-hppa-cross is Runtime library for GNU Objective-C applications Runtime library for GNU Objective-C applications Runtime library for GNU Objective-C applications

Introduction

In this tutorial we learn how to install libobjc4-hppa-cross on Ubuntu 20.04.

What is libobjc4-hppa-cross

libobjc4-hppa-cross is:

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

Package: libobjc4-hppa-cross Architecture: all Version: 10.2.0-5ubuntu1~20.04cross1 Built-Using: gcc-10 (= 10.2.0-5ubuntu1~20.04) Priority: extra 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: 119 Depends: gcc-10-cross-base-ports (= 10.2.0-5ubuntu1~20.04cross1), libc6-hppa-cross (>= 2.31), libgcc-s4-hppa-cross Filename: pool/universe/g/gcc-10-cross-ports/libobjc4-hppa-cross_10.2.0-5ubuntu1~20.04cross1_all.deb Size: 35296 MD5sum: c56920cca7941d76aa16c3a5916009b4 SHA1: 2048fad8af45a148e0b12d3a7e5c27cd6aa56c76 SHA256: f5815770bff9e17b17df4da1b5d685faa633972599761d2d7cdd2535677c5da8 SHA512: a486df6151ddd199a7cf5e5e913d96d104ac2fa7eceb2dd9d8e4260e4239097ddc61953c09e686bf5e949314a2f3bf73b13e0dfc3ee740da82ab1b789c797046 Homepage: http://gcc.gnu.org/ Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library.

Package: libobjc4-hppa-cross Architecture: all Version: 10-20200411-0ubuntu1cross1 Built-Using: gcc-10 (= 10-20200411-0ubuntu1) Priority: extra 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: 119 Depends: gcc-10-cross-base-ports (= 10-20200411-0ubuntu1cross1), libc6-hppa-cross (>= 2.31), libgcc-s4-hppa-cross Filename: pool/universe/g/gcc-10-cross-ports/libobjc4-hppa-cross_10-20200411-0ubuntu1cross1_all.deb Size: 35388 MD5sum: 3e2ec9552985858fc86327f26a6be5a5 SHA1: 48f3df2ac85684799ccc843de8faa4211c026448 SHA256: 15818c4f93ac02dba5d4810bbb5765e3a53a4e921ec912ad688ecb90fcd06909 Homepage: http://gcc.gnu.org/ Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library.

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

sudo apt-get -y install libobjc4-hppa-cross

Install libobjc4-hppa-cross Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libobjc4-hppa-cross

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

sudo aptitude -y install libobjc4-hppa-cross

How To Uninstall libobjc4-hppa-cross on Ubuntu 20.04

To uninstall only the libobjc4-hppa-cross package we can use the following command:

sudo apt-get remove libobjc4-hppa-cross

Uninstall libobjc4-hppa-cross And Its Dependencies

To uninstall libobjc4-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 libobjc4-hppa-cross

Remove libobjc4-hppa-cross Configurations and Data

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

sudo apt-get -y purge libobjc4-hppa-cross

Remove libobjc4-hppa-cross configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libobjc4-hppa-cross

References

Summary

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