From Fedora Project Wiki

(Adding GNOME core apps cat)
(Expanding lead)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[http://anjuta.org/ '''Anjuta'''] is a free and open-source IDE that is part of the GNOME suite of core applications. It itself is written in C and has support for the C, C++, Java, JavaScript, Python and Vala programming language. Being a GNOME core application it is in the official repositories of Fedora.
[http://anjuta.org/ '''Anjuta'''] is a free and open-source IDE that is part of the GNOME suite of core applications. It itself is written in C and has support for the C, C++, Java, JavaScript, Python and Vala programming language. Being a GNOME core application it is in the official repositories of Fedora. Anjuta is a fairly old IDE and comparatively little attention is given to it nowadays, compared to the other GNOME IDE, [[GNOME Builder]].  


== Installation ==
== Installation ==
Line 5: Line 5:


<pre>
<pre>
sudo dnf install anjuta
$ sudo dnf install anjuta
</pre>
</pre>
where <code>$</code> denotes a user console, as opposed to a root console (which is denoted by <code>#</code>).


[[Category:GNOME core applications]]
[[Category:GNOME core applications]]
[[Category:Integrated development environments]]
[[Category:Integrated development environments]]

Latest revision as of 12:31, 8 January 2017

Anjuta is a free and open-source IDE that is part of the GNOME suite of core applications. It itself is written in C and has support for the C, C++, Java, JavaScript, Python and Vala programming language. Being a GNOME core application it is in the official repositories of Fedora. Anjuta is a fairly old IDE and comparatively little attention is given to it nowadays, compared to the other GNOME IDE, GNOME Builder.

Installation

Its installation is very simple and involves running the command:

$ sudo dnf install anjuta

where $ denotes a user console, as opposed to a root console (which is denoted by #).