简体   繁体   中英

How to install wingide

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"

Not sure why it thinks Wing uses libpango... it doesn't. I think you can work around this like this:

dpkg --force-all -i wingide6_6.1.4-1_amd64.deb

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM