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,344
  • 4
  • 33
  • 38
MYaseen208
  • 663
  • 4
  • 17
  • 32
  • Might sound a bit pedantic, but Ubuntu 16.10 is not an LTS(Long term support) release. So it will be end of life in 9 months. – Bruni Oct 19 '16 at 08:01
  • If installing 14.04 instead of 16.10 is an option, that would be best, as the Kazam PPA only provides packages for 14.04. Otherwise, you could try installing those packages on 16.10, but it could cause issues. – fkraiem Oct 19 '16 at 08:14
  • 1
    Possible duplicate of [How to install Kazam 1.5.3?](https://askubuntu.com/questions/766440/how-to-install-kazam-1-5-3) – Sylvain Pineau Jul 15 '19 at 23:01

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 
MYaseen208
  • 663
  • 4
  • 17
  • 32
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
  • 12,772
  • 5
  • 38
  • 43