Wednesday, March 27, 2013

Adding Multimedia Repositories in Kali | Install Xvidcap, Gtk Recordmydesktop and Istanbul in Kali

The Kali Repositories don't have xvidcap package which is bad if you want to screencast from Kali Linux like me.

You have to edit your source list :

$ vi /etc/apt/sources.list

Append the following at the end :

deb http://www.deb-multimedia.org squeeze main non-free
or
deb ftp://ftp.deb-multimedia.org squeeze main non-free
or
deb http://www.deb-multimedia.org stable main non-free
or
deb ftp://ftp.deb-multimedia.org stable main non-free

 Save and quit (:wq),  Now, type in Shell :

$ apt-get update && apt-get upgrade && apt-get install xvidcap

This should install Xvidcap in Kali.

(apt-get install gtk-recordmydesktop OR apt-get install istanbul to install them)

1 comment: