Is it possible to install terminology on Ubuntu 14.04?
I didn't find anything helpful. Thanks!
Is it possible to install terminology on Ubuntu 14.04?
I didn't find anything helpful. Thanks!
Run the following commands:
sudo add-apt-repository ppa:enlightenment-git/ppa
sudo apt-get update
sudo apt-get install terminology
This will install the latest Terminology (currently, version 0.6.99).
This is not the stable release though. If you want the stable release (currently, version 0.3, and I don't think it's supported on Ubuntu 14.04 yet), replace ppa:enlightenment-git/ppa
in the above steps with ppa:efl/trunk
.
For Ubuntu 14.10, the correct installation sequence is:
sudo add-apt-repository ppa:niko2040/e19
sudo apt-get update
sudo apt-get install enlightenment
sudo apt-get install terminology
dpkg: error processing archive /var/cache/apt/archives/libefl-bin_201507231116-29852~ubuntu14.10.1_amd64.deb (--unpack): trying to overwrite '/usr/share/embryo/include/default.inc', which is also in package libembryo-bin 1.8.6-2ubuntu1
. Trminology apparently installs, butterminology: symbol lookup error: /usr/lib/libefl.so.1: undefined symbol: eo_hook_call_post
. – Dan Dascalescu Aug 14 '15 at 13:04