In daily work, you sometimes need to record the screen to prepare the explanatory documents. The following describes how to install the screen recording software (SimpleScreenRecorder) on Linux. The trial platform is Ubuntu. (Environment requirements: python must be installed on Ubuntu; otherwise, an error is reported.) The operation is as follows: 1. Use the "add-apt-repository" script to add the ppa to the current database and automatically import the public key. Command: sudo
In daily work, you sometimes need to record the screen to prepare the explanatory documents. The following describes how to install the screen recording software (SimpleScreenRecorder) on Linux. The trial platform is Ubuntu. (Environment requirements: python must be installed on Ubuntu; otherwise, an error is reported)
The procedure is as follows:
1. Use the "add-apt-repository" script to add the ppa to the current database and automatically import the public key.
Command: sudo add-apt-repository-y ppa: maarten-baert/simplescreenrecorder
2. Update the source to obtain a list of the most recent software packages.
Command: sudo apt-get update
3. Install the screen recording software using apt-get.
Command: sudo apt-get install simplescreenrecorder
4. Open the screen recording software (simplescreenrecorder)
Method: You can search simplescreenrecorder or choose application-audio-video-simplescreenrecorder. The method is as follows:
5. Click continue to record the screen, hoping to help you.
Bytes ----------------------------------------------------------------------------------------------------------
Appendix:
The installation commands of other software are appended here. The detailed operation process is not listed in detail, which is consistent with the screen recording method:
(1) software 1: recording software audio-recorder
Sudo add-apt-repository-y ppa: osmoma/audio-recorder
Sudo apt-get update
Sudo apt-get install audio-recorder
(2) Software 2: image processing software gimp
Sudo add-apt-repository-y ppa: otto-kesselgulasch/gimp
Sudo apt-get update
Sudo apt-get install gimp
(3) software 3: Video Transcoding tool handbrake-gtk
Sudo add-apt-repository-y ppa: stebbins/handbrake-releases
Sudo apt-get update
Sudo apt-get install handbrake-gtk
(4) software 4: notepad ++
Sudo add-apt-repository-y ppa: notepadqq-team/notepadqq
Sudo apt-get update
Sudo apt-get install notepadqq
(5) software 5: Drawing and image processing software pinta
Sudo add-apt-repository-y ppa: pinta-maintainers/pinta-stable
Sudo apt-get update
Sudo apt-get install pinta
(6) software 6: wireless network detection tool linssid
Sudo add-apt-repository-y ppa: wseverin/ppa
Sudo apt-get update
Sudo apt-get install linssid
(7) software 7: Download tool uGet
Sudo add-apt-repository-y ppa: plushuang-tw/uget-stable
Sudo apt-get update
Sudo apt-get install uget
(8) software 8: notebook power management tool tlp-rdw
Sudo add-apt-repository-y ppa: linrunner/tlp
Sudo apt-get update
Sudo apt-get install tlp-rdw
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2016-03/129570.htm