I'm trying to install wingide on a Kali Linux virtual Machine. I have downloaded the ide directly from the website, then put this code into the terminal:
dpkg -i wingide6_6.1.4-1_amd64.deb
After loading, it says exactly this:
dependency problems prevent configuration of wingide6:
wingide6 depends on libpango1.0-0 (>= 1.18.0); however:
package libpango1.0-0 is not installed
(LEAVING OUT SOME CODE)
Errors were encountered while processing:
wingide6
I assume I have to install the "libpango" software, but I don't know how to do that. Also, I don't know what it means by the last line, "error encountered".
When I try to run
apt-get -f install
It asks me if I want to delete the wingide. Shouldn't it try to install the libpango? I am very confused.
Edit
Also, when I try
sudo apt-get install libpango1.0-0
it doesn't work. It says something along the lines of "the package could be missing, has been obsoleted, or is only available from another source"