Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 26-07-2006, 12:26 PM   #1 (permalink)
Broken In
 
mak1012's Avatar
 
Join Date: Mar 2005
Location: mumbai
Posts: 168
Default c++, java and more


sorry,
i dint find any right thread for these questions.

1- i have have installed fedora 4 in my machine, now i want to run c++, and java so can you tell me from where i'll get those and how i'll install them???????

2- I successfully installed realplayer 10 gold (.rpm format)in my OS but it doesnt shows ne i con.
how could i uninstall this application.
__________________
Every Body Says I'm Fine.
mak1012 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-07-2006, 01:41 PM   #2 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: c++, java and more

Checkout this link for Installing all in Fedora 5:
http://stanton-finley.net/fedora_cor...ion_notes.html

For Java , get it from here: http://java.sun.com/javase/downloads/index.jsp
Choose JDK 5.0 Update 7 and click on the 'Download' button. Choose
'Linux RPM in self-extracting file'. Also download the J2SE 5.0 Documentation.

To uninstall any application, open the Terminal WIndows and type:
$ yum -y remove <package-name>

Last edited by JGuru; 26-07-2006 at 01:44 PM.
JGuru is offline  
Old 26-07-2006, 01:46 PM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: c++, java and more

Quote:
Originally Posted by mak1012
sorry,
i dint find any right thread for these questions.

1- i have have installed fedora 4 in my machine, now i want to run c++, and java so can you tell me from where i'll get those and how i'll install them???????
gcc and gcj are the required tools. besides you have Sun jdk for linux too, see java.sun.com. If you want to use IDE's see this thread c c++ compiler

Quote:
Originally Posted by mak1012
2- I successfully installed realplayer 10 gold (.rpm format)in my OS but it doesnt shows ne i con.
how could i uninstall this application.
to uninstall program installed from an rpm. browse to where the rpm file is and give this command
Code:
rpm -e <filename>
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 26-07-2006, 03:14 PM   #4 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: c++, java and more

1. C++
Open the terminal type "g++ source.cpp -o outputfile"
output is the name u wanna give to the executable created.
2. Real Player
open terminal type "realplay" or "real" this shud openral player! If it doesnt type "locate real" and find the executable's path!!
If it executes u can create the shortcut on the desktop or use alacarte menu editor to make a shortcut in apps menu!!
mediator is offline  
Old 01-08-2006, 04:17 PM   #5 (permalink)
Broken In
 
mak1012's Avatar
 
Join Date: Mar 2005
Location: mumbai
Posts: 168
Unhappy Re: c++, java and more

i tryd to open install/remoove programme aplication but its not opening....i also tryd to uninstalled from terminnal. but i'm fail to that also.
__________________
Every Body Says I'm Fine.
mak1012 is offline  
Old 03-08-2006, 08:41 PM   #6 (permalink)
Broken In
 
harmax's Avatar
 
Join Date: Mar 2004
Location: chennai
Posts: 135
Default Re: c++, java and more

Quote:
Originally Posted by mak1012
sorry,
i dint find any right thread for these questions.

1- i have have installed fedora 4 in my machine, now i want to run c++, and java so can you tell me from where i'll get those and how i'll install them???????
visit www.netbeans.org download and install netbeans, u can work on all java compilers like the sun java compiler, gcj and diff c , c++ compilers, and u hav a great frontend thrown in to manage everything
__________________
WORK EXPANDS TO FILL THE TIME NEEDED FOR ITS COMPLETION
-------- PARKINSON\'S LAW

Last edited by harmax; 03-08-2006 at 09:01 PM.
harmax is offline  
Old 03-08-2006, 09:29 PM   #7 (permalink)
In The Zone
 
Venom's Avatar
 
Join Date: Jun 2006
Posts: 240
Default Re: c++, java and more

I personally prefer Eclipse over Netbeans, its quite easier.
Venom is offline  
Old 10-08-2006, 03:24 PM   #8 (permalink)
Broken In
 
mak1012's Avatar
 
Join Date: Mar 2005
Location: mumbai
Posts: 168
Default Re: c++, java and more

but im facing a problm in opening install remove programme..................what to doo for that???? pls reply..
__________________
Every Body Says I'm Fine.
mak1012 is offline  
Old 10-08-2006, 03:28 PM   #9 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: c++, java and more

Which Linux distro you are using? Is it Fedora or Ubuntu?
JGuru is offline  
Old 10-08-2006, 03:29 PM   #10 (permalink)
Broken In
 
mak1012's Avatar
 
Join Date: Mar 2005
Location: mumbai
Posts: 168
Default Re: c++, java and more

im using fedora 4..
__________________
Every Body Says I'm Fine.
mak1012 is offline  
Old 10-08-2006, 03:37 PM   #11 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: c++, java and more

Install 'yumex' & it's the GUI frontend for Yum.
Open the Terminal Window & type:
$ su -
(Enter password)
# yum -y install yumex
Wait for the installation to complete. 'Yum Extender' will now appear in the
'Applications'->'System Tools'. You can install any software you want using it.
JGuru is offline  
Old 10-08-2006, 03:47 PM   #12 (permalink)
In The Zone
 
rohan's Avatar
 
Join Date: Mar 2004
Location: Bangalore
Posts: 297
Default Re: c++, java and more

i thought FC4 had java and gcc bundled. Check your package manager... most prolly you've not installed them while installing FC4.
__________________
If there wasn't greed, we still would have been single-celled organisms.
rohan is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:05 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2