0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【apps】flameshot : ubuntuで便利なスクリーンショットアプリ

Posted at

背景

ubuntuのデフォルトのスクリーンショット使いにくくない?windowsもだけど

個人的にflameshotが使いやすい(たまにバグるけど...)
image.png

インストール

aptからインストール

sudo apt install flameshot

バージョンの確認

flameshot -V

エラー対処

$ flameshot -V
error while loading shared libraries: libQt5Widgets.so.5

とエラーが出た場合もう一度libqt5関連のライブラリをインストール

sudo apt install --reinstall libqt5*
$ flameshot -V
flameshot: error while loading shared libraries: libdouble-conversion.so.1: cannot open shared object file: No such file or directory

とエラーが出た場合もう一度libdouble-conversion1のライブラリをインストール

sudo apt install --reinstall libdouble-conversion1

参考文献

https://www.virment.com/how-to-install-use-flameshot-ubuntu/
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?