ubuntu 16.04 使用SimpleScreenRecorder

林弘文
2023-12-01

我下载东西一般喜欢结合着参考官方文档以及其他教程:
官网main page:
https://www.maartenbaert.be/simplescreenrecorder/
参考:
https://blog.csdn.net/weixin_45592315/article/details/108038588
https://github.com/MaartenBaert/ssr

Ubuntu,
Linux Mint,
...
If you are using Ubuntu 17.04 or newer, SimpleScreenRecorder can be found in the official repositories. You can install it with:

sudo apt-get update
sudo apt-get install simplescreenrecorder

Add this if you want to record 32-bit OpenGL applications on a 64-bit system:

sudo apt-get install simplescreenrecorder-lib:i386

You should copy-paste these commands to a terminal line by line rather than all at once, otherwise it won't work.

If you are using an older version of Ubuntu, or you want to get the latest version of SimpleScreenRecorder immediately without waiting for the next Ubuntu release, you can also get the package(s) from the SimpleScreenRecorder PPA:

sudo apt-add-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder

Add this if you want to record 32-bit OpenGL applications on a 64-bit system:
sudo apt-get install simplescreenrecorder-lib:i386
 类似资料: