I want to use recordmydesktop in Ubuntu 20.04, and installed it with:
sudo apt-get install recordmydesktop
But when I want to record, by command recordmydesktop
it records full screen and save it in the home. But I don't want this. I need to tell recordmydesktop to record an ara or window to record. not full screen. and it's so hard to do this by command line!! I searched in google and I just saw this command. But it doesn't work.
sudo apt-get install gtk-recordmydesktop
and give me this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gtk-recordmydesktop is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gtk-recordmydesktop' has no installation candidate
I use ubuntu 20.04. What should I do??