ubuntu安装shutter

安装shutter

  1. 添加安装包软件源
sudo add-apt-repository ppa:shutter/ppa
  1. 更新源
sudo apt-get update
  1. 安装
sudo apt-get install shutter

卸载shutter

  1. 卸载
sudo apt-get remove shutter
  1. 移除软件源
sudo add-apt-repository --remove ppa:shutter/ppa
  1. 更新软件源,查看是否移除成功
sudo apt-get update

你可能感兴趣的:(linux,shutter)