There're several installation methods.
This method lets you install and update Screenshot Annotator using standard apt commands.
Click copy and paste in the terminal.
curl -fsSL https://drweb86.github.io/annotator/gpg-key.pub | sudo gpg --dearmor -o /usr/share/keyrings/screenshot-annotator.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/screenshot-annotator.gpg] https://drweb86.github.io/annotator stable main" | sudo tee /etc/apt/sources.list.d/screenshot-annotator.list > /dev/null
sudo apt update && sudo apt install screenshot-annotator
sudo apt update && sudo apt upgrade screenshot-annotator
sudo apt remove screenshot-annotator
sudo rm /etc/apt/sources.list.d/screenshot-annotator.list /usr/share/keyrings/screenshot-annotator.gpg
Download the .deb file for your architecture from the latest release and install:
sudo dpkg -i screenshot-annotator_*_amd64.deb
sudo apt-get install -f
For ARM64:
sudo dpkg -i screenshot-annotator_*_arm64.deb
sudo apt-get install -f
sudo apt remove screenshot-annotator
Open terminal, paste
wget -O - https://raw.githubusercontent.com/drweb86/annotator/master/scripts/ubuntu-install.sh | bash
for preview version
wget -O - https://raw.githubusercontent.com/drweb86/annotator/master/scripts/ubuntu-install.sh | bash -s -- --latest
wget -O - https://raw.githubusercontent.com/drweb86/annotator/master/scripts/ubuntu-uninstall.sh | bash
After installation (APT or .deb), the following command is available:
screenshot-annotator— Screenshot Annotator graphical application