How To Install libobjc-9-dev-hppa-cross on Ubuntu 20.04
Introduction
In this tutorial we learn how to install libobjc-9-dev-hppa-cross on Ubuntu 20.04.
What is libobjc-9-dev-hppa-cross
libobjc-9-dev-hppa-cross is:
This package contains the headers and static library files needed to build GNU ObjC applications.
Package: libobjc-9-dev-hppa-cross Architecture: all Version: 9.3.0-10ubuntu1cross1 Built-Using: gcc-9 (= 9.3.0-10ubuntu1) Priority: optional Section: universe/libdevel Source: gcc-9-cross-ports (18ubuntu3) Origin: Ubuntu Maintainer: Ubuntu Core developers [email protected] Original-Maintainer: Debian GCC Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 903 Depends: gcc-9-cross-base-ports (= 9.3.0-10ubuntu1cross1), libgcc-9-dev-hppa-cross (= 9.3.0-10ubuntu1cross1), libobjc4-hppa-cross (>= 9.3.0-10ubuntu1cross1) Filename: pool/universe/g/gcc-9-cross-ports/libobjc-9-dev-hppa-cross_9.3.0-10ubuntu1cross1_all.deb Size: 210700 MD5sum: 9269249ab6ddfd937926c1ef513048cd SHA1: c583fd3af0af80c7b5431cb67a38394a069789d5 SHA256: 42426a3e5e47e0487144c50023da1fb107b01dce0f9d022fb0a9ef878802fe91 Homepage: http://gcc.gnu.org/ Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications.
There are three methods to install libobjc-9-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 libobjc-9-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 libobjc-9-dev-hppa-cross using apt-get by running the following command:
sudo apt-get -y install libobjc-9-dev-hppa-cross
Install libobjc-9-dev-hppa-cross Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install libobjc-9-dev-hppa-cross using apt by running the following command:
sudo apt -y install libobjc-9-dev-hppa-cross
Install libobjc-9-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 libobjc-9-dev-hppa-cross using aptitude by running the following command:
sudo aptitude -y install libobjc-9-dev-hppa-cross
How To Uninstall libobjc-9-dev-hppa-cross on Ubuntu 20.04
To uninstall only the libobjc-9-dev-hppa-cross package we can use the following command:
sudo apt-get remove libobjc-9-dev-hppa-cross
Uninstall libobjc-9-dev-hppa-cross And Its Dependencies
To uninstall libobjc-9-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 libobjc-9-dev-hppa-cross
Remove libobjc-9-dev-hppa-cross Configurations and Data
To remove libobjc-9-dev-hppa-cross configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge libobjc-9-dev-hppa-cross
Remove libobjc-9-dev-hppa-cross configuration, data, and all of its dependencies
We can use the following command to remove libobjc-9-dev-hppa-cross configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libobjc-9-dev-hppa-cross
References
Summary
In this tutorial we learn how to install libobjc-9-dev-hppa-cross package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.