Copy and Paste Text into the Terminal on Ubuntu 20.04

Copy and Paste Text into the Linux Terminal on Ubuntu 20.04 can help any Linux user when following any kind of Linux tutorial which requires the user to copy specific commands from the tutorial guide into the terminal.

In this tutorial you will learn:

  • How to Copy and Paste Text into the Terminal
  • How to Copy and Paste Text from the Terminal

Copy and Paste Text into the Terminal on Ubuntu 20.04

Copy and Paste Text into the Terminal on Ubuntu 20.04

Software Requirements and Conventions Used

Software Requirements and Linux Command Line Conventions
Category Requirements, Conventions or Software Version Used
System Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa
Software N/A
Other Privileged access to your Linux system as root or via the sudo command.
Conventions # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ – requires given linux commands to be executed as a regular non-privileged user

Copy and Paste Text into the Terminal on Ubuntu 20.04 step by step instructions

  1. The first and preferred way to copy and paste text between the terminal window and any other application which allows text highlighting is to use mouse middle button (or scroll wheel). To copy and paste text into the terminal simply highlight any text you wish to copy. Then move to the terminal window and press the mouse middle button.

    The beauty and simplicity of this method is that it works the same way when you copy and paste text from the terminal to any other application such as text editor, browser etc.



  2. If the above copy and paste method does not work for you from some reason, you can use the mouse right button instead.
    right-click copy and paste with mouse

    First highlight the text you wish to copy. Then, press right mouse button and select Copy. Once ready, right-click anywhere on the terminal window and select Paste to paste the previously copied text.

  3. If you are used to copy and paste text using shortcuts CTRL+c and CTRL+v respectively, know that this method also works on Ubuntu 20.04 Desktop but it does not work when you include terminal into the mix. The only difference here is that when dealing with the terminal, whether you copy or paste, you also need to include the SHITFT key into the process.

    So for example, to paste text into the terminal you need to press CTRL+SHIFT+v or CTRL+V. Conversely, to copy text from the terminal the shortcut is CTRL+SHIFT+c or CTRL+C.

    For any other application on the Ubuntu 20.04 desktop there is no need to include the SHIFT to perform the copy and paste action.