20

Is it possible to install terminology on Ubuntu 14.04?

I didn't find anything helpful. Thanks!

Kamran Ahmed
  • 103
  • 5
svecax
  • 303
  • 1
  • 2
  • 4

2 Answers2

27

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.

Alaa Ali
  • 32,213
2

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