PDA

View Full Version : [ubuntu] kdevelop alternative in Ubuntu



ltoso
February 6th, 2010, 06:42 PM
Hi,
i am new to ubuntu have migrated laptop from centos to ubuntu 9.10 i am customed to kdevelop scripting, i am however unable to install Kdevelop using the following command

xx@xxx:~$ sudo apt-get install KDevelop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package KDevelop

Is there some issue with the respository configuration or kdevelop is not available with ubuntu 9.10

Or can you guys suggest some other editor which i can use with ubuntu which has support from multiple languages.

Please recommend
Ltoso

darkod
February 6th, 2010, 06:59 PM
If you're just after a simple editor, not a full IDE, try how you like the default gedit. It's in Applications-Accessories.
It color codes languages automatically, but I'm not sure how many it covers.

ltoso
February 7th, 2010, 04:16 AM
Hi,
thanx for prompt reply, but i am looking for full features editor,

Please recommend
Regards
ltoso

ltoso
February 7th, 2010, 05:52 AM
Hi,
i have installed kdevelop now
you can search for any package in ubuntu using the following command

apt-cache search kdevelop

it will list packages for kdevelop

and then to install just run the commnad

sudo apt-get install <package name>


Regards
ltoso