translated

This commit is contained in:
geekpi 2019-09-12 08:43:45 +08:00
parent 8a253ecae5
commit 87d6674571
2 changed files with 90 additions and 94 deletions

View File

@ -1,94 +0,0 @@
[#]: collector: (lujun9972)
[#]: translator: (geekpi)
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (How to Install Shutter Screenshot Tool in Ubuntu 19.04)
[#]: via: (https://itsfoss.com/install-shutter-ubuntu/)
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
How to Install Shutter Screenshot Tool in Ubuntu 19.04
======
Shutter is my favorite tool for [taking screenshots in Linux][1]. You can take screenshots with it and you can also edit screenshots or other images with it. Its a nifty tool for adding arrows and text on the images. You can also use it to [resize images in Ubuntu][2] or whichever Linux distribution you are using. Most of the screenshot tutorials on Its FOSS have been edited on Shutter.
![][3]
Though [Shutter][4] has been a great tool so far, its development is stalled. There has been no new release of Shutter in several years. Even simple bugs like [editing mode being disabled in Shutter][5] hasnt been fixed. There is no news from the developer at all.
Perhaps this is the reason why newer release of Ubuntu have dropped it. Until Ubuntu 18.04 LTS, you could install it from the software or [using apt-get command][6] by [enabling the universe repository][7]. But from Ubuntu 18.10 and later releases, you cannot do it anymore.
All the shortcomings aside, Shutter is till a great tool and I want to continue using it. Perhaps you too are a Shutter fan like me and want to use it. The good things is that you can still install Shutter in Ubuntu 19.04 thanks to an unofficial PPA.
### Installing Shutter on Ubuntu 19.04
![Install Shutter Ubuntu][8]
I hope you are familiar with concept of PPA. If not, I highly recommend reading my detailed guide to know more about [what is PPA and how to use it][9].
Now, open a terminal and use the following command to add the new repository:
```
sudo add-apt-repository -y ppa:linuxuprising/shutter
```
No need to use apt update anymore because starting Ubuntu 18.04, the repositories are automatically updated after adding a new entry.
Now use the apt command to install Shutter:
```
sudo apt install shutter
```
Thats it. You should have Shutter screenshot tool installed. You can search for it in the menu and start from there.
[][10]
Suggested read  Managing Linux Kernel Upgrades In Debian
### Removing Shutter installed via the unofficial PPA
Ill complete this tutorial by adding the steps to uninstall Shutter and remove the repository you added.
First, remove Shutter from your system:
```
sudo apt remove shutter
```
Next, remove the PPA from your list of repositories:
```
sudo add-apt-repository --remove ppa:linuxuprising/shutter
```
You may also want to take a look at [Y PPA Manager][11], a tool for managing PPA graphically.
Shutter
Shutter is an excellent tool and I would prefer that it is actively developed. I hope that its developer is alright and he/she can find some time to work on it. Or perhaps its time for someone else to fork it and continue to make it more awesome.
--------------------------------------------------------------------------------
via: https://itsfoss.com/install-shutter-ubuntu/
作者:[Abhishek Prakash][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/abhishek/
[b]: https://github.com/lujun9972
[1]: https://itsfoss.com/take-screenshot-linux/
[2]: https://itsfoss.com/resize-images-with-right-click/
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2018/08/shutter-screenshot.jpg?ssl=1
[4]: http://shutter-project.org/
[5]: https://itsfoss.com/shutter-edit-button-disabled/
[6]: https://itsfoss.com/apt-get-linux-guide/
[7]: https://itsfoss.com/ubuntu-repositories/
[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2019/09/Install-Shutter-ubuntu.jpg?resize=800%2C450&ssl=1
[9]: https://itsfoss.com/ppa-guide/
[10]: https://itsfoss.com/kernel-upgrade-debian/
[11]: https://itsfoss.com/y-ppa-manager/

View File

@ -0,0 +1,90 @@
[#]: collector: (lujun9972)
[#]: translator: (geekpi)
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (How to Install Shutter Screenshot Tool in Ubuntu 19.04)
[#]: via: (https://itsfoss.com/install-shutter-ubuntu/)
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
如何在 Ubuntu 19.04 中安装 Shutter 截图工具
======
Shutter 是我在 [Linux 中最喜欢的截图工具][1]。你可以使用它截图,还可以用它编辑截图或其他图像。它是一个在图像上添加箭头和文本的不错的工具。你也可以使用它在 Ubuntu 或其他你使用的发行版中[调整图像大小][2]。FOSS 上大多数截图教程都使用 Shutter 编辑。
![][3]
虽然 [Shutter][4] 一直是一款很棒的工具,但它的开发却停滞了。这几年来一直没有新版本的 Shutter。甚至像 [Shutter 中编辑模式被禁用][5]这样的简单 bug 也没有修复。根本没有开发者的消息。
也许这就是为什么 Ubuntu 的新版本放弃它的原因。在 Ubuntu 18.04 LTS 之前,你可以在软件中心,或者[启用 universe 仓库][7]来[使用 apt-get 命令][6]安装它。但是从 Ubuntu 18.10 及更高版本开始,你就不能再这样做了。
抛开这些缺点Shutter 是一个很好的工具,我想继续使用它。也许你也是像我这样的 Shutter 粉丝,并且想要使用它。好的方面是你仍然可以在 Ubuntu 19.04 中安装 Shutter这要归功于非官方 PPA。
### 在 Ubuntu 19.04 上安装 Shutter
![Install Shutter Ubuntu][8]
我希望你了解 PPA 的概念。如果不了解,我强烈建议阅读我的指南,以了解更多关于[什么是 PPA 以及如何使用它][9]。
现在,打开终端并使用以下命令添加新仓库:
```
sudo add-apt-repository -y ppa:linuxuprising/shutter
```
不需要再使用 apt update因为从 Ubuntu 18.04 开始,仓库会在添加新条目后自动更新。
现在使用 apt 命令安装 Shutter
```
sudo apt install shutter
```
完成。你应该已经安装 Shutter 截图工具。你可从菜单搜索并启动它。
### 删除通过非官方 PPA 安装的 Shutter
最后我以卸载 Shutter 以及删除添加的仓库来结束教程。
首先,从系统中删除 Shutter
```
sudo apt remove shutter
```
接下来,从你的仓库列表中删除 PPA
```
sudo add-apt-repository --remove ppa:linuxuprising/shutter
```
你或许还想了解 [Y PPA Manager][11],这是一款 PPA 图形管理工具。
Shutter
Shutter 是一个很好的工具,我希望它能被积极开发。我希望它的开发人员没问题,他/她可以找一些时间来处理它。或者是时候让其他人分叉并继续让它变得更棒。
--------------------------------------------------------------------------------
via: https://itsfoss.com/install-shutter-ubuntu/
作者:[Abhishek Prakash][a]
选题:[lujun9972][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/abhishek/
[b]: https://github.com/lujun9972
[1]: https://itsfoss.com/take-screenshot-linux/
[2]: https://itsfoss.com/resize-images-with-right-click/
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2018/08/shutter-screenshot.jpg?ssl=1
[4]: http://shutter-project.org/
[5]: https://itsfoss.com/shutter-edit-button-disabled/
[6]: https://itsfoss.com/apt-get-linux-guide/
[7]: https://itsfoss.com/ubuntu-repositories/
[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2019/09/Install-Shutter-ubuntu.jpg?resize=800%2C450&ssl=1
[9]: https://itsfoss.com/ppa-guide/
[11]: https://itsfoss.com/y-ppa-manager/