Install libnetty-java
Installing libnetty-java package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnetty-java
libnetty-java package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnetty-java |
version | 1:4.0.35-1 |
description | Java NIO client/server socket framework |
subsection | java |
website | netty.io |
maintainer | Debian Java Maintainers |
Uninstall libnetty-java
To remove just libnetty-java package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnetty-java
Uninstall libnetty-java and it’s dependent packages
To remove the libnetty-java package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnetty-java
Purging libnetty-java
If you also want to delete configuration and/or data files of libnetty-java from Debian Sid then this will work:
sudo apt-get purge libnetty-java
To delete configuration and/or data files of libnetty-java and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnetty-java