1

I ask here, because googling about is quite chaotic (you fall to 'how to uninstall via terminal).

I wonder how to uninstall terminal ? Cause I want to add some hardness in playing with a delivered machine

3pic
  • 467
  • 1
  • 8
  • 20

1 Answers1

2

The terminal used by default is Gnome Terminal. There are 2 ways to uninstall it.

  1. Command line method:

    Open tty1 by pressing Ctrl+Alt+F1, and run this command:

    sudo apt-get remove gnome-terminal
    

    It will be removed.

  2. Graphical method:

    Open the Software Centre and search for Gnome Terminal:

    Click the first result called "Terminal (gnome-terminal)" and click remove.

Tim
  • 32,861
  • 27
  • 118
  • 178