Skip to content

Console

Console (GNOME Terminal) is a simple and convenient terminal emulator for the GNOME desktop.

Installation from repository

Console can be installed in any familiar and convenient way:

Install via GNOME Software

In three clicks 😊

Follow the link install Console and confirm the “open application” operation in the browser. The Application Center will open, select the source "Sisyphus" in it, and click the "download" button

Installation via terminal

shell
su -
apt-get update
apt-get install gnome-console
shell
epm -i gnome-console

Installation using Flatpak

If you have the Flatpak package, you can install Console with one command:

shell
flatpak install flathub org.gnome.Console

Or using the GNOME Software 🤔

Follow the link to install Console, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button

Shortcuts

App

ShortcutDescription
Shift + Ctrl + NNew window

Terminal

ShortcutDescription
Shift + Ctrl + CCopy
Shift + Ctrl + VPaste
Shift + Ctrl + FSearch

Tabs

ShortcutDescription
Shift + Ctrl + TNew tab
Shift + Ctrl + WClose tab
Shift + Ctrl + ODisplay all tabs
Ctrl + Page Down / Ctrl + TabNext tab
Ctrl + Page Up / Shift + TabPrevious tab
Shift + Ctrl + Page DownMove tab to right
Shift + Ctrl + Page UpMove tab to left
Alt + 1 ... 9Toggle to tab 1-9
Alt + 0Toggle to tab 10

Run with shortcut

By default, ALT Regular Gnome does not provide a key combination for opening the Console, but you can assign a convenient combination in the GNOME settings: Settings -> View and change the key combination -> Additional key combinations

In the Set Custom Keyboard Combination window, enter:

  • Name: Console
  • Team: kgx
  • Combination: Ctrl + Alt + T
console_1

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.