当前位置: 首页 > 工具软件 > Shutter > 使用案例 >

ubuntu安装shutter

华誉
2023-12-01

安装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
 类似资料: