How To Install libgoogle-auto-value-java on Kali Linux
Introduction
In this tutorial we learn how to install libgoogle-auto-value-java
on Kali Linux.
What is libgoogle-auto-value-java
libgoogle-auto-value-java is:
Java is full of code that is mechanical, repetitive, typically untested, and sometimes the source of subtle bugs. Sounds like a job for robots! The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs. Save time. Save code. Save sanity.
This package contains the immutable value classes.
There are three methods to install libgoogle-auto-value-java
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libgoogle-auto-value-java Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libgoogle-auto-value-java
using apt-get
by running the following command:
Install libgoogle-auto-value-java Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libgoogle-auto-value-java
using apt
by running the following command:
Install libgoogle-auto-value-java Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install libgoogle-auto-value-java
using aptitude
by running the following command:
How To Uninstall libgoogle-auto-value-java on Kali Linux
To uninstall only the libgoogle-auto-value-java
package we can use the following command:
Uninstall libgoogle-auto-value-java And Its Dependencies
To uninstall libgoogle-auto-value-java
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libgoogle-auto-value-java Configurations and Data
To remove libgoogle-auto-value-java
configuration and data from Kali Linux we can use the following command:
Remove libgoogle-auto-value-java configuration, data, and all of its dependencies
We can use the following command to remove libgoogle-auto-value-java
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libgoogle-auto-value-java have the following dependencies:
- libescapevelocity-java
- libgoogle-auto-common-java
- libgoogle-auto-service-java
- libguava-java
- libjavapoet-java
References
Summary
In this tutorial we learn how to install libgoogle-auto-value-java
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.