How to Install and Uninstall libembryo1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libembryo1" package

This tutorial shows how to install libembryo1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libembryo1

2. Uninstall "libembryo1" package

Please follow the instructions below to uninstall libembryo1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libembryo1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libembryo1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libembryo1
Priority: optional
Section: universe/libs
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Pkg-e Team
Architecture: amd64
Source: efl
Version: 1.8.6-2.5
Depends: libc6 (>= 2.14)
Suggests: libembryo-bin
Filename: pool/universe/e/efl/libembryo1_1.8.6-2.5_amd64.deb
Size: 21436
MD5sum: a3f49f8b8acdeed1512ff3c2fa8cd0e0
SHA1: 79e368521b73ead3dad53719b5687d5a73a32f1b
SHA256: d17ecfceb11e739106dd83d2a012368944e49bb2d12ce0b149d782a3225fc643
Description-en: SMALL-based abstract machine (AMX) bytecode interpreter
Embryo is primarily a shared library that gives you an API to load
and control interpreted programs compiled into an abstract machine
bytecode that it understands. This abstract (or virtual) machine is
similar to a real machine with a CPU, but it is emulated in
software. The architecture is simple and is the same as the
abstract machine (AMX) in the SMALL language as it is based on
exactly the same code. Embryo has modified the code for the AMX
extensively and has made it smaller and more portable. It is VERY
small. The total size of the virtual machine code AND header files
is less than 2500 lines of code. It includes the floating point
library support by default as well. This makes it one of the
smallest interpreters around, and thus makes is very efficient to
use in code.
.
See also http://www.compuphase.com/small.htm for details on SMALL.
Description-md5: 22336b3a1788ab1ccfcaf1faabda971d
Multi-Arch: same
Homepage: http://www.enlightenment.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu