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 1 year has passed since last update.

ubuntu20.04環境でsimplescreenrecorderをインストールする

Last updated at Posted at 2023-10-22

ubuntu20.04環境でsimplescreenrecorderをインストールする
simplescreenrecorderが画面キャプチャツールの1つであり、何かと便利に使えるので今回もインストール

以下を参考にすればOK
https://www.maartenbaert.be/simplescreenrecorder/
https://zenn.dev/tasada038/scraps/cbcd721ee0a47b

sudo apt install -y ppa-purge
sudo ppa-purge ppa:maarten-baert/simplescreenrecorder

(update)

If you are using Debian 9 or newer, you can install the 'simplescreenrecorder' package from the official repositories. You can install it with:

sudo apt-get update
sudo apt-get install simplescreenrecorder

参照

https://www.maartenbaert.be/simplescreenrecorder/
https://zenn.dev/tasada038/scraps/cbcd721ee0a47b

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?