Peek is a small utility that allows a Linux user to record a portion of the screen to a video or animated GIF. Sooner or later you will need Peek, so here’s how to install it on your Linux machine.
- Add the necessary repository to your system:
sudo add-apt-repository ppa:peek-developers/stable
- Update the system:
sudo apt update
- Install Peek:
sudo apt install peek
- Peek is now available in your program menu. Launch it to capture a screen in a video or GIF.
References: Peek on GitHub