

Termite looks for configuration files in: usr/local/bin/termite Step 5: Configuring Termite Terminal Emulator The termite binary should be available under /usr/local/bin/termite $ which termite Sudo update-alternatives -install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/local/bin/termite 60 Sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite Once you have VTE library installed, clone termite code and build it. Sudo make install Step 4: Build and Install termite on Ubuntu 22.04|20.04|18.04|16.04 VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that.Įcho export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH" Sudo apt-get install -y git g++ libgtk-3-dev gtk-doc-tools gnutls-bin valac intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev libgirepository1.0-dev libxml2-utils gperf Step 3: Install Enhanced vte terminal widget Next is to download and install Termite build dependencies on your system.

Sudo apt install build-essential Step 2: Install Termite Build Dependencies

Install Development Tools in your Ubuntu Workstation using the commands below: sudo apt update Type below command to install $ sudo dpkg -i vagrant_2.0.1_x86_64.Install Termite on Ubuntu 22.04|20.04|18.04|16.04 by using the steps below: Step 1: Install Development Tools Delete index files, replace your username in below command $ cd /home/YourUserName/.vagrant.d/data/machine-index/Ĭ. Step 3: Remove existing file of Vagrant and Install NewĪ. Install virtual box $ sudo apt-get install virtualbox-5.2 Type following in terminal, this will return ok. This will open sources.list file in end of file paste below deb xenial contribĬ. Add virtual box repository, type in terminal following command $ sudo nano /etc/apt/sources.list $ sudo apt-get purge unity-scope-virtualboxī. Type below command to remove all virtual box file $ sudo apt-get purge virtualbox* Step 2: Remove existing file of Virtual Box and Install New a. If you are already on latest, we will still recommend re-installation using below steps. Solution 1: Switch to latest version and delete existing files of Virtual Box and Vagrant Step 1: Check which version of Virtual Box and Vagrant you have Type the following commands in terminal $ vboxmanage -version You can reproduce the same error after starting your virtual machine from terminal and start the same virtual machine using UI. While running Vagrant up in your project folder if your system hang or screen freeze try several solution given below.
