How to install Terminix on Ubuntu 15.10


1 min de lectura

What is Terminix?
Terminix is a tiling terminal emulator based on the gnome-terminal VTE widget that allows you to arbitrarily split terminals horizontally and vertically. It has similar features like iTerm or Terminator.
More information: https://github.com/gnunn1/terminix
 

Terminix requires the following libraries to be installed in order to run:
* GTK 3.14 or later
* GTK VTE Widget 0.42
* Dconf
* GSettings
* DMD and DUB
Easy way to install DMD and DUB

sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
sudo apt-get update
sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring && sudo apt-get update
sudo apt-get -y install git build-essential
sudo apt-get -y install dmd-bin dmd-doc dub

 
Other options to install DMD and DUB

wget http://downloads.dlang.org/releases/2014/dmd_2.066.1-0_amd64.deb
dpkg -i dmd_2.066.1-0_amd64.deb
wget http://code.dlang.org/files/dub-0.9.25-linux-x86_64.tar.gz
unzip dub-0.9.25-linux-x86_64.tar.gz
mv dub /usr/local/bin

 
Main Installation 
If we have all the dependencies to Install Terminix on Ubuntu 15.10 or others Ubuntu versions, we can install Terminix with the next commands:

cd /
sudo unzip terminix.zip -d /
glib-compile-schemas /usr/share/glib-2.0/schemas/
cd /terminix-master

1st

dub build --build=release

 
2nd

./install.sh

Docker for Dummies
Artículo anterior

Docker for Dummies

Qué es Docker? Docker es un proyecto open-source que permite automatizar el despliegue de aplicaciones en entornos Linux. Está basado en el formato estándar de

Docker Machine con el driver de OpenNebula
Artículo siguiente

Docker Machine con el driver de OpenNebula

Siguiendo con la serie de posts sobre Docker, en esta ocasión os presentamos el driver de Docker Machine para OpenNebula, con el que podremos crear


SUBIR

🎉 Te has suscrito con éxito a CloudAdmins!
OK