LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Yast installed Trac and clearsilver, where? (https://www.linuxquestions.org/questions/suse-opensuse-60/yast-installed-trac-and-clearsilver-where-436300/)

suguru 04-18-2006 04:34 AM

Yast installed Trac and clearsilver, where?
 
I used Yast to install Trac and clearsilver from Packman.
I cannot find them in the Start menu or whatever Suse calls
it. I can type trac or clearsilver in a bash console and
it does not know anything. Does anyone know where they are
at and how to run them?

Ipsofacto 04-18-2006 05:54 AM

Have you tried the whereis command? For example, to find xmms:

Code:

[19:53][darrendowlut@MyBoX ~]$ whereis xmms
xmms: /usr/bin/xmms /usr/lib/xmms /usr/include/xmms /usr/share/xmms /usr/man/man1/xmms.1.gz


suguru 04-18-2006 11:49 AM

Yast shows clearsilver but whereis does not
 
whereis trac yeilds a path in share
whereis clearsilver returns a blank line

Yast shows clearsilver ver 10.3 installed with a lock in front ot it
also python-clearsilver with a lock in front of it

Ipsofacto 04-18-2006 08:17 PM

You could try to run Trac using the full path. Failing that, have you tried running:

trac --help

Might give you some pointers. Its unusual that there is not an entry buried somewhere in the start menu ...

fragos 04-18-2006 09:52 PM

If I'm not mistaken, whereis only looks for executables in the $PATH. Locate which you will need to install looks every where and finds all paths and files with the locate argument in the full file name. Before running locate the first time, run su then updatedb. Updatedb will be run for you by the system after that. I don't recall if its by cron or part of booting. By convention, clearsilver would be the executable name but that may not be the case.

abisko00 04-19-2006 02:33 AM

The executables of trac are

/usr/bin/trac-admin
/usr/bin/tracd
/usr/bin/tracdb2env

This information can be extracted from the rpm package information with 'rpm -ql trac | grep bin', if the package is already installed. If it is not installed, simply click the rpm in konqueror and select the "Files" tab.

EDIT:

Binaries of clearsilver:

/usr/bin/cs
/usr/bin/cstest


All times are GMT -5. The time now is 08:14 PM.