Archives For November 30, 1999

This simple tutorial shows how to install the latest drop-down terminal Guake 3.10 in Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 22.04.

Guake is an open-source drop-down terminal for Gnome desktop. While the software in Ubuntu main repository is old, the latest Guake 3.7 was released with following changes:

  • Add tab selection popover in each notebook
  • Add fullscreen hide tabbar option
  • Set custom colors for each terminal tab.
  • Add --select-terminal and --selected-terminal options to Guake CLI
  • Adds an option to display only the last directory on the current path as the tab name.
  • Reworked the tab name selection to use a drop-down menu.
  • Unfullscreen through D-Bus interface, as well as through CLI.
Guake Split Terminal Screen

Guake Split Terminal Screen

How to Install Guake in Ubuntu:

Ubuntu 23.10 and Ubuntu 24.04 already has the latest terminal package in system repository. Simply open terminal (Ctrl+Alt+T) and run command to install:

sudo apt update; sudo apt install guake

Linux Uprising team maintains a PPA repository that contains the latest packages for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04.

1.) Open terminal and run command to add the PPA:

sudo add-apt-repository ppa:linuxuprising/guake

Type user password, no asterisk feedback, when it prompts and hit Enter to continue.

2.) Then run command to install the drop-down terminal application via commands:

sudo apt update

sudo apt install guake

Once installed, launch Guake Preferences from system application menu, configure the keyboard shortcuts, and other preferences, and then you can either use the top-right indicator applet, or the shortcut key to drop-down the terminal from top.

If an old version was installed previously, you may first kill Guake process or just reboot your machine to make it well working.

Uninstall:

To remove the PPA, simply go to Software & Updates -> Other Software, then remove the repository line.