LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-02-2003, 07:08 PM   #1
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Rep: Reputation: 30
:mad: Arghhh!!! I can't figure out where this RPM file installed itself!


I downloaded a file called automake-1.5-cvshome.1.src.rpm and installed it... but have no where it put it... Plz mucho gracious approval to you that help
 
Old 08-02-2003, 07:11 PM   #2
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Original Poster
Rep: Reputation: 30
sry i forogot to include the details... i have a mandrake 9.1 system KDE... I double clicked the file and it just installed without telling me anything about where it went. Then i clicked it again to try to find out, but then it just said "already installed" plz help
 
Old 08-02-2003, 07:13 PM   #3
bax
Member
 
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492

Rep: Reputation: 30
Why don't you take a look at your KDE menu (what pops up when you click the K on the botom left of your screen) and the menu entry "Find Files"?
 
Old 08-02-2003, 07:21 PM   #4
hobylinux
Member
 
Registered: Jul 2003
Location: Ohio, USA
Distribution: Mandrake 9.2
Posts: 145

Rep: Reputation: 15
i'm a newbie and have had this happen to me a few times as well. you could also try searching for the file in konqueror or something like that. i'm not exactly sure what that package is, but if you have any clues as to what the folder it put itself in might be called, you could do a search, putting an * on one or both sides of the name. then, when you find it, use menudrake to put it in the k menu.
 
Old 08-02-2003, 07:22 PM   #5
hobylinux
Member
 
Registered: Jul 2003
Location: Ohio, USA
Distribution: Mandrake 9.2
Posts: 145

Rep: Reputation: 15
oops, i just realized that bax said pretty much the same thing before i did.
 
Old 08-02-2003, 07:23 PM   #6
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Original Poster
Rep: Reputation: 30
I did, but im not quite sure what to search for since whatever the install spits out is different than the rpm files name
 
Old 08-02-2003, 07:30 PM   #7
hobylinux
Member
 
Registered: Jul 2003
Location: Ohio, USA
Distribution: Mandrake 9.2
Posts: 145

Rep: Reputation: 15
try this and see what happens:

go to the software management option in mandrake control center. go to the uninstall packages option. choose list all packages, and locate the name of the package you installed. then, on the right, choose to display "maximum information." that should hopefully list the names of all the files it installed. the one listed in /usr/bin should probably (provided my linux knowledge is right here) be the command to run the program.
 
Old 08-02-2003, 08:45 PM   #8
bax
Member
 
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492

Rep: Reputation: 30
Make sure that you change where you're looking in Find to /
That is / otherwise known as root which is the root of the filesystem tree. You could also try dropping down to command line, becoming superuser and doing this:

[bax@morbo bax]$ su
Password:
[root@morbo bax]# cd /
[root@morbo /]# find -name automake
./usr/bin/automake


If you're just checking to see if it's installed properly, try rpm -q automake
 
Old 08-03-2003, 11:02 AM   #9
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Original Poster
Rep: Reputation: 30
ahhh there we go, thx bax and hobylinux!!
 
Old 08-03-2003, 01:04 PM   #10
Disruptor
LQ Newbie
 
Registered: Jul 2003
Location: Hellas - Crete - Heraklion
Distribution: Red Hat 9
Posts: 24

Rep: Reputation: 15
hmmmmm ... well basing on the name of the package:

automake-1.5-cvshome.1.src.rpm
^^^

You seem to have downloaded an SRC (source) rpm - this is NOT exactly the
same thing with common rpms. THIS would be a common rpm:

automake-1.5-cvshome.1.rpm ( no `.src' before .rpm - notice that)

The command `rpm -i' on these packages installs the (uncompiled) sources.
Nothing else: these rpms are not registered (that is why you can not 'see' it)
and,most importantly, they do not install the program you want - jsut it's
sources (useless).

In order to produce a .rpm from a .src.rpm you've got to pass the .src.rpm
through compilation. Here is the command that does everything for you:

rpmbuild --rebuild automake-1.5-cvshome.1.src.rpm

you will see a lot of output on the console for about 15 minutes and by
the time compilation will be over a couple of rpms will have been created in

/usr/src/<smt>/RPMS/i386

where <smt> is directory name that varies from distro to distro. Just cd
in this directory and install the packages you will find. Hope these help.

Cheers,
Dominique

P.S.: Ofcourse there is the easy way around: Just use the respect .rpm package
and get on with this.
 
Old 08-03-2003, 01:06 PM   #11
Disruptor
LQ Newbie
 
Registered: Jul 2003
Location: Hellas - Crete - Heraklion
Distribution: Red Hat 9
Posts: 24

Rep: Reputation: 15
errrrr .... sorry annotation didn't work corrctly above. At the beginning of the
message this is what I meant to anotate:

automake-1.5-cvshome.1__.src___.rpm

Sorry!
 
  


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
mod_jk file installed by rpm corrupts it johnvarghese Linux - General 0 12-01-2005 07:35 AM
How to know the rpm file name which I have installed ? naihe2010 Linux - Software 1 11-12-2005 11:42 PM
How to find an installed .rpm file Gald3r Linux - Newbie 22 09-25-2005 12:19 AM
installed redhat 9, can't figure out how to connect to internet. nate2000 Linux - Newbie 1 11-11-2003 08:29 PM
Installed RPM/tar file, cant find out how to run it Craneology Linux - Software 4 03-01-2003 08:10 PM

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

All times are GMT -5. The time now is 12:16 PM.

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