How To Install libjna-platform-java on Debian 10
Introduction
In this tutorial we learn how to install libjna-platform-java
on Debian 10.
What is libjna-platform-java
libjna-platform-java is:
JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows’ Platform/Invoke and Python’s ctypes. Access is dynamic at runtime without code generation.
This package contains the platform library with many native functions already mapped as well as a set of utility interfaces that simplify native access.
There are three methods to install libjna-platform-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 libjna-platform-java Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libjna-platform-java
using apt-get
by running the following command:
Install libjna-platform-java Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libjna-platform-java
using apt
by running the following command:
Install libjna-platform-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 libjna-platform-java
using aptitude
by running the following command:
How To Uninstall libjna-platform-java on Debian 10
To uninstall only the libjna-platform-java
package we can use the following command:
Uninstall libjna-platform-java And Its Dependencies
To uninstall libjna-platform-java
and its dependencies that are no longer needed by Debian 10, we can use the command below:
Remove libjna-platform-java Configurations and Data
To remove libjna-platform-java
configuration and data from Debian 10 we can use the following command:
Remove libjna-platform-java configuration, data, and all of its dependencies
We can use the following command to remove libjna-platform-java
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libjna-platform-java have the following dependencies:
References
Summary
In this tutorial we learn how to install libjna-platform-java
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.