How to install Kazam 1.5.3?

Months ago, I used to install Kazam 1.5.3 using these commands :

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

Them main reason I want Kazam 1.5.3 exactly is because it comes with a webcam option.

But now, when I execute the previous commands, it only installs the previous version (Kazam 1.4), which doesn't come with a webcam option.

Is there a way to get the latest version?

Thanks

2 Answers

Kazam is available in the official Ubuntu repositories, but it's an old version (1.4) and ppa:kazam-team/unstable-series has not been updated for 16.04 (and does not include debian patches).

You can install Kazam 1.5.4 from my own ppa (it provides the debian packages up to 21.04):

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

enter image description here

11

cd to /etc/apt/sources.d/ open up the kazam.list file and make sure you change repo to devel.

/etc/apt/sources.list.d# ls
kazam-team-ubuntu-unstable-series-xenial.list kazam-team-ubuntu-unstable- series-xenial.list.save
/etc/apt/sources.list.d# cat kazam-team-ubuntu-unstable-series-xenial.list
deb devel main
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like