> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/ubuntu/get-clipboard-history.md).

# Get Clipboard History

We can use CopyQ software to have the clipboard history feature on Ubuntu.

## Installation

```bash
sudo apt-get install copyq
```

***Source:*** [***Ask Ubuntu***](https://askubuntu.com/a/1376944)
