LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-17-2006, 02:42 PM   #1
BigFoot13
Member
 
Registered: Sep 2006
Location: ~/
Distribution: Kubuntu 8.04 Hardy
Posts: 115

Rep: Reputation: 15
Cannot find program I installed


I recently installed the program Ksim (a system info program) using Adept. When I updated the applications menu using the menu editor, a link to the program didn't appear like it normally does after I install programs. I tried running the command "ksim" but that must not of been the actual name of the program because it could not run the specified command. I looked in /usr/bin but I could not find anything like it there. It is installed correctly in usr/share/apps. I reinstalled it, but it still isn't there. Help with this would be appreciated.

Thanks
BigFoot
 
Old 09-17-2006, 04:17 PM   #2
flipwhy
Member
 
Registered: Jul 2006
Posts: 102

Rep: Reputation: 15
did you try rebooting and checking if its there?
 
Old 09-17-2006, 04:49 PM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Rebooting? Maybe restart X, but rebooting is a windows mind set and is rarely needed in Linux.

Try opening a terminal and typing update-menus.

If that doesn't work open menu editor and manually add it.

Not all apps add a menu entry. Typing locate ksim will show all the folders with ksim in them.
 
Old 09-17-2006, 05:01 PM   #4
timothyb89
Member
 
Registered: Jul 2006
Location: Colorado, USA
Distribution: openSuSE 11.4
Posts: 118

Rep: Reputation: 15
hm...

try a command in Konsole that's something like this:
Code:
locate *ksim*
as root, and also do it in / to make sure that all files are searched. You may also want to look at the KDE search tool. I know Kubuntu has that...
 
Old 09-18-2006, 11:09 AM   #5
soggycornflake
Member
 
Registered: May 2006
Location: England
Distribution: Slackware 10.2, Slamd64
Posts: 249

Rep: Reputation: 31
locate uses a pre-built database, it doesn't search the filesystem, so it doesn't matter what directory you are in, nor do you need to be root. In any case, it won't show anything unless the database has been updated since the app was installed, and it's pointless anyway since that's partly what package managers are for. I assume Adept is some sort of package manager, so use whatever facilities it has to list the package contents.
 
Old 09-18-2006, 11:50 AM   #6
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Rep: Reputation: 30
better try a

find / -name ksim

It's probably there, installed in a diffrent directory then you'd expect it. It doesn't run because only specific paths are set. Have you tried to run under root, or as a regular user?
 
Old 09-18-2006, 04:16 PM   #7
BigFoot13
Member
 
Registered: Sep 2006
Location: ~/
Distribution: Kubuntu 8.04 Hardy
Posts: 115

Original Poster
Rep: Reputation: 15
I ran the locate command but what exactly am I looking for? There seems to be nothing about ksim in /usr/bin according to the search and Adept (which is a package manager). It is installed in /usr/share/apps.
 
Old 09-22-2006, 05:59 PM   #8
BigFoot13
Member
 
Registered: Sep 2006
Location: ~/
Distribution: Kubuntu 8.04 Hardy
Posts: 115

Original Poster
Rep: Reputation: 15
I tried to install another program, CPUID, but that didn't appear on the menu either. I can run the command "cpuid" and it is valid (the executable is in /usr/bin), but when I run it nothing happens. Is there something I'm supposed to type after, like another command such as -r or something else?
 
Old 09-23-2006, 06:17 AM   #9
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Rep: Reputation: 30
Hmm, what kind of program is that? Maybe it's a text-based program, and you should run it in a shell (kconsole, xterm), and see the output. Also, maybe you have to run it as root.
You can put a link in the menu manually afterwards, if it's working. Because, opposed to windows, where every program puts itself in the start menu (and my old start menu used to be 2 rows long, top to bottom), Linux gives you a choice, and most programs don't place a link there.
 
Old 09-23-2006, 09:32 AM   #10
lotusjps46
Member
 
Registered: Apr 2003
Location: Dallas
Distribution: Vector Linux, Suse 10.1
Posts: 186

Rep: Reputation: 30
You might try:

whereis ksim

That should tell you where the executable file is.

Good luck.

C
 
Old 09-27-2006, 05:17 PM   #11
BigFoot13
Member
 
Registered: Sep 2006
Location: ~/
Distribution: Kubuntu 8.04 Hardy
Posts: 115

Original Poster
Rep: Reputation: 15
Hmm... I tried to install another program, HWInfo, but I got the same result as CPUID. I created a link in the applications menu, but that did the same thing as trying to run it. When I went into Applications:/System in Konquorer and clicked on HWInfo, it gave me this message:
Service '/home/mattmodica/.local/share/applications/HWInfo.desktop' is malformatted.
 
  


Reply



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
Ummmm... Where can I find the Perl program I installed? IanPappas Linux - Software 2 05-24-2006 03:39 AM
How do I find the program that I recently installed? pxumsgdxpcvjm Linux - Newbie 6 02-18-2006 05:13 PM
installed new program but cant find it stumblefingers Linux - Newbie 5 05-11-2004 01:52 AM
installed program via source, how can i find the executable? guest Linux - Newbie 3 05-04-2004 02:44 AM
How to find if a program is installed or not? concoran Linux - Newbie 4 08-22-2002 05:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:53 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