Install libnetty-tcnative-java
Installing libnetty-tcnative-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-tcnative-java
libnetty-tcnative-java package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnetty-tcnative-java |
version | 1.1.33.Fork15-1 |
description | Tomcat native fork for Netty |
subsection | java |
website | github.com / netty / netty-tcnative / |
maintainer | Debian Java Maintainers |
Uninstall libnetty-tcnative-java
To remove just libnetty-tcnative-java package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnetty-tcnative-java
Uninstall libnetty-tcnative-java and it’s dependent packages
To remove the libnetty-tcnative-java package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnetty-tcnative-java
Purging libnetty-tcnative-java
If you also want to delete configuration and/or data files of libnetty-tcnative-java from Debian Sid then this will work:
sudo apt-get purge libnetty-tcnative-java
To delete configuration and/or data files of libnetty-tcnative-java and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnetty-tcnative-java