How To Install libeclipse-osgi-compatibility-state-java on Debian 10
Introduction
In this tutorial we learn how to install libeclipse-osgi-compatibility-state-java
on Debian 10.
What is libeclipse-osgi-compatibility-state-java
libeclipse-osgi-compatibility-state-java is:
The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios.
This package contains the org.eclipse.osgi.compatibility.state bundle.
There are three methods to install libeclipse-osgi-compatibility-state-java
on Debian 10. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libeclipse-osgi-compatibility-state-java Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libeclipse-osgi-compatibility-state-java
using apt-get
by running the following command:
Install libeclipse-osgi-compatibility-state-java Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libeclipse-osgi-compatibility-state-java
using apt
by running the following command:
Install libeclipse-osgi-compatibility-state-java 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 Debian. Update apt database with aptitude
using the following command.
After updating apt database, We can install libeclipse-osgi-compatibility-state-java
using aptitude
by running the following command:
How To Uninstall libeclipse-osgi-compatibility-state-java on Debian 10
To uninstall only the libeclipse-osgi-compatibility-state-java
package we can use the following command:
Uninstall libeclipse-osgi-compatibility-state-java And Its Dependencies
To uninstall libeclipse-osgi-compatibility-state-java
and its dependencies that are no longer needed by Debian 10, we can use the command below:
Remove libeclipse-osgi-compatibility-state-java Configurations and Data
To remove libeclipse-osgi-compatibility-state-java
configuration and data from Debian 10 we can use the following command:
Remove libeclipse-osgi-compatibility-state-java configuration, data, and all of its dependencies
We can use the following command to remove libeclipse-osgi-compatibility-state-java
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libeclipse-osgi-compatibility-state-java have the following dependencies:
References
- libeclipse-osgi-compatibility-state-java website
- libeclipse-osgi-compatibility-state-java on packages.debian.org
Summary
In this tutorial we learn how to install libeclipse-osgi-compatibility-state-java
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.