Mailinglist Archive: opensuse-project (91 mails)

< Previous Next >
Re: [opensuse-project] i18n: man pages
  • From: Gerald Pfeifer <gp@xxxxxxxxxx>
  • Date: Tue, 27 Apr 2010 11:03:26 +0200 (CEST)
  • Message-id: <alpine.LNX.2.00.1004271100170.3595@xxxxxxxxxxxxx>
On Mon, 26 Apr 2010, Carlos E. R. wrote:
Well, I have installed "serna-free-4.2-4.2.0-20091009.i686.rpm". It
hasn't put any icon I can click to start it, there is nothing in /bin
or /usr/bin, so I don't even know how to start it.

One way to view the files an RPM is installing is using the -ql option
of rpm, that is

rpm -ql serna-free

if you alread have installed it, or

rpm -ql -p serna-free-4.2-4.2.0-20091009.i686.rpm

if you want to have a look just based on the RPM file.

As you noticed, executables then tend to be in subdirectories called bin,
so something like

rpm -ql serna-free | grep /bin/

might help.

Gerald
--
To unsubscribe, e-mail: opensuse-project+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-project+help@xxxxxxxxxxxx

< Previous Next >