If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
I don't see *buntu listed as a supported Linux, so there may be special gyrations required to install it -- hopefully another Forum member can explain it for you (i.e. I haven't done it).
Package: g++
Description: The GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
Ide for c++, kde-devel and kde-devel-extras:
kde-devel, the K Desktop Environment development files and modules
This metapackage includes official KDE modules that are useful to developers,
including KDE's software development kit (SDK), Qt3's designer tool, and all
core KDE header and development packages.
kde-devel-extras, extra development applications for use with KDE
This metapackage includes programs of use to developers that are not
part of the official KDE modules, including a debugger, a profiling tool,
and KDevelop, a complete development environment.
kdevelop, An IDE for Unix/X11
KDevelop is an easy to use Integrated Development Environment
for developing C/C++ applications under X11. It features
project management, an advanced editor, a class browser
and an integrated debugger.
The application wizard can generate fully functional projects
for terminal programs and GUI programs using Qt, KDE or GNOME.
kubuntu-restricted-extras, Commonly used restricted packages
Commonly used restricted packages
This package depends on some commonly used packages in the Kubuntu
multiverse repository.
Installing this package will pull in support for MP3 playback and decoding, Java runtime environment, Flash plugin, DVD playback, and LAME (to create
compressed audio files).
Please note that packages from multiverse are restricted by copyright
or legal issues in some countries. See http://www.ubuntu.com/ubuntu/licensing
for more information.
Blackdown Java(TM) 2 SDK, Standard Edition
The Blackdown Java-Linux Java 2 SDK is a development environment for
building applications, applets, and components that can be deployed
on the Java platform.
The Java 2 SDK software includes tools useful for developing and
testing programs written in the Java programming language and running
on the Java platform (this includes the Java 2 Plug-In for Netscape
and Mozilla browsers).
NOTE: You must accept Sun's EULA prior to successfully installing
this package
One of the handy features of apt (the packaging system used by Ubuntu) is the use of metapackages. These packages do not contain actual software, they simply depend on other packages to be installed. This setup allows entire sets of software to be installed by selecting only the appropriate metapackage. For example, an Ubuntu user can install the Kubuntu environment (KDE and all its associated programs) by selecting "kubuntu-desktop."
"How do i install the c++ and java softwares in kubuntu"
hmm wat i mean is , we have c++ , java softwares(those are meant to write programs and compile them) . In windows i just install c++ software and write programes(c programes) and compile them. Similarly is there any package like the c++ software in the repositories so that i could install it in linux. In a simpler way i am a student learning c++ language, is there any software where we can write c programs and compile them.
In windows i just install c++ software and write programes and compile them. Similarly is there any package (c++ software in the repositories) so that i could install it in linux. Or how to write source code(i mean which place) and compile it
Go to Add/Remove programs and install Eclipse. It is a general-purpose IDE, with Java support by default. From within it, you can download and install the CDT update, which allows you to do C/C++ development as well.
Comment