LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Closed Thread
  Search this Thread
Old 06-17-2011, 04:54 AM   #1
Sanju22
LQ Newbie
 
Registered: Jun 2011
Posts: 26

Rep: Reputation: Disabled
Problem with gedit in Fedora 8


When I try to us gedit in terminal, it says:
bash: gedit: Command not found
 
Old 06-17-2011, 04:56 AM   #2
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
Can you use if from the menu? It sounds like either:

a) you don't have it installed
or
b) it's not in one of the directories listed when you type 'echo $PATH'
 
1 members found this post helpful.
Old 06-17-2011, 05:02 AM   #3
Sanju22
LQ Newbie
 
Registered: Jun 2011
Posts: 26

Original Poster
Rep: Reputation: Disabled
Yes, it says No such file or directory
And, when I tried rpm -q gedit, it says, gedit package not installed.
 
Old 06-17-2011, 05:04 AM   #4
Sanju22
LQ Newbie
 
Registered: Jun 2011
Posts: 26

Original Poster
Rep: Reputation: Disabled
When I tried,
# echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/ns-allinone-2.31/bin:/you:/root/bin:/root/ns-allinone-2.31/bin:/your/path/ns-allinone-2.31/tcl8.4.14/unix:/root/ns-allinone-2.31/nam-1.13/4.14/unix

The above thing appeared...
 
Old 06-17-2011, 05:08 AM   #5
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
It's best if you don't double-post; put both of your replies in one post (or, if you've already posted and think of something to add, then click 'Edit')

Well, from your 'rpm' command it sounds like gedit isn't installed, which would be why bash can't find it. Try installing it and then seeing if it works
 
Old 06-17-2011, 05:18 AM   #6
Sanju22
LQ Newbie
 
Registered: Jun 2011
Posts: 26

Original Poster
Rep: Reputation: Disabled
When I try to install by using:
rpm -i gedit

It displayed:
error: open of gedit failed: No such file or directory

Wat do I do now?
 
Old 06-17-2011, 05:19 AM   #7
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
I think you're confused about what rpm does. Try
Code:
yum install gedit
or read http://www.fedorafaq.org/#installsoftware

EDIT: This is a duplicate of http://www.linuxquestions.org/questi...elp-me-886518/ - it's generally considered polite to only post one thread for each problem you have

Last edited by Snark1994; 06-17-2011 at 05:22 AM.
 
Old 06-17-2011, 05:26 AM   #8
Sanju22
LQ Newbie
 
Registered: Jun 2011
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Snark1994 View Post
I think you're confused about what rpm does. Try
Code:
yum install gedit
or read http://www.fedorafaq.org/#installsoftware

EDIT: This is a duplicate of http://www.linuxquestions.org/questi...elp-me-886518/ - it's generally considered polite to only post one thread for each problem you have
For:
# yum install gedit
The output is:
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/fedora.repo, line: 1
'\xef\xbb\xbf[fedora]\n'
 
Old 06-17-2011, 05:31 AM   #9
Snark1994
Senior Member
 
Registered: Sep 2010
Distribution: Debian
Posts: 1,632
Blog Entries: 3

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
Like I said, while I'm more than happy to help you, you've posted this problem (at least) twice: once in this thread and once in the one I linked you to. You've been getting good advice from experienced forum members in that other thread, why don't you try following that?
 
Old 06-17-2011, 05:34 AM   #10
Sanju22
LQ Newbie
 
Registered: Jun 2011
Posts: 26

Original Poster
Rep: Reputation: Disabled
None of those worked for me. So, I thought mutliple threads of mine would do better. Well, wat's the prob in doing so?
 
Old 06-17-2011, 05:35 AM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

Fedora 8 has reached its end of life and is no longer supported.
You will need to install gedit from the installation CD/DVD
http://www.labtestproject.com/using_...stallation_dvd

Continue here:
http://www.linuxquestions.org/questi...elp-me-886518/
 
  


Closed Thread



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem for display chinese in gedit zauberliu Linux - Software 3 02-08-2010 04:45 AM
[SOLVED] problem viewing files with gedit dynamiteboy Linux - Newbie 6 08-31-2009 06:48 PM
Can't launch gedit as root in Fedora 11 karuna-bdc Linux - Newbie 9 07-05-2009 11:09 PM
Fedora 9 gedit fails if launched as root from terminal itstootuff Linux - Software 5 10-28-2008 12:56 PM
Spellchecking problem in gedit akirashinigami Linux - Software 6 04-29-2008 01:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration