From Fedora Project Wiki
(Adding GNOME core apps cat) |
(→Installation: Expanding) |
||
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]] |
Revision as of 12:22, 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.
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 #
).