LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install Wing IDE Pro v.4.1.0-1 on Ubuntu 10.04 (https://www.linuxquestions.org/questions/linux-software-2/install-wing-ide-pro-v-4-1-0-1-on-ubuntu-10-04-a-910632/)

cristalp 10-28-2011 07:59 AM

Install Wing IDE Pro v.4.1.0-1 on Ubuntu 10.04
 
Hi,

I am going to do some python scripting on my Ubuntu 10.04 system. I download a programming environment software called Wing IDE Pro v.4.1.0-1.

However the installation package is a .rpm file. So, I use
Code:

sudo alien -k wingide4.1-4.1.0-1.x86_64.rpm
sudo dpkg -i wingide4.1_4.1.0-2_amd64.deb

to install it. I can convert it to .deb by alien. But I do not know why after I install it I can not find it any where. I guess the installation is not successed.

I then download a .deb installation package. And install it by:
Code:

sudo dpkg -i wingide4.1_4.1.0-2_amd64.deb
But still there are some error messages:
Code:

(Reading database ... 179253 files and directories currently installed.)
Preparing to replace wingide4.1 4.1.0-1 (using wingide4.1_4.1.0-1_amd64.deb) ...
Unpacking replacement wingide4.1 ...
dpkg: dependency problems prevent configuration of wingide4.1:
 wingide4.1 depends on enscript (>= 1.6.1-1); however:
  Package enscript is not installed.
dpkg: error processing wingide4.1 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 wingide4.1

How could I install it correctly on my machine?

Thanks a lot!

cristalp 10-28-2011 09:09 AM

Sorry, I see. The problem is that I need to install enscript. Now, I mark it as solved.


All times are GMT -5. The time now is 02:45 AM.