Install libneko0
Installing libneko0 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libneko0
libneko0 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libneko0 |
version | 2.0.0-4 |
description | Lightweight virtual machine – shared library |
subsection | libs |
website | nekovm.org |
maintainer | Andy Li |
Uninstall libneko0
To remove just libneko0 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libneko0
Uninstall libneko0 and it’s dependent packages
To remove the libneko0 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libneko0
Purging libneko0
If you also want to delete configuration and/or data files of libneko0 from Debian Sid then this will work:
sudo apt-get purge libneko0
To delete configuration and/or data files of libneko0 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libneko0