gnome-terminal
The GNOME Terminal emulator. More information: <https://help.gnome.org/users/gnome-terminal/stable/>.
Install
- All systems
-
curl cmd.cat/gnome-terminal.sh
- Debian
-
apt-get install gnome-terminal - Ubuntu
-
apt-get install gnome-terminal -
Alpine
-
apk add gnome-terminal - Arch Linux
-
pacman -S gnome-terminal - Kali Linux
-
apt-get install gnome-terminal - CentOS
-
yum install gnome-terminal - Fedora
-
dnf install gnome-terminal - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install gnome-terminal - Raspbian
-
apt-get install gnome-terminal - Docker
-
docker run cmd.cat/gnome-terminal gnome-terminalpowered by Commando
The GNOME Terminal emulator. More information: <https://help.gnome.org/users/gnome-terminal/stable/>.
-
Open a new GNOME terminal window:
gnome-terminal -
Run a specific command in a new terminal window:
gnome-terminal -- command -
Open a new tab in the last opened window instead:
gnome-terminal --tab -
Set the title of the new tab:
gnome-terminal --tab --title "title"
© tl;dr; authors and contributors