0

I wonder how to install Kazam 1.5.3 on Ubuntu 16.10. I tried the following command:

sudo apt-get install kazam

This command installs Kazam 1.4.5, however I need the version which has the option of "Screen recorder + webcam". Any help will be highly appreciated. Thanks

fkraiem
  • 12,555
  • 4
  • 35
  • 40

2 Answers2

2

Found it working, using the following commands:

sudo apt-add-repository ppa:sylvain-pineau/kazam
sudo apt-get update
sudo apt-get install kazam 
0

Try with the below commands i have sucessfully installed

sudo add-apt-repository ppa:kazam-team/unstable-series
sudo apt-get update
sudo apt-get install kazam python3-cairo python3-xlib

Thanks suresh

dufte
  • 13,272
  • 5
  • 39
  • 43